home / tag / breaking-changes
Semantic Versioning (SemVer)
Semantic Versioning (SemVer)
Mar 17, 2024
4 min read
1 charts

It was introduced in 2009 by Tom Preston Werner, co founder of a GitHub. It was designed to provide a clear and universal way to mark software updates. There was a convention,...

versioningbreaking-changes
Breaking Changes
Breaking Changes
Mar 11, 2024
5 min read
2 charts

Breaking changes is a result of a code changes, that how the API behaves. It can be low level code API, REST API, any microservice API or even user interface behavior.

architecturebreaking-changes