Versions & Changelog
API stability, SDK versioning, deprecations, and releases.
#API version
/v1 is public. Beta capabilities may change, but an existing field should not silently gain incompatible meaning.
#SDK versioning
TypeScript and Python SDKs use semantic versions. Pin a compatible range.
#Breaking changes
SDK breaks require a major version. API breaks should use a new path or migration window when practical.
#Deprecations
Deprecated helpers remain only when needed for migration; new work should use namespace methods.
#Changelog and releases
See npm and PyPI. A separate product changelog is not currently published.