Versioning¶
The API version is composed of a major and minor version number. Example: 1.0 indicates major version 1 and minor version 0.
Major version indicates a version of the interface. This number must be incremented when a breaking API change is introduced.
A breaking change is a change which may break the code which is using the previous API version.
Minor version indicates a bugfix or added functionality to an existing interface version.