Skip to content

Releases: octokit/plugin-throttling.js

v8.1.3

18 Nov 15:46
2a64f7f
Compare
Choose a tag to compare

8.1.3 (2023-11-18)

Bug Fixes

  • types: improvements to internal types and options parameter (#642) (2a64f7f)

v8.1.2

25 Oct 16:53
94da99a
Compare
Choose a tag to compare

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

25 Oct 16:21
39c0080
Compare
Choose a tag to compare

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

24 Oct 18:27
b5401b5
Compare
Choose a tag to compare

8.1.0 (2023-10-24)

Features

v8.0.1

21 Oct 01:51
c4147c9
Compare
Choose a tag to compare

8.0.1 (2023-10-21)

Bug Fixes

v8.0.0

23 Sep 01:49
89a7f68
Compare
Choose a tag to compare

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

10 Jul 22:40
a979e93
Compare
Choose a tag to compare

7.0.0 (2023-07-10)

Bug Fixes

  • deps: update octokit monorepo (major) (#612) (a979e93)

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

09 Jun 18:35
e2b3b23
Compare
Choose a tag to compare

6.1.0 (2023-06-09)

Features

v6.0.1

07 Jun 22:17
52f74d8
Compare
Choose a tag to compare

6.0.1 (2023-06-07)

Bug Fixes

  • build: switch to esbuild and tsc instead of pika (#603) (52f74d8)

v6.0.0

22 May 01:06
32b598d
Compare
Choose a tag to compare

BREAKING CHANGES

  • Drop support for NodeJS v14, v16
  • remove deprecated options.throttle.minimalSecondaryRateRetryAfter
  • remove deprecated options.throttle.onAbuseLimit

Features