-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Proposal: make version mandatory in API URLs #21157
Copy link
Copy link
Open
Labels
area/apiAPIAPIkind/enhancementEnhancements are not bugs or new features but can improve usability or performance.Enhancements are not bugs or new features but can improve usability or performance.
Description
Just a quick placeholder, following a discussion on Slack;
Currently we accept both /something ("latest" API version), and /vXX.YY/something (API version "XX.YY").
The "latest" API version can be troublesome, because software using the "latest" version (and not explicitly defining a version), can break after an upgrade of the daemon.
Instead, we can deprecated the "latest" URLs, and require consumers of the API to explicitly specify the API version they're using.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/apiAPIAPIkind/enhancementEnhancements are not bugs or new features but can improve usability or performance.Enhancements are not bugs or new features but can improve usability or performance.