Releases: octokit/plugin-throttling.js
Releases · octokit/plugin-throttling.js
v8.1.3
8.1.3 (2023-11-18)
Bug Fixes
- types: improvements to internal types and
options
parameter (#642) (2a64f7f)
v8.1.2
8.1.2 (2023-10-25)
Bug Fixes
- graphql: GraphQL queries can exceed the rate limit even with x-ratelimit-remaining !== 0. (#636) (94da99a)
v8.1.1
8.1.1 (2023-10-25)
Bug Fixes
- retry: Retry requests after the x-ratelimit-reset time, not exactly at it. (#635) (39c0080)
v8.1.0
8.1.0 (2023-10-24)
Features
v8.0.1
8.0.1 (2023-10-21)
Bug Fixes
v8.0.0
8.0.0 (2023-09-23)
Features
- new GitHub advisories endpoints, new GitHub classroom endpoints, new Copilot endpoints, remove required workflow endpoints (#625) (89a7f68)
BREAKING CHANGES
- remove required workflow endpoints
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