Skip to content

Releases: octokit/octokit.js

v4.0.2

08 May 15:56
9604674
Compare
Choose a tag to compare

4.0.2 (2024-05-08)

Bug Fixes

v4.0.1

07 May 17:46
c99ff62
Compare
Choose a tag to compare

4.0.1 (2024-05-07)

Bug Fixes

  • docs: remove NodeJS 10 and add callout for conditional exports (#2675) (c99ff62)

v4.0.0

07 May 17:38
13a86ad
Compare
Choose a tag to compare

BREAKING CHANGES

  • package is now ESM
  • remove authentication type "oauth" that was previously deprecated
  • Switch from @octokit/webhooks-types to @octokit/openapi-webhooks-types due to the transition to using GitHub's OpenAPI schema

v3.2.1-beta.1

06 May 18:48
730a073
Compare
Choose a tag to compare
v3.2.1-beta.1 Pre-release
Pre-release

3.2.1-beta.1 (2024-05-06)

Bug Fixes

  • adapt code for ESM/new deps (314b46e)
  • deps: update octokit monorepo (b318e23)

v3.2.1

03 May 16:37
98785f4
Compare
Choose a tag to compare

3.2.1 (2024-05-03)

Bug Fixes

v3.2.0

03 Apr 18:05
a90799a
Compare
Choose a tag to compare

3.2.0 (2024-04-03)

Features

v3.1.2

15 Nov 16:40
b59da80
Compare
Choose a tag to compare

3.1.2 (2023-11-15)

Bug Fixes

  • updates app.js for the handling of an error being thrown by the verify method in webhooks.js (#2576) (b59da80)

v3.1.1

25 Sep 21:33
f366919
Compare
Choose a tag to compare

3.1.1 (2023-09-25)

Bug Fixes

v3.1.0

26 Jul 16:40
74856f6
Compare
Choose a tag to compare

3.1.0 (2023-07-26)

Features

v3.0.0

11 Jul 17:12
84e6569
Compare
Choose a tag to compare

3.0.0 (2023-07-11)

Features

BREAKING CHANGES

  • Drop support for NodeJS v14, v16
  • Remove previews support for the REST API
  • remove agent option from octokit.request()
  • Replace support for Node.js http(s) Agents with documentation on using fetch dispatchers instead (via @octokit/request)
  • Remove ability to pass custom request options, except for method, headers, body, signal (via @octokit/request)