The API follows Semantic Versioning principles. Each version number consists of three parts: MAJOR.MINOR.PATCH.
MAJOR: Incremented for incompatible API changes.
MINOR: Incremented for new features that are backward-compatible.
PATCH: Incremented for backward-compatible bug fixes.
Pre-release versions: Indicated by appending a hyphen and an identifier (e.g., 1.0.0-alpha).
Note: Pre-release versions are made available for testing in the Sandbox environment only and will be removed from the changelog once the final release versions are published.