asyncapi / spec-json-schemas

AsyncAPI schema versions
Apache License 2.0
56 stars 54 forks source link

fix: kafka bindings not using latest version #501

Closed dalelane closed 8 months ago

dalelane commented 8 months ago

cf. spotted in a comment in https://github.com/asyncapi/spec-json-schemas/pull/481

dalelane commented 8 months ago

/au

sonarcloud[bot] commented 8 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

derberg commented 8 months ago

/rtm

asyncapi-bot commented 8 months ago

:tada: This PR is included in version 6.5.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

ctasada commented 8 months ago

@dalelane could it be that the 0.5.0 version is missing at https://github.com/asyncapi/spec-json-schemas/blame/bee34d8569a18ee2117b4f2b0529a4e883e73638/definitions/3.0.0/serverBindingsObject.json#L53 too?

We're trying to upgrade Springwolf-asyncapi to support Kafka 0.5.0 bindings, but the cli parser complains with an error about unsupported version.

jonaslagoni commented 8 months ago

@ctasada yep, mind opening a PR?

ctasada commented 8 months ago

@jonaslagoni I created https://github.com/asyncapi/spec-json-schemas/pull/508

Looking forward for your feedback