Skip to main content

Current Version

v0.3.0 — Released February 23, 2026

What’s New in v0.3.0

  • Trailproof Audit Trail — Replaced custom event system (EventLedger, EventSigner, AsyncEventPipeline) with Trailproof for tamper-evident audit trails with SHA-256 hash chains and HMAC signing
  • New public API methods: verify_audit_trail() / verifyAuditTrail() and query_audit_trail() / queryAuditTrail()
  • Simplified configuration: trail_store, trail_store_path, trail_signing_key
  • Removed start() / stop() lifecycle methods (no longer needed)
  • Added Makefiles following kyberon-workflow convention
See CHANGELOG.md for full details.

Quality and Security Gates

Latest gate results:
  • TypeScript: typecheck, test, build, npm audit passed (68 tests)
  • Python: ruff, pytest, mypy, pip-audit passed (90 tests)
CI enforcement:
  • .github/workflows/ci.yml
  • .github/workflows/perf-baseline.yml
  • .github/workflows/release.yml

Baseline Performance Snapshot

Run profile: 250 iterations, 25 warmup, in-memory adapter.
Runtimeremember p95update p95search p95forget p95
TypeScript0.022 ms0.022 ms0.040 ms0.017 ms
Python0.074 ms0.077 ms0.243 ms0.069 ms

Notes

This is an OSS beta release. APIs may change between minor versions. See Versioning Policy for semver guarantees.