Learn about Arcadia Signal API versioning, including version numbers and the meaning of Alpha, Beta, and Gamma designations for data structures and operations.
Understand Signal API versioning and the maturity labels used for API data structures and operations.
API version
The Signal APIs currently use version 1.0. Future API versions may allow users to choose between versions without immediately forcing migration.
Version names
Within an API version, individual data structures, operations, and resources may have maturity labels.
| Label | Meaning |
|---|---|
| Alpha | The API contract is not finalized and may change. |
| Beta | The API has been used in production and the contract has stabilized. |
| Gamma | The API is field-proven and has no anticipated changes. |
Use these labels to understand how stable a data structure or operation is before building long-term dependencies on it.
