Posts Tagged with ‘best practice’

REST Versioning Best Practices & Backward Compatibility

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.