Skip to content

Releases: asyncapi/cli

v5.0.6

16 Jan 08:43
92767d9

Choose a tag to compare

Patch Changes

  • a414293: - Updated @asyncapi/generator from 3.0.13.1.0

v5.0.5

08 Jan 13:24
a04a89c

Choose a tag to compare

Patch Changes

  • be7c41d: chore: bump Node.js version to 24 in remaining Dockerfiles

v5.0.4

08 Jan 11:14
a72ebe2

Choose a tag to compare

Patch Changes

  • cacf566: Update server-api image to use Node 24.

v5.0.3

06 Jan 04:59
5c8152b

Choose a tag to compare

Patch Changes

  • 125e907: Update dependencies to the latest feasible ones thus eliminating vulnerabilities.

v5.0.2

05 Jan 06:12
22eb796

Choose a tag to compare

Patch Changes

  • 4073175: - Alpine Releases have been fixed now.
    • Smaller docker image sizes and pruned dependencies.

v5.0.1

03 Jan 02:02
870eb6b

Choose a tag to compare

Major Changes

  • 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.

  • 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-generator flag has been removed from the generate fromTemplate command.
    • 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

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

03 Nov 09:58
ae72b19

Choose a tag to compare

Patch Changes

v4.1.0

27 Oct 10:24
fbecfe8

Choose a tag to compare

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

    • c764ee6: update instruction in the test case for the validation success
    • 2b9457f: fix test-cases
    • 86bbfc4: fix lint issue across the project
    • 6813ef0: Update 1875.md

v4.0.1

27 Oct 06:56
362b701

Choose a tag to compare

Patch Changes

v4.0.0

24 Oct 11:33
aba3945

Choose a tag to compare

Major Changes