Releases: asyncapi/cli
v5.0.3
v5.0.2
v5.0.1
Major Changes
-
dac7bb4: Removed support for AsyncAPI Generator v1 and v2. The CLI now exclusively uses Generator v3. The
--use-new-generatorflag has been removed from thegenerate fromTemplatecommand. -
b90a9b7: ## Major release with important security updates
- Keeping in mind the recent Shai-Hulud attack, we have adopted trusted publishing with NPM.
- This requires us to use node >= 24 and npm >= 11
- Next.js version is in sync with Studio, and is currently 14.2.35 deemed safe by CVE. For more details
Breaking Changes
- Node.js version 24 or higher is now required.
- NPM version 11 or higher is now required.
- Next.js version is now 14.2.35 or higher.
- The CLI now exclusively uses Generator v3 only.
- The
--use-new-generatorflag has been removed from thegenerate fromTemplatecommand. - Default template in action has been upgraded to
@asyncapi/markdown-template@2.0.0
Please make sure to update your environment accordingly before upgrading to this version.
Minor Changes
- c648614: Studio updated to 1.1.0 with Next.js 14.2.35 in https://github.com/asyncapi/cli/pull/1922/changes
Patch Changes
-
394967f: fix: remove unnecessary await from startPreview call
The startPreview function returns void, not a Promise, so awaiting it
was incorrect and triggered a linter error. This matches the pattern
used in the studio command.
v4.1.1
Patch Changes
-
8eca9ed: fix: update redoc
- adde5d4: chore: update redoc
Signed-off-by: Shurtu-gal ashishpadhy1729@gmail.com
v4.1.0
Minor Changes
-
70761f0: feat: add new custom resolver to fetch the reference from private repo
- 88ceb3d: add new custom resolver to fetch the reference from private repo
- 4974358: Update src/domains/services/validation.service.ts
Co-authored-by: Fran Méndez fmvilas@gmail.com
v4.0.1
Patch Changes
-
9b479fc: fix: lockfile fixed
- 92bb81b: fix:lockfile fixed
Signed-off-by: Tushar Anand tusharannand@gmail.com
v4.0.0
Major Changes
-
9d05d49: feat!: tests, flags and glee command code removed
- 7df684f: chore: major tests flags and glee command code removed
Signed-off-by: Tushar Anand tusharannand@gmail.com
- 4a94f51: chore:glee removal complete
Signed-off-by: Tushar Anand tusharannand@gmail.com
v3.6.0
Minor Changes
-
ca8101f: feat: output flag renamed and writing to file functionality added to diff command
- 8c2e940: fix:parse flag output renamed to save-output and saving diff output to file functionality added to diff command
Signed-off-by: Tushar Anand tusharannand@gmail.com
- 59e1df9: chore:tests added for flags save-output in validate and diff command
Signed-off-by: Tushar Anand tusharannand@gmail.com
- 7228a36: chore:cleanup
Signed-off-by: Tushar Anand tusharannand@gmail.com
- ccb5388: chore:cleanup
Signed-off-by: Tushar Anand tusharannand@gmail.com
v3.5.2
Patch Changes
-
bbc9451: fix: server-api deploy
- 837be8a: fix: server-api release and deployment
Signed-off-by: Shurtu-gal ashishpadhy1729@gmail.com
- 09af23e: chore: add app platform spec
Signed-off-by: Shurtu-gal ashishpadhy1729@gmail.com
- a5eef9f: chore: install generator templates globally
Signed-off-by: Shurtu-gal ashishpadhy1729@gmail.com