4 items tagged with "api-versioning"
Backwards-compatible evolution strategy and pinned versions for API consumers.
Choose a versioning scheme, evolve schemas with additive changes, deprecate old versions gracefully, and communicate changes to clients.
API versioning lets you evolve an interface without breaking existing clients. Common approaches are URI versioning (`/v1/orders`), which is explicit ...
The ability of new versions to work with data or interfaces from older versions