Skip to content

Releases: octokit/endpoint.js

v9.0.1

23 Sep 01:50
53c17f1
Compare
Choose a tag to compare

9.0.1 (2023-09-23)

Bug Fixes

  • deps: update dependency @octokit/types to v12 (#449) (53c17f1)

v9.0.0

07 Jul 18:18
bf681b6
Compare
Choose a tag to compare

9.0.0 (2023-07-07)

Bug Fixes

  • deps: update dependency @octokit/types to v11 (#430) (bf681b6)

BREAKING CHANGES

  • deps: Replace support for Node.js http(s) Agents with documentation on using fetch dispatchers instead

v8.0.1

17 Jun 00:41
233a500
Compare
Choose a tag to compare

8.0.1 (2023-06-17)

Bug Fixes

  • account for possibility that mergedOptions.mediaType.previews may be undefined (#427) (233a500)

v8.0.0

14 Jun 18:54
376276d
Compare
Choose a tag to compare

BREAKING CHANGES

  • Drop support for NodeJS v14, v16
  • remove previews logic for the REST API

v8.0.0-beta.1

13 Jun 23:22
fbcd7b7
Compare
Choose a tag to compare
v8.0.0-beta.1 Pre-release
Pre-release

8.0.0-beta.1 (2023-06-13)

Continuous Integration

  • stop testing against NodeJS v14, v16 (#415) (4822b96)

Features

BREAKING CHANGES

  • remove previews logic for the REST API
  • Drop support for NodeJS v14, v16

v7.0.6

09 Jun 18:16
7fd20a0
Compare
Choose a tag to compare

7.0.6 (2023-06-09)

Bug Fixes

  • build: switch to esbuild instead of pika (#421) (7fd20a0)

v7.0.5

23 Jan 22:53
90b6705
Compare
Choose a tag to compare

7.0.5 (2023-01-23)

Bug Fixes

  • type cast empty array to fix a typescript error (#382) (90b6705)

v7.0.4

20 Jan 21:29
c2dc837
Compare
Choose a tag to compare

7.0.4 (2023-01-20)

Bug Fixes

  • deps: update dependency @octokit/types to v9 (#394) (c2dc837)

v7.0.3

13 Oct 05:20
5dfa5f9
Compare
Choose a tag to compare

7.0.3 (2022-10-13)

Bug Fixes

  • deps: update dependency @octokit/types to v8 (5dfa5f9)

v7.0.2

06 Sep 11:06
3805291
Compare
Choose a tag to compare

7.0.2 (2022-09-06)

Bug Fixes

  • fix support for Node.js v18's native fetch when making DELETE requests with no body (#354) (3805291)