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

feat(asyncapi): add v3.0.0 #132

Merged
merged 25 commits into from
Mar 6, 2024
Merged

feat(asyncapi): add v3.0.0 #132

merged 25 commits into from
Mar 6, 2024

Conversation

lerenn
Copy link
Owner

@lerenn lerenn commented Feb 21, 2024

This MR should implement the support for AsyncAPI v3.0.0.

Remaining changes to do from version 2:

  • Operation, channel, and message decoupling: implemented
  • Messages instead of message: issue has been created to support it, as it will take much more time to implement.
  • Publish and subscribe confusion: implemented
  • Request/Reply: implemented
  • Optional channels: if there is no operation, then channels are not used
  • Unified referencing behaviors: not supported, maybe one day
  • Common metadata fields: unused metadata
  • Cleaning up the root object: not used in this project
  • Splitting out server URL into host and pathname: not used in this project, maybe one day
  • More reusable objects in components: implemented
  • New trait behavior: implemented
  • Schema format and payload definition: not used here, maybe one day
  • Simplified Parameters

Created issue to finish properly the support of v3:

@lerenn lerenn added the enhancement New feature or request label Feb 21, 2024
@lerenn lerenn self-assigned this Feb 21, 2024
@lerenn lerenn linked an issue Feb 21, 2024 that may be closed by this pull request
@lerenn lerenn marked this pull request as draft February 21, 2024 10:21
@lerenn lerenn marked this pull request as ready for review March 5, 2024 09:36
@lerenn lerenn merged commit 6ea9945 into main Mar 6, 2024
@lerenn lerenn deleted the 130-support-asyncapi-v3 branch March 6, 2024 17:36
@lerenn lerenn restored the 130-support-asyncapi-v3 branch March 7, 2024 12:31
@lerenn lerenn deleted the 130-support-asyncapi-v3 branch March 7, 2024 12:34
@lerenn lerenn restored the 130-support-asyncapi-v3 branch March 7, 2024 12:39
@lerenn lerenn deleted the 130-support-asyncapi-v3 branch March 7, 2024 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support AsyncAPI v3
1 participant