Releases: asyncapi/spec
Releases · asyncapi/spec
v2.4.0-2022-04-release.3
v2.4.0-2022-04-release.2
2.4.0-2022-04-release.2 (2022-04-21)
Features
v2.4.0-2022-04-release.1
v2.3.1-2022-04-release.1
2.3.1-2022-04-release.1 (2022-04-11)
Bug Fixes
v2.3.0
2.3.0 (2022-01-31)
Release notes article -> https://www.asyncapi.com/blog/release-notes-2.3.0
Features
- Servers and channels can now be defined as reusable components
servers
andchannels
can now be defined as reusable components.- more info: pull request, Github issue
- New protocol bindings
- Solace can be be described through the bindings feature
- more info: pull request, binding definition
- Other enhancements
- Regular expressions (found in
pattern
andpatternProperties
fields) are now Unicode-compliant - more info: pull request
- Regular expressions (found in
- Deprecations
$ref
field in Channel Item Object is now deprecated- more info: Github issue
Full Changelog: v2.2.0...v2.3.0
v2.3.0-2022-01-release.3
2.3.0-2022-01-release.3 (2022-01-25)
Bug Fixes
- deprecate
$ref
property in Channel Item Object (e234ecf)
v2.3.0-2022-01-release.2
2.3.0-2022-01-release.2 (2022-01-13)
Features
- allow servers and channels to be defined as components (d4c87b9)
v2.3.0-2022-01-release.1
2.3.0-2022-01-release.1 (2022-01-03)
Features
- add Solace bindings to the list of supported bindings in the spec. (88abbe0)