Skip to content

Latest commit

 

History

History
413 lines (241 loc) · 10.9 KB

File metadata and controls

413 lines (241 loc) · 10.9 KB

@asyncapi/cli

5.0.6

Patch Changes

  • a414293: - Updated @asyncapi/generator from 3.0.13.1.0

5.0.5

Patch Changes

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

5.0.4

Patch Changes

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

5.0.3

Patch Changes

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

5.0.2

Patch Changes

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

5.0.1

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.

5.0.0

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

4.1.3

Patch Changes

  • a77940f: fix: show the correct path to the newly created optimized file
    • e16ebf5: fix: show the correct path to the newly created optimized file

4.1.2

Patch Changes

  • df62a63: fix: generate optimized output corresponding to the input format
    • c756765: fix: generate optimized output corresponding to the input format

4.1.1

Patch Changes

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

    • 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

4.0.1

Patch Changes

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

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

3.5.2

Patch Changes

3.5.1

Patch Changes

  • 5a99f6f: fix: modify api:build script to generate languages

    • 9488a1b: fix: modify script to generate languages

    Updated the 'api:build' script to include language generation.

3.5.0

Minor Changes

  • 129f531: Introduced a new asyncapi generate client command to the CLI.

    This command allows you to generate client libraries using the new AsyncAPI Generator baked-in templates. Read more about baked-in templates in official documentation.

    This feature is based on a new concept introduced in AsyncAPI Generator version 2.8.3. The number of templates is limited and the solution is still in the experimental phase. It is not recommended to use them in production. Instead, join us in the Generator project to help improve templates with your use cases and your AsyncAPI documents.

3.4.2

Patch Changes

  • d832abc: Fixes the dependencies and package-lock.json

3.4.2

Patch Changes

3.4.1

Patch Changes

  • e2a3583: fix: made studio start on different port if one is already in use

    • 43a8cb8: fix: made studio start on differnt port if one is already in use

    Signed-off-by: Tushar Anand tusharannand@gmail.com

    • ce4b061: Merge remote-tracking branch 'remote/master' into fix-studio-multiple-instance
    • 122812a: chore: new approach for port allocation done

    Signed-off-by: Tushar Anand tusharannand@gmail.com

    • 5946001: fix: removed comment and fix linting errors

    Signed-off-by: Tushar Anand tusharannand@gmail.com

3.4.0

Minor Changes

  • 6b00166: feat: asyncapi release for alpine distros
    • 54ba750: feat: asyncapi on alpine distros
    • 44d72c3: fix: rename the scripts to use rename instead of tarballs

3.3.0

Minor Changes

3.2.0

Minor Changes

  • 0754d1d: feat: add new feature to supress the warnings

    • ab94c15: Add a new flag that is --x-suppress-warnings to supress the warning in the validate command
    • 55819cd: Allow to pass multiple warnings to supress and add check to verify the warning is correct or not
    • 885fc71: Update src/core/parser.ts

    Co-authored-by: Souvik De souvikde.ns@gmail.com

    • 16b22de: Update src/core/flags/validate.flags.ts

    Co-authored-by: Souvik De souvikde.ns@gmail.com

    • de1caad: Add another flag to supressallwarnings and update test case

3.1.1

Patch Changes

  • 152c272: feat: made the start studio command interactive along with addition of…
    • 0e8e3c1: feat: made the start studio command inteactive along with addition of a flag to disable prompt.

3.1.0

Minor Changes

  • d17aa54: feat: new command asyncapi start preview has been added

3.0.1

Patch Changes

  • 1b62a66: - Fixes script detection issue in version 3.0.0
    • Fixes testing by testing the github action with local CLI

3.0.0

Major Changes

  • b6f8b82: feat: add autocomplete feature in cli

2.17.0

Minor Changes

  • f0268d4: Remove --renderer flag and make React as the de-facto renderer, deprecating Nunjucks

2.16.10

Patch Changes

  • e11fe05: fix: Wrong Error message in -h command #1725

2.16.9

Patch Changes

  • 819b585: [Fix]: Json file supported in asyncapi new file command
  • 830fe82: Fix studio not opening in CLI studio command
  • 830fe82: fix: studio command not working

2.16.8

Patch Changes

  • 460c99a: feat: use next.js version of studio
  • 460c99a: Upgrade studio to latest and allow use of next server

2.16.7

Patch Changes

  • 6ca17b3: fix: update packages to latest stable version

2.16.6

Patch Changes

  • 82b441f: fix: resolve error in AsyncAPI optimize

2.16.5

Patch Changes

  • f873423: docs: update docs regarding asyncapi new command
  • 2deeb36: fix: print in cli asyncapi generate models without -o flag

2.16.4

Patch Changes

  • 67d7e8f: fix: proxy implementation for optimize validate and convert fixed

2.16.3

Patch Changes

  • cec8081: feat: added Proxy support for the generate commands.

2.16.2

Patch Changes

  • 755339a: feat: change the implementation of new command

2.16.1

Patch Changes

  • 3ab019f: chore(deps): bump jsonpath-plus and @stoplight/spectral-core
  • 07514e6: implemented new UI/UX improvements in config command
  • a774ae2: fix: starting of studio fixed when using example with new file

2.16.0

Minor Changes

  • a37e124: Deprecate the --file flag in start studio command

2.15.0

Minor Changes

  • dcfb8c7: fix: Remove unused package lodash.template

2.14.1

Patch Changes

  • 08afb45: Prepare github action for release
  • da64c63: ci: bump artifact actions to v4

2.14.0

Minor Changes

  • 6839c8f: - Changed docker build to a source code based build
    • Changed name of github action to avoid clash
    • Fixed Docker and Release Pipeline

2.13.1

Patch Changes

  • 8ae33c4: Handle AsyncAPI v3 in diff command

2.13.0

Minor Changes

  • a76b0fb: Add github-action to monorepo and set up changesets

Patch Changes

  • 81b925e: Updated README with Development.md file