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

fix: change ParserAPIVersion constant to 3 #892

Merged
merged 2 commits into from
Nov 7, 2023

Conversation

smoya
Copy link
Member

@smoya smoya commented Nov 7, 2023

Description

After recent changes made in #889, this latest version of the Parser only supports Parser-API v3 instead of v2.

This PR fixes that.

Related issue(s)
#889

@fmvilas
Copy link
Member

fmvilas commented Nov 7, 2023

Good catch, thanks! So, since you're here already, would you mind also changing this table? https://github.com/asyncapi/parser-js/blob/master/README.md#api-documentation

@smoya
Copy link
Member Author

smoya commented Nov 7, 2023

Good catch, thanks! So, since you're here already, would you mind also changing this table? https://github.com/asyncapi/parser-js/blob/master/README.md#api-documentation

Done! 🚀

README.md Outdated Show resolved Hide resolved
README.md Outdated
Comment on lines 26 to 33
* [Example with parsing](#example-with-parsing)
* [Example with validation](#example-with-validation)
* [Example using Avro schemas](#example-using-avro-schemas)
* [Example using OpenAPI schemas](#example-using-openapi-schemas)
* [Example using RAML data types](#example-using-raml-data-types)
* [Example with performing actions on HTTP source](#example-with-performing-actions-on-http-source)
* [Example with performing actions on file source](#example-with-performing-actions-on-file-source)
* [Example with stringify and unstringify parsed document](#example-with-stringify-and-unstringify-parsed-document)
- [Example with parsing](#example-with-parsing)
- [Example with validation](#example-with-validation)
- [Example using Avro schemas](#example-using-avro-schemas)
- [Example using OpenAPI schemas](#example-using-openapi-schemas)
- [Example using RAML data types](#example-using-raml-data-types)
- [Example with performing actions on HTTP source](#example-with-performing-actions-on-http-source)
- [Example with performing actions on file source](#example-with-performing-actions-on-file-source)
- [Example with stringify and unstringify parsed document](#example-with-stringify-and-unstringify-parsed-document)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Someone has a prettifier installed 😄

fmvilas
fmvilas previously approved these changes Nov 7, 2023
Copy link

sonarqubecloud bot commented Nov 7, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@smoya smoya requested a review from fmvilas November 7, 2023 11:39
@smoya
Copy link
Member Author

smoya commented Nov 7, 2023

/rtm

@asyncapi-bot asyncapi-bot merged commit 2978ee5 into asyncapi:next-major-spec Nov 7, 2023
11 checks passed
@smoya smoya deleted the fix/parserAPIVersion branch November 7, 2023 11:43
@asyncapi-bot
Copy link
Contributor

🎉 This PR is included in version 3.0.0-next-major-spec.9 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants