Skip to content

Commit 9621ea0

Browse files
asyncapi-botasyncapi-botderbergShurtu-gal
authored
chore(release): release and bump versions of packages (#1930)
Co-authored-by: asyncapi-bot <info@asyncapi.io> Co-authored-by: Lukasz Gornicki <lpgornicki@gmail.com> Co-authored-by: Shurtu-gal <ashishpadhy1729@gmail.com>
1 parent dac7bb4 commit 9621ea0

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/remove-generator-versions.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
### Major Changes
66

7+
- dac7bb4: Removed support for AsyncAPI Generator v1 and v2. The CLI now exclusively uses Generator v3. The `--use-new-generator` flag has been removed from the `generate fromTemplate` command.
8+
79
- b90a9b7: ## Major release with important security updates
810
- Keeping in mind the recent Shai-Hulud attack, we have adopted trusted publishing with NPM.
911
- This requires us to use node >= 24 and npm >= 11
@@ -13,6 +15,9 @@
1315
- Node.js version 24 or higher is now required.
1416
- NPM version 11 or higher is now required.
1517
- Next.js version is now 14.2.35 or higher.
18+
- The CLI now exclusively uses Generator v3 only.
19+
- The `--use-new-generator` flag has been removed from the `generate fromTemplate` command.
20+
- Default template in action has been upgraded to `@asyncapi/markdown-template@2.0.0`
1621

1722
Please make sure to update your environment accordingly before upgrading to this version.
1823

action-template.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ inputs:
1515
default: 'asyncapi.yml'
1616
template:
1717
description: 'Template for the generator. Official templates are listed here https://github.com/search?q=topic%3Aasyncapi+topic%3Agenerator+topic%3Atemplate. You can pass template as npm package, url to git repository, link to tar file or local template.'
18-
required: true
18+
default: '@asyncapi/markdown-template@2.0.0'
19+
required: false
1920
language:
2021
description: 'Language of the generated code. This input is required if you want to generate models. List of available languages can be found in https://www.asyncapi.com/docs/tools/cli/usage#asyncapi-generate-models-language-file'
2122
required: false

0 commit comments

Comments
 (0)