Skip to content

Releases: octokit/plugin-throttling.js

v2.6.0

17 May 03:22
Compare
Choose a tag to compare

2.6.0 (2019-05-17)

Features

v2.5.0

09 May 17:29
Compare
Choose a tag to compare

2.5.0 (2019-05-09)

Features

  • Throttle search routes, allow parallel GET/HEAD (2ff9c54)

v2.4.0

04 Feb 01:56
Compare
Choose a tag to compare

2.4.0 (2019-02-04)

Features

v2.3.0

20 Jan 20:43
Compare
Choose a tag to compare

2.3.0 (2019-01-20)

Features

v2.2.1

15 Jan 21:27
Compare
Choose a tag to compare

2.2.1 (2019-01-15)

Bug Fixes

  • require latest Bottleneck to avoid memory leak when creating many instances (3e74b11)

v2.2.0

12 Jan 20:28
Compare
Choose a tag to compare

2.2.0 (2019-01-12)

Features

  • enabled: Add 'enabled' option (0408350)

v2.1.0

06 Jan 22:24
Compare
Choose a tag to compare

2.1.0 (2019-01-06)

Features

v2.0.0

29 Dec 21:57
Compare
Choose a tag to compare

2.0.0 (2018-12-29)

Features

BREAKING CHANGES

  • #8: Changed octokit.throttle.on('abuse-limit', handler) and 'rate-limit' to
const octokit = new Octokit({
  throttle: {
    onAbuseLimit: handler,
    onRateLimit: handler
  }
});

v1.0.0

27 Dec 23:34
Compare
Choose a tag to compare

1.0.0 (2018-12-27)

Features