2026-03-09.tetons
March 13, 2026 Thetetons release introduces API versioning and overhauls the representation of deployments, config instances, and config schemas. It introduces management of more configuration resources (config types, schemas, and instances), release creation, git commit tracking, and explicit deployment lifecycle actions.
New endpoints
Breaking changes
Additive changes
Python SDK
Beginning with the2026-03-09.tetons release, the Python SDK is published from python-platform-sdk and uses the miru_platform_sdk import path.
miru_server_sdk import path.
Furthermore, SDK v0.7.0 marks the major version rollout of the 2026-03-09.tetons API. For the latest SDK version compatibility information, see the Platform SDKs page.
Migration steps
Set the Miru-Version header
Set the
Miru-Version: 2026-03-09.tetons header on all API requests. If you are using the Python SDK, this is done automatically.Migrate breaking changes
Migrate your client application according to the breaking changes listed above.If you are using the Python SDK, migrate from the legacy repository python-server-sdk to python-platform-sdk and update imports from
miru_server_sdk to miru_platform_sdk.2025-10-21.zion
October 21, 2025The
2025-10-21.zion API version is no longer supported. See supported versions.Endpoints
Query parameters
Python SDK
2025-10-21.zion comes with an official Python SDK published to python-server-sdk. For more details on usage, visit the python-server-sdk repository.
The python-server-sdk repository is no longer supported. Please migrate to the python-platform-sdk repository for the latest version of the Platform API.

