-
Notifications
You must be signed in to change notification settings - Fork 245
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: decision record about API versioning #3595
docs: decision record about API versioning #3595
Conversation
acb830d
to
2afe0eb
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #3595 +/- ##
=======================================
Coverage 72.00% 72.00%
=======================================
Files 893 893
Lines 17855 17855
Branches 1015 1015
=======================================
Hits 12856 12856
Misses 4562 4562
Partials 437 437
☔ View full report in Codecov by Sentry. |
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.
Proposed some minor improvements.
docs/developer/decision-records/2023-11-09-api-versioning/README.md
Outdated
Show resolved
Hide resolved
docs/developer/decision-records/2023-11-09-api-versioning/README.md
Outdated
Show resolved
Hide resolved
docs/developer/decision-records/2023-11-09-api-versioning/README.md
Outdated
Show resolved
Hide resolved
docs/developer/decision-records/2023-11-09-api-versioning/README.md
Outdated
Show resolved
Hide resolved
docs/developer/decision-records/2023-11-09-api-versioning/README.md
Outdated
Show resolved
Hide resolved
docs/developer/decision-records/2023-11-09-api-versioning/README.md
Outdated
Show resolved
Hide resolved
Co-authored-by: alexandrudanciu <[email protected]> Co-authored-by: Jim Marino <[email protected]>
What this PR changes/adds
Adds a decision record about API versioning.
Why it does that
Transparent decision traces.
Further notes
List other areas of code that have changed but are not necessarily linked to the main feature. This could be method
signature changes, package declarations, bugs that were encountered and were fixed inline, etc.
Linked Issue(s)
Closes # <-- insert Issue number if one exists
Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.