Sementic Versioning Doesn't Support Rolling Deprecation

from blog Kevin Cox's Blog, | ↗ original
I like SemVer. However, there is one important use case that I wish it supported better. This is what I’ll call “rolling deprecation”.The idea is simply that instead of removing APIs in a single compatibility-breaking version, you first deprecate an API in one version, then remove it in a later version. This gives time to migrate off of the...