Versioning

Kompliant uses a combined versioning approach that you'll see in the version selector at the top of this documentation site (currently showing "v2.2-API-2025-03-24").

How Our Versioning Works

  1. Documentation Version (v2.2): Follows semantic versioning and reflects major updates to our documentation structure and content.

  2. API Version (2025-03-24): Uses date-based versioning to indicate which API release the documentation describes.

These two version components are combined in the format v<doc_version>-API-<api_version> to create a unique identifier for each documentation snapshot.

This approach allows us to:

  • Update documentation independently of API releases (for clarifications or expansions)
  • Maintain documentation for multiple API versions simultaneously
  • Stage upcoming documentation changes before official release