Semantic Versioning
15/01/2026
The Graphwise Platform products are in line with the rules of semantic versioning and include major, minor and patch versions.
Semantic versioning is a formal convention for specifying compatibility using a three-part version number: major version, minor version, and patch. A patch number is incremented for minor changes and bug fixes that do not change the software application programming interface (API).
A minor version is incremented for releases that add new, but backwards-compatible API features, and a major version is incremented for API changes which are not backwards-compatible. For instance, software requiring version 2.1.5 of an API remains compatible with version 2.2.3, but not (necessarily) with 3.2.4.
Graphwise Platform API compatibility:
major versions can break API compatibility
minor versions can change the API, but always remain backwards compatible
patch versions do not change the API or affect its compatibility