Releases: octokit/plugin-throttling.js
Releases · octokit/plugin-throttling.js
v7.0.0
7.0.0 (2023-07-10)
Bug Fixes
BREAKING CHANGES
- deps: require
@octokit/core
> 5
- deps: bump
@octokit/types
to v11
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
v6.1.0
6.1.0 (2023-06-09)
Features
v6.0.1
6.0.1 (2023-06-07)
Bug Fixes
- build: switch to esbuild and tsc instead of pika (#603) (52f74d8)
v6.0.0
BREAKING CHANGES
- Drop support for NodeJS v14, v16
- remove deprecated
options.throttle.minimalSecondaryRateRetryAfter
- remove deprecated
options.throttle.onAbuseLimit
Features
v5.2.3
5.2.3 (2023-05-19)
Bug Fixes
- bump minimal retry in case of secondary rate limiting to 60s (#594) (5335870)
v5.2.2
5.2.2 (2023-05-17)
Bug Fixes
- types: don't require any properties if
enabled
is false
(#595) (28098cb)
v5.2.1
5.2.1 (2023-05-13)
Bug Fixes
v5.2.0
5.2.0 (2023-05-05)
Features
- new routes in generated/endpoints.json (#589) (97bb31d)
v5.1.1
5.1.1 (2023-04-21)
Bug Fixes
- build: add script to fix
package.json
from build step (#584) (e7f99d0), closes #583
v5.1.0
5.1.0 (2023-04-20)
Features