Skip to content

Tollgate v0.1.0

Pre-release
Pre-release

Choose a tag to compare

@andrewjstevens andrewjstevens released this 29 Aug 18:23
· 2 commits to main since this release
v0.1.0
b01de8a

Beta, pre-1.0.

Since v0.0.1:

  • Read-only web console in production and demo: live budget meters, spend, tokens-to-cost, and per-request gateway latency (median + p95 sparkline). Endpoints: /console, /console/budgets, /console/usage.
  • Per-request gateway-overhead latency, exposed via the x-tollgate-overhead-us header and the console.
  • Config hot-reload: budget and price changes apply without a restart (TOLLGATE_RELOAD__INTERVAL).
  • Usage-ledger retention by monthly partitioning, with automatic create-ahead and old-partition drops (TOLLGATE_RETENTION__WINDOW).
  • Append-only ledger hardened to also reject TRUNCATE.
  • Enforcement hardening: startup reconcile never lowers a live budget counter; startup and key issuance refuse the example placeholder pepper.
  • Docs: architecture diagrams, use cases, operations runbook; CI gains cargo-audit and Dependabot.

Providers: Anthropic and Google Vertex (config-gated) plus a built-in mock. MIT-licensed. Interfaces and schema may still change before 1.0.