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

API Versioning #4

Open
itchison opened this issue Jun 6, 2019 · 2 comments
Open

API Versioning #4

itchison opened this issue Jun 6, 2019 · 2 comments
Labels
feedback feedback on the guidelines.

Comments

@itchison
Copy link

itchison commented Jun 6, 2019

Let me first off say, thank you for doing this collaboratively and for all the work that has gone into this.

I do find the versioning section to be very prescriptive. Versioning is hard. Our project currently releases every day and usually has API changes on every release. Not breaking changes, but usually small additions. We're starting to get third-party consumers and will version when we introduce a breaking change.

I feel versioning at this fidelity forces an event driven architecture which is an unneeded complexity for many applications.

Feel free to hit me up in the lab if you'd like to discuss more.

@ll911 ll911 added the feedback feedback on the guidelines. label Jun 7, 2019
@stephenhillier
Copy link

I'd like to add my support here. I think it makes more sense to update/evolve v1, if non-breaking additions are required, and add v2 when breaking changes can no longer be avoided.

This will require a clear definition of exactly what changes require a new version (a removed field, a change in a field's format/type, change in functionality, etc.), for teams to commit to not break that contract, and for consumers to accept non-breaking changes (such as an addition of a field to a JSON response).

@jeff-card
Copy link
Collaborator

Thank you for your comment! A peer review was held on August 9th and we have the following feedback:

We agree the current wording may come across as prescriptive. This will be reworded and the approach slightly modified; the details of which are discussed in the next issue, as it is somewhat duplicative.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feedback feedback on the guidelines.
Projects
None yet
Development

No branches or pull requests

4 participants