Skip to content

Versioning & Compatibility Policy

Iron Messages follows Semantic Versioning (SemVer) for the public API and SDKs.

What counts as breaking

Breaking changes include:

  • Removing an endpoint or field
  • Changing a field type or required/optional status
  • Tightening validation that causes previously valid requests to fail

Supported runtimes

SDKs (demo):

  • Python: 3.10+ (recommended)

Deprecation policy

  • Deprecations are announced in the Changelog.
  • Deprecations remain supported for at least 90 days before removal.
  • When behavior changes, upgrade steps will be documented.

Next: Getting Started · Reference · Changelog · Support