v3.0.0
版本发布时间: 2023-07-12 01:12:03
octokit/octokit.js最新发布版本:v4.0.2(2024-05-08 23:56:23)
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)