asyncapi / avro-schema-parser

An AsyncAPI schema parser for Avro 1.x schemas.
Apache License 2.0
31 stars 19 forks source link

AsyncApi 3.0.0 Support #241

Closed Lazzaretti closed 7 months ago

Lazzaretti commented 7 months ago

Reason/Context

AsyncApi 3.0.0 was released: https://www.asyncapi.com/docs/reference/specification/v3.0.0

Description

All samples in the readme refer to v2.0.0. Is AsyncApi 3.0.0 supported or planned to be supported?

github-actions[bot] commented 7 months ago

Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.

smoya commented 7 months ago

Hi @Lazzaretti. Even though the examples are still showing v2, v3.0.0 of the spec is supported.

I created this follow up issue https://github.com/asyncapi/avro-schema-parser/issues/249. Thanks for reporting!