-
Notifications
You must be signed in to change notification settings - Fork 232
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
add versioning for Agency and Policy API #444
Conversation
A minimal set of changes to add versioning to the Agency API and stay consistent with the Provider API.
This commit just copies the Versioning section from the provider spec to a "General information" file.
@thekaveman @jrheard I have updated the PR to move the provider Versioning section to a separate general-information file and link it from the other APIs. Let me know what you think. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me! thanks for doing this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM from the Provider side
@thekaveman this has been validated on the Agency side too. Can you merge it ? |
LGTM from the Agency/Policy side |
Explain pull request
This is a pull request attempting to solve #422 without introducing any breaking changes to the
provider
API.Is this a breaking change
A breaking change would require consumers or implementors of the API to modify their code for it to continue to function (ex: renaming of a required field or the change in data type of an existing field). A non-breaking change would allow existing code to continue to function (ex: addition of an optional field or the creation of a new optional endpoint).
Impacted Spec
Which spec(s) will this pull request impact?
agency
: adding versioning sectionpolicy
: adding versioning sectionprovider
: moving the versioning sectionAdditional context
None