Versioning

<< Click to display table of contents >>

Navigation:  »No topics above this level«

Versioning

The versioning of the Rest API follows the same principles as the versioning of TiCon.

This means that an interface with version 4.09.XX.XXXX requires a database with version 4.09.YY.YYYY. The TiCon client and Rest API can have different version numbers, e.g. REST API with version number 4.09.01.2314 and TiCon with version number 4.09.03.2399 is possible. It is important that the first two digits match.

However, it is generally recommended to update the REST interface with TiCon so that both components have the same version number.