Skip to content

APXV1 v1.2.1

Choose a tag to compare

@APXVdev APXVdev released this 01 Jul 22:02
· 35 commits to main since this release

APXV1 v1.2.1

Stability and operator-experience patch on v1.2.0. No verifier VK or circuit changes since v1.1.0 - existing verifier bundle assets remain valid.

Fixed

  • Audit log file locking; corrupt-line tolerance (health degrades instead of crashing /status)
  • API key hint files (managed/config/OPERATOR-KEY-*.txt)
  • Hot-reload API keys without restarting apx_serve
  • Docker install removes stale apx-v1 container automatically
  • Configurable APX_LLM_TIMEOUT_SECONDS (default 120s)
  • Document pack tests use isolated fixtures; API tests use ephemeral port

Changed

  • datetime.utcnow() replaced with timezone-aware UTC in core agents, audit logger, and artifact provider

Documentation

  • README, CHANGELOG, QUICKSTART, LOCAL-API, DOCKER, BUILDING, website, and examples updated for v1.2.1

Tests

343 passed, 1 skipped.

Quick start

./scripts/install.sh          # Windows: .\scripts\install.ps1
./scripts/apx_demo.sh --pack all

Docs: CHANGELOG | QUICKSTART | Site