Hacker News new | ask | show | jobs
by 33degrees 2353 days ago
For APIs, calver can make a lot of sense, as detailed in Stripe’s blog post on the subject https://stripe.com/en-ca/blog/api-versioning
2 comments

That's just because they keep compatibility basically forever (they build middleware to transform older versions to new ones). If you actually want to remove old versions not so much.
This is great, thanks for sharing.