Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 2.6.0 is not supported #441

Open
1 task done
CyberHippo opened this issue Sep 14, 2023 · 0 comments
Open
1 task done

Version 2.6.0 is not supported #441

CyberHippo opened this issue Sep 14, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@CyberHippo
Copy link

CyberHippo commented Sep 14, 2023

Have you read the Contributing Guidelines on issues?

Description

Not really a bug but the AsyncAPI version 2.6.0 is not yet supported. I think updating the @asyncapi/parser deps to v1.18.0 in the plugin plugin-generator-asyncapi would allow parsing 2.6.0 asyncapi manifests. I'll try to open a PR to update the plugin dependency.

Steps to reproduce

  1. Have an asyncapi manifest in version 2.6.0
  2. Run npm run generate

You'll get the following error :

ParserError: Version 2.6.0 is not supported.

Expected behavior

I would expect the generate command to generate a catalog from my AsyncAPI files thanks to the plugin plugin-generator-asyncapi.

Actual behavior

It fails with:

ParserError: Version 2.6.0 is not supported.

Your environment

  • EventCatalog version used:

    • @asyncapi/bundler: 0.3.11
    • @eventcatalog/core: 1.0.5
    • @eventcatalog/plugin-doc-generator-asyncapi: 0.3.5
  • Environment name and version (e.g. Chrome 89, Node.js 16.4): Node.js v18.8.0

  • Operating system and version (e.g. Ubuntu 20.04.2 LTS): /

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant