Beacon

Release policy

View as Markdown

Release policy

Beacon release cadence, versioning conventions, and deprecation policy.

reference • updated 2026-03-15

Cadence

  • Incremental releases: daily (business days).
  • Breaking-change releases: weekly window with advance notice.
  • Production hotfixes: immediate after minimum validation.

Version semantics

TypeExampleExpected impact
Patch2026.03.15-p1fixes without contract changes
Minor2026.03.15-m1backward-compatible capabilities
Breaking2026.03.15-b1contract changes requiring migration

Deprecation policy

  1. Changelog announcement with explicit removal date.
  2. Runtime warning header for affected clients.
  3. Migration guide published before deadline.

Production release criteria

  • ✅ Unit and integration tests green.
  • ✅ Reversible migrations or documented rollback plan.
  • ✅ Risk communication distributed to support and operations.