3.0.0 (2022-10-25)
Bug Fixes
- backoff: handle backoff strategy as function (#1463) (3640269)
- repeat: remove cron in favor of pattern option (#1456) (3cc150e)
Features
- add support for dynamic rate limiting (2d51d2b)
- rate-limit: remove group key support and improve global rate limit (81f780a)
BREAKING CHANGES
- rate-limit: limit by group keys has been removed in favor
of a much simpler and efficent rate-limit implementation. - backoff: object mapping is replaced by single function