-
feat: add token-bucket rate limiting for action endpoints
released this
2026-02-06 21:52:07 +00:00 | 45 commits to main since this releaseAdd 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