Skip to content

Releases: octokit/plugin-throttling.js

v3.3.3

01 Nov 18:02
Compare
Choose a tag to compare

3.3.3 (2020-11-01)

Bug Fixes

v3.3.2

19 Oct 15:34
116cf5e
Compare
Choose a tag to compare

3.3.2 (2020-10-19)

Bug Fixes

  • deps: added peer dependency to fix issue (#308) (116cf5e)

v3.3.1

27 Sep 16:44
323a08d
Compare
Choose a tag to compare

3.3.1 (2020-09-27)

Bug Fixes

  • do not retry GraphQl request in case for 401 (#295) (323a08d)

v3.3.0

26 Jun 04:51
Compare
Choose a tag to compare

3.3.0 (2020-06-26)

Features

  • pass octokit as third argument to onAbuseLimit/onRateLimit (cd5096e)

v3.2.2

10 Jun 17:47
0b15f03
Compare
Choose a tag to compare

3.2.2 (2020-06-10)

Bug Fixes

  • deps: bump @octokit/types from 4.1.9 to 5.0.0 (6a0cb4c)

v3.2.1

21 May 07:01
3301a54
Compare
Choose a tag to compare

3.2.1 (2020-05-21)

Bug Fixes

  • deps: bump @octokit/types from 2.0.2 to 4.0.1 (89c4309)

v3.2.0

25 Jan 17:57
Compare
Choose a tag to compare

3.2.0 (2020-01-25)

Features

  • new team endpoints trigger notifications (#128) (49ea14f)

v3.1.0

19 Jan 06:00
Compare
Choose a tag to compare

3.1.0 (2020-01-19)

Features

  • new team discussion paths (2a9bd81)

v3.0.0

16 Jan 05:06
Compare
Choose a tag to compare

3.0.0 (2020-01-16)

Continuous Integration

Features

BREAKING CHANGES

  • Instead of const throttling = require("@octokit/throttling-plugin"), do const { throttling } = require("@octokit/throttling-plugin")
  • Node 8 is no longer officially supported

v2.7.1

19 Dec 20:27
Compare
Choose a tag to compare

2.7.1 (2019-12-19)

Bug Fixes