Skip to main content
December 4, 2025

CLI v0.7.0

Features
  • Added support for CUE schemas
  • Added the --language flag to the miru schema push command to specify the schema language
  • Added the --allow-duplicate flag to the miru schema push command to allow multiple schemas to have the same content
  • Schemas uploaded to Miru are now preserved exactly as defined, including original ordering, spacing, and comments
  • Improved readability of error messages
  • Users are notified when the CLI version is out of date
Refactors
  • The --version flag is required when pushing a schema
  • Renamed the JSON Schema $miru_config_type_slug annotation to x-miru-config-type
  • Renamed the JSON Schema $miru_instance_filepath annotation to x-miru-instance-filepath
  • Removed the ability to update the instance file path for an existing schema
Retired
  • CLI versions before v0.7.0 are no longer supported
  • Removed the miru instance to jsonschema command
October 21, 2025

Server-Side API v0.1.1

Refactors
  • Removed config_schemas expansion from config types
  • Updated the Python Server SDK to v0.6.1
October 20, 2025

Server-Side API v0.1.0

Refactors
  • Replaced deployment status enums pending and approved with needs_review and staged
  • Updated the Python Server SDK to v0.6.0
October 19, 2025

Agent v0.6.0

Features
  • Poor connectivity installations of the Miru Agent are now supported
Retired
  • Installing Miru Agent versions before v0.6.0 is no longer supported. Current installations will continue functioning and receive support but new installations must use v0.6.0 or later.