Releases: octokit/plugin-throttling.js
Releases · octokit/plugin-throttling.js
v3.3.3
3.3.3 (2020-11-01)
Bug Fixes
v3.3.2
3.3.2 (2020-10-19)
Bug Fixes
- deps: added peer dependency to fix issue (#308) (116cf5e)
v3.3.1
3.3.1 (2020-09-27)
Bug Fixes
- do not retry GraphQl request in case for 401 (#295) (323a08d)
v3.3.0
3.3.0 (2020-06-26)
Features
- pass
octokit
as third argument to onAbuseLimit
/onRateLimit
(cd5096e)
v3.2.2
3.2.2 (2020-06-10)
Bug Fixes
- deps: bump @octokit/types from 4.1.9 to 5.0.0 (6a0cb4c)
v3.2.1
3.2.1 (2020-05-21)
Bug Fixes
- deps: bump @octokit/types from 2.0.2 to 4.0.1 (89c4309)
v3.2.0
3.2.0 (2020-01-25)
Features
- new team endpoints trigger notifications (#128) (49ea14f)
v3.1.0
3.1.0 (2020-01-19)
Features
- new team discussion paths (2a9bd81)
v3.0.0
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
2.7.1 (2019-12-19)
Bug Fixes