CLI Release Notes

Track version updates, breaking changes, new commands, and bug fixes for the Aevum Zenth Command Line Interface. Filter by release channel below.

v3.2.1 2026-03-10
Stable
✨ Features
  • Added --parallel flag to az-cli deploy for concurrent resource provisioning
  • Introduced az-cli telemetry disable for complete data collection opt-out
🐛 Fixes
  • Resolved token expiry race condition during background sync operations
  • Fixed YAML parsing failure when config contains unquoted boolean values
Patch release focused on deployment reliability and config stability.
v3.2.0 2026-02-15
Stable
✨ Features
  • New az-cli audit command for compliance scanning and policy validation
  • Added structured progress bars and ETA estimation for long-running operations
  • Enhanced az.json schema validation with real-time error reporting
🐛 Fixes
  • Corrected Windows UNC path escaping in az-cli sync
  • Fixed memory leak in the plugin loader when loading malformed manifests
🔄 Deprecated
  • --legacy-auth flag is deprecated and will be removed in v4.0
v3.1.4 2025-12-08
LTS
✨ Features
  • Extended LTS support window to Q3 2027 for enterprise deployments
  • Added az-cli health for local environment diagnostics
🐛 Fixes
  • Patched CVE-2025-8892 in dependency chain
  • Resolved stdout blocking issue when piping az-cli monitor to external tools
⚠️ Breaking
  • Dropped Python 3.8 support in the bundled SDK resolver
LTS release prioritizes security hardening and runtime stability.
v3.0.0 2025-10-22
Stable
✨ Features
  • Complete rewrite in Rust: 3.2x faster az-cli init and 45% lower memory footprint
  • New plugin architecture with hot-reload support and sandboxed execution
  • Unified config format: az.json replaces legacy YAML
⚠️ Breaking
  • Config file renamed from az.conf to az.json
  • Removed az-cli old-deploy command. Use az-cli deploy --legacy instead
  • CLI now requires Node.js 18+ for JS/TS plugin development
🔄 Deprecated
  • Legacy API v1 endpoints in CLI are deprecated. Migration guide provided.
Major version introducing performance overhaul and modern plugin system.
v2.9.1 2025-08-14
Beta
✨ Features
  • Early access to plugin registry: az-cli plugin search
  • Added --dry-run support for configuration validation without execution
🐛 Fixes
  • Fixed crash when AZ_ENV variable is empty but defined
  • Corrected timezone offset calculation in az-cli schedule
Beta release focused on plugin ecosystem preview and config safety.