• v0.9.0 0762ddbbc2

    feat: add token-bucket rate limiting for action endpoints

    ryan released this 2026-02-06 21:52:07 +00:00 | 45 commits to main since this release

    Add per-context and per-action rate limiting using golang.org/x/time/rate.
    Configure globally via Options.ActionRateLimit or per-action with
    WithRateLimit(). Defaults to 10 req/s with burst of 20.

    Downloads