Versioning
Our API is versioned automatically as it changes.
We use a semver-based versioning strategy for all packages in our monorepo. As the package representing the API service and/or its dependencies change, the version will be bumped automatically.
While the API clients generated from the API’s specification use the full semver, the API only uses the major version tag.