Skip to content
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

docs: adapt AsyncAPI version in Solace example #135

Merged

Commits on Jun 1, 2022

  1. Fix code owners order

    Normally it should only be @damaru-inc @CameronRushton called
    out for the review, but the order in CODEOWNERS is broken.
    
    cf asyncapi#135 (comment)
    Polo2 committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    4e2b8a3 View commit details
    Browse the repository at this point in the history
  2. Adapt AsyncAPI version in Solace example

    Solace Binding Protocol has been included with release 2.3.0 of AsyncAPI,
    with:
    - asyncapi/spec@88abbe0
    - asyncapi/spec#666
    
    Thus, specification example should indicate at least this version.
    
    While here, let's favor last released version 2.4.0, as suggested by @fmvilas
    
    ---
    
    Noticed by working on Solace Protocol support on https://bump.sh/asyncapi
    Polo2 committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    7cead60 View commit details
    Browse the repository at this point in the history