Skip to content

KVS CLI v1.2.0

Choose a tag to compare

@github-actions github-actions released this 08 Jan 02:42
· 577 commits to dev since this release
4c811e8

[1.2.0] - 2026-01-08

Bug Fixes

  • benchmark: Show more decimal places for sub-millisecond timings (ab02c59)

  • benchmark: Exclude data-dependent queries from score calculation (479bd77)

  • docker: Add PHP fallback for cache detection (dfb897c)

  • self-update: Use echo after PHAR replacement to avoid class conflicts (6f81584)

  • self-update: Remove unnecessary class preloading (018fe6b)

  • self-update: Improve error handling and add extension checks (0f7f9a1)

  • system:check: Show Dragonfly in cache section header (3ea70d8)

  • system:status: Use dynamic cache type in service name (68d57b8)

  • Improve security and path handling (32d909e)

  • Improve security and regex handling (f82bc92)

  • Correct ShellCommand alias in test (console not sh) (bfa0868)

Features

  • benchmark: Add --localhost mode to bypass CDN/Cloudflare (5318011)

  • docker: Add multi-site container detection support (f9100ef)

  • Add Docker auto-detection for KVS containers (50c25ab)

  • Add KVS 6.4.0 support and fix PHP requirements (c54abcb)

  • Add TempFileManager and secure eval commands (61bd847)

Miscellaneous

Refactoring

  • benchmark: Implement Geekbench-style baseline calibration scoring (2f81aad)
  • benchmark: Rebalance score calculation across all components (3e6dcf6)

Testing