Platform

Overview

How It Works

Beneficiary Identity

Policy Corridors

Deterministic Finality

Architecture

Security Model

Governance

Integration

Solutions

Corridors Overview

Institutional Overview

Pricing

All Scenarios

Humanitarian Impact Fund

Assurance

Technical Assurance

Verify Receipt

Receipt Example

Developers

Documentation

APIs & Bridges

Architecture Docs

Glossary

BID API

Company

About

Team

Partners

Roadmap

Investors

Contact

Blog

All Documentation

Schedule Consultation
Protocol

CalVer Version System

Definition

JIL Sovereign uses Calendar Versioning (CalVer) with the format YYYY.MM.DD-BuildNumber across all production services. This versioning system makes it immediately clear when each release was built, simplifying deployment tracking, incident investigation, and compliance auditing across the 190+ microservice fleet.

Why It Matters

Version management in large microservice architectures requires a system that is both human-readable and machine-parseable. Semantic versioning works well for libraries but becomes unwieldy for platforms with hundreds of services released frequently. Date-based versioning provides instant temporal context for any deployed artifact.

How JIL Sovereign Addresses This

JIL adopted CalVer across all 190+ services and 2,900+ source files. Every Docker image, API response, and health check includes the CalVer version string. This enables operators to instantly identify when any service was built, correlate deployments with incidents, and verify that all services in a cluster are running consistent versions.

Frequently Asked Questions

What versioning system does JIL use?

JIL uses Calendar Versioning (CalVer) with format YYYY.MM.DD-BuildNumber. For example, 2026.02.25-410 indicates a build from February 25, 2026 with build number 410.

Why CalVer instead of SemVer?

CalVer provides instant temporal context for deployments across 190+ microservices. Operators can immediately see when any service was built, making incident correlation and compliance auditing straightforward.