API Versioning and Deprecation in Spring Boot — Managing Breaking Changes Without Breaking Clients
- Published
- Author
Eric HansonBackend Developer
Every API change is either backward compatible or a breaking change. Breaking changes require a new version. The versioning strategy and deprecation process determine whether version upgrades are painful or routine for clients.
Read more