Changelog

Recent platform capabilities and documentation updates across environments, overlays, snapshots, diagnostics, and governance.

Changelog

[10.2.20] - 2026-04-23

Added

  • Patent 11 — Admission-time Blueprint Sanitizer. Every blueprint now runs through a seven-pass rewrite before provisioning: unreachable images are substituted with stub-proxy, cloud-specific nodeSelector keys are stripped, paid services (LocalStack Pro) fall back to OSS variants, missing probes and resource limits are filled with platform defaults, mutable :latest/:main/:dev tags are pinned to immutable digests, and the Patent-10 context-agent sidecar is opted-in only when its image is actually published. Every change is persisted to the env record as autoFixes[] and rendered in the dashboard.
  • Pre-flight server-side dry-run. After the sanitizer, MicroStax renders every Deployment/Service manifest and asks the Kubernetes API server to validate them (dryRun=All) without creating anything. If the dry-run finds a blocking error the env is rejected with the new PREFLIGHT_FAILED error code and a structured report.
  • Auto-heal flag on environments. New autoHealEnabled field (defaults to true) lets high-confidence AI-diagnosis JSON patches apply themselves silently, no dashboard click required. Turn off before promoting to a signed baseline.
  • Strict sanitizer mode. Set strictSanitizer: true on a blueprint to convert every would-be rewrite into a BLUEPRINT_REJECTED error for byte-for-byte deterministic promotions.
  • Template-gallery CI gate. Every shipped example in examples/*.yaml now round-trips through admission on CI; broken templates block merges.

Fixed

  • Context-agent sidecar no longer defaults-on when its image is unpublished. This was the root cause of environments failing to reach Ready in the v10.1.x / v9.9.x line.

[9.3.0] - 2026-03-11

Added

  • Layered environment workflows across baselines, overlays, and resolution-aware routing.
  • Snapshot, replay, and diff-oriented commands in the CLI for advanced environment validation.
  • Seed registry workflows for publishing, searching, and re-running reusable initialization packages.
  • Governance log and organization compliance commands for operational visibility.
  • Expanded landing documentation covering graph-aware provisioning, overlay chains, snapshots, shadowing, and governed workflows.

Improved

  • Documentation alignment between the landing docs and the current CLI/platform surface.
  • Consumer guidance for sparse environments, promoted baselines, and shared realistic data workflows.
  • Integrations documentation for Kubernetes providers, MCP, VS Code, telemetry, and audit systems.

[9.2.x] - 2026-03

Added

  • Traffic shadowing and behavioral diff endpoints.
  • Cost attribution and environment cost reporting.
  • Deterministic identity resolution during provisioning.
  • Template gallery and expanded environment management views.

[9.1.x] - 2026-02

Added

  • Snapshot agent and PII sanitization workflows.
  • Baseline promotion and overlay creation flows.
  • AI diagnosis endpoints and CLI workflows.
Changelog | MicroStax Documentation