You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we have automatic OpenAPI spec generation for the REST API endpoints, we might consider doing "semver" checks that would perform a diff between versions of the OpenAPI specs and return whether incompatible changes in the APIs were made (either in the input or the output of an endpoint).
This would allow us to do (semi-)automatic API versioning. The open question is how useful that would be and where to implement it (probably not directly in the cot crate itself, but perhaps in the CLI?)
This discussion was converted from issue #181 on March 23, 2026 18:21.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
When we have automatic OpenAPI spec generation for the REST API endpoints, we might consider doing "semver" checks that would perform a diff between versions of the OpenAPI specs and return whether incompatible changes in the APIs were made (either in the input or the output of an endpoint).
This would allow us to do (semi-)automatic API versioning. The open question is how useful that would be and where to implement it (probably not directly in the
cotcrate itself, but perhaps in the CLI?)Beta Was this translation helpful? Give feedback.
All reactions