About Apinizer Version Numbering

Apinizer primarily follows semantic versioning (SemVer) for its products. The products adhere to the {MAJOR}.{MINOR}.{PATCH} model.

Version Versioning

  • Major Version: Major Version represents the version defined by the number to the left of the decimal point in the X.y.z format. For example, Major Version 2023.01.0 signifies the year 2023.
  • Minor Version: Minor Version represents the version defined by the number between the two leftmost decimal points in the x.Y.z format. For instance, in 2023.01.0, Minor Version 01.0 is specified.
  • Patch Version: Patch Version represents the version defined by the change in the number to the right of the decimal point in the x.y.Z format. For example, in 2023.01.1 - 2023.01.2, it signifies Patch Version 1 - 2.

About Version Numbering

Versions follow the numbering scheme: YY.MM.0; where:

YY represents the two-digit year in which the version takes place.
MM represents the two-digit month in which the version takes place.
0 signifies the Release version. Incremental numbers like 1, 2, 3 represent patches for the corresponding Minor version.


Apinizer aims to release a new version every 4 months. Patch versions are also released as needed. Patch versions include new features, improvements, and bug fixes. Patch versions are backward compatible within the same major version series. Each Patch version is supported until the release of the next Major version. Customers are advised to keep their installations up to date by applying the relevant patches to their installed versions.

 Release Notes