asyncapi / parser-js

AsyncAPI parser for Javascript (browser-compatible too).
115 stars 91 forks source link

fix: remove unexpected support for traits at Channel Object level #999

Closed smoya closed 1 month ago

smoya commented 1 month ago

Description

Fixes https://github.com/asyncapi/parser-js/issues/996

The current AsyncAPI spec (v3.0.0) support traits only at:

Channels traits are not supported, however for some reason we added such support in our Parser code. This was causing a bug (linked above).

Related issue(s) https://github.com/asyncapi/parser-js/issues/996

smoya commented 1 month ago

We can't merge this PR until https://github.com/asyncapi/parser-js/issues/1001 gets solved. Working on it.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

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

See analysis details on SonarCloud

smoya commented 1 month ago

/rtm

asyncapi-bot commented 1 month ago

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

The release is available on:

Your semantic-release bot :package::rocket: