Skip to content

Commit

Permalink
Merge pull request #82 from bbc/upgrade-advice-rework
Browse files Browse the repository at this point in the history
docs: add upgrade advice around new transport parameters
  • Loading branch information
andrewbonney authored Jun 12, 2019
2 parents 9808171 + 5c0236c commit 638c3a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/5.0. Upgrade Path.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Implementers of the Connection Management API must support at least one API vers

Where a transport type is added in a new version of the Connection Management API specification, earlier versioned APIs must not list any Senders or Receivers which make use of this new transport type.

Where new transport parameters are added to a pre-existing transport type in a new version of the Connection Management API, earlier versioned APIs must not list these parameters. New transport parameters should be defined such that a request which omits them can proceed without error. This ensures that servers implementing multiple versions of the Connection Management API can continue to process earlier versioned requests successfully.

Connection Management APIs are not required to provide for forwards compatibility as it may be impossible to generate data for new attributes in schemas.

## Requirements for Connection Management clients
Expand Down

0 comments on commit 638c3a0

Please sign in to comment.