Skip to main content
February 4, 2026

CLI v0.9.1

Fixes
  • Error messages are properly flushed to the console, ensuring outputs are always visible in CI
January 27, 2026

CLI v0.9.0

Features
  • Added the miru release create command—creates releases, its schemas, and Git commit metadata in a single command
  • Added support for CUE packages when creating a release
  • Added support for authentication via API keys using the MIRU_API_KEY environment variable
  • Improved error messages to be more descriptive and readable
Retired
  • CLI versions before v0.9.0 are no longer supported
  • Removed the miru schema push command (use miru release create instead)
January 22, 2026

Agent v0.6.1

Fixes
  • The miru-agent --install command now correctly returns a non-zero exit code on failure, instead of 0
December 18, 2025

CLI v0.8.0

Refactors
  • Removed the --version flag from the miru schema push command
  • Removed the --allow-duplicate flag from the miru schema push command
Retired
  • CLI versions before v0.8.0 are no longer supported
December 8, 2025

Agent Install Script Update

Improvements
  • Agent install script now runs sudo chown -R miru:miru /srv/miru to prevent any permissions issues encountered if the /srv/miru directory has previously been created with the wrong permissions
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.
Last modified on February 12, 2026