Releases: octokit/webhooks.js
Releases · octokit/webhooks.js
v10.6.2
v10.6.1
v11.0.0-beta.6
v10.6.0
v11.0.0-beta.5
11.0.0-beta.5 (2023-01-10)
Bug Fixes
- return
true
in middleware (13fa225) - return helpful error when
Content-Type
header is notapplication/json
(#795) (b7aee15)
Features
BREAKING CHANGES
- Only accept string payloads for
webhooks.verify()
v10.5.1
v11.0.0-beta.4
11.0.0-beta.4 (2023-01-08)
Features
- only accept string payloads for
webhooks.verify()
andwebhooks.verifyAndReceive()
and the middleware (#793) (7cc4068)
BREAKING CHANGES
- Only accept string payloads for
webhooks.verify()
andwebhooks.verifyAndReceive()
- The middleware now expects only string payloads for
request.body
v11.0.0-beta.3
11.0.0-beta.3 (2023-01-08)
Bug Fixes
Features
- deprecate
onUnhandledRequest
and accepting object payloads for forwebhooks.verify()
andwebhooks.verifyAndReceive()
(#790) (c9d6a9d) - new
dependabot_alert
andworkflow_run.in_progress
events, and various other type fixes (#759) (50626e5) - types: new
registry_package
event, updated types forpackage
event (#783) (74882f6)