Skip to main content

2026-03-09.tetons

March 13, 2026 The tetons 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 the 2026-03-09.tetons release, the Python SDK is published from python-platform-sdk and uses the miru_platform_sdk import path.
- from miru_server_sdk import Miru
+ from miru_platform_sdk import Miru
The previous Python SDK was published to python-server-sdk and used the 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

1

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.
2

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.
3

Optionally integrate new endpoints

Optionally integrate the new endpoints listed above.

2025-10-21.zion

October 21, 2025
The 2025-10-21.zion API version is no longer supported. See supported versions.
Initial release of the Platform API. This version establishes core API endpoints for managing the deployment pipeline—from defining configurations through releasing and deploying to devices.

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.

Last modified on March 13, 2026