Skip to content

v0.1.18

Choose a tag to compare

@affandar affandar released this 04 Apr 19:35
· 18 commits to main since this release

What's Changed

Added

  • client.getInstanceStats(instanceId) — per-instance SystemStats (history event count, size, queue pending, KV usage)
  • TypeScript declarations for getInstanceStats and SystemStats
  • Admin API and e2e tests for orchestration stats

Changed

  • Bumped duroxide to 0.1.27, duroxide-pg to 0.1.28
  • Updated MAX_KV_KEYS to 150, MAX_KV_VALUE_BYTES to 65536

Fixed

  • Removed local path overrides from Cargo.toml for CI compatibility