Releases: octokit/octokit.js
Releases · octokit/octokit.js
v4.0.2
v4.0.1
v4.0.0
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
3.2.1-beta.1 (2024-05-06)
Bug Fixes
v3.2.1
v3.2.0
v3.1.2
v3.1.1
v3.1.0
v3.0.0
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 fromoctokit.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)