REST Versioning Best Practices & Backward Compatibility
Posted on February 28, 2017
Versioning Best Practices
Background: Versioning Libraries
I’m assuming most readers here will be familiar with Semantic Versioning, but if not, a quick summary is that changes to the version number indicate the size of the change, depending on the digit that is changed, working to a major.minor.patch
pattern.