SRS-041: Concurrent API Version Support
Identifier
SRS-041
Software System
- API Gateway
- Orchestrator
Category
- Functional
- Maintenance
Description
The software shall be designed to serve multiple API versions (e.g., /v1.0/
, /v1.1/
, /v2.0/
) concurrently from the same production environment. This ensures that the introduction of a new API version, whether minor or major, does not cause service interruptions for clients integrated with older, still-supported versions.
Derived from PRS
PRS-1V6
: Expose the device’s functionality through a versioned, network-accessible API