Skip to content

Tags: patrickhayescom/spec

Tags

v2.2.0

Toggle v2.2.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
feat: release 2.2.0 spec version (asyncapi#633) Co-authored-by: Gerald Loeffler <gerald.loeffler@googlemail.com> Co-authored-by: Vladimir Gorej <vladimir.gorej@gmail.com> Co-authored-by: Maciej Urbańczyk <urbanczyk.maciej.95@gmail.com>

v2.2.0-2021-09-release.4

Toggle v2.2.0-2021-09-release.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: assign channels to servers (asyncapi#531) 

v2.2.0-2021-09-release.3

Toggle v2.2.0-2021-09-release.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: update points from 2.1.0 version to 2.2.0 (asyncapi#629) 

v2.2.0-2021-09-release.2

Toggle v2.2.0-2021-09-release.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: unify Message and MessageTrait examples description (asyncapi#608) 

v2.2.0-2021-09-release.1

Toggle v2.2.0-2021-09-release.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add Anypoint MQ protocol to list of supported bindings (asyncap… …i#545)

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: release 2.1.0 version of the spec (asyncapi#575) Co-authored-by: Dale Lane <dale.lane@gmail.com> Co-authored-by: Maciej Urbańczyk <urbanczyk.maciej.95@gmail.com> Co-authored-by: Laurent Broudoux <laurent.broudoux@gmail.com> Co-authored-by: nictownsend <nictownsend@uk.ibm.com>

v2.1.0-2021-06-release.5

Toggle v2.1.0-2021-06-release.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add name and summary properties to message examples (asyncapi#534) 

v2.1.0-2021-06-release.4

Toggle v2.1.0-2021-06-release.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add new protocol bindings for IBM MQ (asyncapi#537) Added protocol constant that was defined in asyncapi/bindings#52 Contributes to: asyncapi/bindings#48 Signed-off-by: Dale Lane <dale.lane@uk.ibm.com>

v2.1.0-2021-06-release.3

Toggle v2.1.0-2021-06-release.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: clarify support for Boolean JSON Schemas (asyncapi#561) 

v2.1.0-2021-06-release.2

Toggle v2.1.0-2021-06-release.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add SASL security scheme types for use by Kafka specs (asyncapi… …#502) * feat: add SASL security scheme types for use by Kafka specs As discussed in asyncapi/bindings#56 this adds additional security scheme types. The motivation for adding them is to enable description of secured Kafka clusters, however the security protocols and mechanisms being added are not unique to Kafka, so this commit adds them as generic security schemes so they could be used by other protocols as well. Contributes to: asyncapi#466 Signed-off-by: Dale Lane <dale.lane@uk.ibm.com> * chore: update for grammar Moved the "and" to the end of the list. Signed-off-by: Dale Lane <dale.lane@uk.ibm.com> * docs: additional SASL documentation Contributes to: asyncapi#466 Signed-off-by: Dale Lane <dale.lane@uk.ibm.com>