-
-
Notifications
You must be signed in to change notification settings - Fork 276
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: release for version 2.5.0 of the spec #841
feat: release for version 2.5.0 of the spec #841
Conversation
/dnm |
/au |
@char0n the title should contain |
@smoya yep, you're absolutely right. Thanks! |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This PR has been updated with latest commit from |
@fmvilas @derberg @dalelane can I ask one of you (code owners) to merge this PR which should create a new 2.5.0 release of the specification? Here are the release notes for the 2.5.0 version of the spec that should be used for the GitHub Release. Release notes article -> https://www.asyncapi.com/blog/release-notes-2.5.0
Features
---
- Server Variables can be now referenced from inside the Server Object (#776) ([5deef1e](https://github.com/asyncapi/spec/commit/5deef1e9148947689d53db3a1d013d49cd9df7d0)), closes #775 by @char0n
- Decorating Server Object with tags (#809) ([b0c2f9c](https://github.com/asyncapi/spec/commit/b0c2f9c086d940e8016ec1fa60107fe74cc070db)), closes #654 by @smoya
- Added new Google Cloud Pub/Sub Bindings (#836) ([babc3be](https://github.com/asyncapi/spec/commit/babc3bedb5d85375a305c7268e96257113c1933e)) ([binding definition](https://github.com/asyncapi/bindings/tree/master/googlepubsub)) by @whitlockjc
- Other enhancements
- Clarified ChannelItem.$ref resolution rules (#779) ([9a293c7](https://github.com/asyncapi/spec/commit/9a293c77f6bf74a056a8845dabfbe20e73a6f320)), closes #612 by @char0n
- Clarification around URL resolution rules (#782) ([fc324ef](https://github.com/asyncapi/spec/commit/fc324ef3aa92d313918a00ea9a5eb6c85720a36d)), closes #674 by @char0n
- Align wording with [RFC 2119](https://www.rfc-editor.org/rfc/rfc2119) (#818) ([5580a9c](https://github.com/asyncapi/spec/commit/5580a9c5fbef55e925e7514b986c95a0e4c85821)) by @char0n
Fixes
---
- Added missing IBM MQ Operation Binding (#840) ([68d85d1](https://github.com/asyncapi/spec/commit/68d85d19e5be12fa6e13d0fc5851993934dbdcde)) ([binding definition](https://github.com/asyncapi/bindings/tree/master/ibmmq#operation-binding-object)), refs [#605](https://github.com/asyncapi/spec/issues/605) by @magicmatatjahu
Full Changelog: https://github.com/asyncapi/spec/compare/v2.4.0...v2.5.0 |
Wanna do the honors @derberg? I'm afraid I'll break something 😂 |
@char0n but this is a PR from your fork, and should be from |
Closing in favor of #842 |
Refs #830