Skip to content

Releases: octokit/request.js

v8.1.2

23 Sep 01:54
8fa4d61
Compare
Choose a tag to compare

8.1.2 (2023-09-23)

Bug Fixes

  • deps: update dependency @octokit/types to v12 (#637) (8fa4d61)

v8.1.1

19 Jul 00:29
a83722c
Compare
Choose a tag to compare

8.1.1 (2023-07-19)

Bug Fixes

  • fetch-wrapper: improve error message when 'fetch' implementation is not present (#617) (a83722c)

v8.1.0

11 Jul 21:23
110f3c4
Compare
Choose a tag to compare

8.1.0 (2023-07-11)

Features

v8.0.4

09 Jul 20:51
724699d
Compare
Choose a tag to compare

8.0.4 (2023-07-09)

Bug Fixes

v8.0.3

09 Jul 15:58
5624353
Compare
Choose a tag to compare

8.0.3 (2023-07-09)

Bug Fixes

  • correct the passing of the signal option (#610) (5624353)

v8.0.2

07 Jul 21:43
8dbbb89
Compare
Choose a tag to compare

8.0.2 (2023-07-07)

Bug Fixes

v8.0.1

07 Jul 21:38
95d4547
Compare
Choose a tag to compare

8.0.1 (2023-07-07)

Bug Fixes

  • deps: update octokit monorepo (major) (#605) (95d4547)

v8.0.0

07 Jul 18:09
ebf0865
Compare
Choose a tag to compare

8.0.0 (2023-07-07)

Features

BREAKING CHANGES

  • Replace support for Node.js http(s) Agents with documentation on using fetch dispatchers instead
  • Remove ability to pass custom request options, except from method, headers, body, signal, data

v7.0.1

20 Jun 20:59
ed784b0
Compare
Choose a tag to compare

7.0.1 (2023-06-20)

Bug Fixes

v7.0.0

16 Jun 21:09
517ebab
Compare
Choose a tag to compare

7.0.0 (2023-06-16)

Features

BREAKING CHANGES

  • Drop support for NodeJS v14, v16

  • remove node-fetch in favor of global

  • docs: update ToC for README.md