Versioning in Java SDK
Learn how versions are created for the Java SDK.
Overview
The SDK versioning follows Semantic Versioning.
The version number is composed as follows:
[Major-Version].[Minor-Version].[Patch-Version]
Major-Version
Changes here indicate significant (breaking) changes which are not backwards compatible.
Minor-Version
Changes here indicate new features.
Patch-Version
Changes here indicate minor small changes like improvements, refactoring, or bug fixes.