Change all browser-side clients and UI to handle additive changes #155788
Labels
Meta
Project:Serverless MVP
Project:Serverless
Work as part of the Serverless project for its initial release
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
Feature Description
Additive changes can be made to internal HTTP APIs without creating a new major version. Additionally, old browser-side code will be able to run against newer server-side code, resulting in browser-side code needing to adapt to the additive changes made to these HTTP APIs. As a result, browser-side code will need to be updated to handle additive changes, primarily the addition of new response fields and new values added to non-inclusive enums.
Business Value
Facilitates zero downtime rolling upgrades and rollbacks, allowing us to roll-out new features to our users more quickly while they continue to use the system without disruption.
Definition of Done
The text was updated successfully, but these errors were encountered: