alt

Important information

Please be advised that there will be a scheduled downtime across our API network on November 05 and November 07, 2024. For more information, visit our platform status portal.:
- Scheduled maintenance on November 5, 2024
- Scheduled maintenance on November 7, 2024

Unzer

Versioning in Java SDK

Learn how versions are created for the Java SDK.

Overview

The SDK versioning is based on the 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 in the SDK.

Patch-Version

Changes here indicate minor small changes like improvements, refactoring, or bug fixes.