Skip to content

v0.6.0

Choose a tag to compare

@sethtjf sethtjf released this 04 Sep 20:31
6ba1fed

0.6.0 (2026-09-04)

⚠ BREAKING CHANGES

  • 429 budget_exceeded is spent >= limit (or no budget row). GET remaining is limit - spent; reserved_microdollars is always 0. Concurrent in-flight requests can overshoot the cap.
  • gateway-core and gateway-transport are unpublished workspace members. Historical versions stay on the registry; they are not yanked. cargo install axond remains the crates.io path. The published tarball flattens those internals so it compiles without resolving them from crates.io.

Features

  • charge actuals after response, no pre-dispatch budget hold (#445) (d8adb6b)
  • gateway: charge spend from imported models.dev rates (#442) (6c67fa6)
  • publish only the axond binary crate to crates.io (#444) (43b46f2)

This PR was generated with Release Please. See documentation.