A municipal API platform vendor releases both a major version upgrade and a minor patch. What risk distinction should the change board expect?
Select an answer to reveal the explanation.
Short Explanation
A major upgrade is like swapping the whole bus model—riders may need new passes. A minor patch is more like fixing the windshield wipers without changing how you board.
Full Explanation
Semantic and platform versioning norms treat major upgrades as potentially breaking for clients and integrations, warranting deeper regression and staged rollout. Minor patches typically address defects or security issues with lower compatibility risk but still deserve testing. DNS stability alone does not guarantee API contract stability across major versions.