Versioning
Each service has its own API version.
The API version consists of three integers — major.minor.build:
- major — the API update contains changes that are not compatible with previous versions
- minor — new functionality is added and the update is backward compatible within the major version (depending on the generator and the programming language, a minor version update may not be backward compatible with libraries built on the previous version)
- build — documentation and example updates, bug fixes
The major version is part of the environment name: api.edge7.veeroute.cloud.
Every service has a method that returns the current version — example of checking the version of the universal service.