Releases: octokit/webhooks.js
Releases · octokit/webhooks.js
v5.3.0
26 Jan 18:35
Compare
Sorry, something went wrong.
No results found
5.3.0 (2019-01-26)
Features
typescript: definitions for .verify, .verifyAndReceive, .receive, .removeListener, .middleware methods (#55 ) (79fcec2 )
v5.2.0
26 Jan 07:08
Compare
Sorry, something went wrong.
No results found
5.2.0 (2019-01-26)
Features
v5.1.2
11 Dec 23:49
Compare
Sorry, something went wrong.
No results found
5.1.2 (2018-12-11)
Bug Fixes
remove obsolete and invalid events & actions (bff3b74 )
v5.1.1
11 Dec 23:01
Compare
Sorry, something went wrong.
No results found
5.1.1 (2018-12-11)
Bug Fixes
add known actions for project & project_card webhooks (#49 ) (f66a852 )
v5.1.0
10 Dec 17:40
Compare
Sorry, something went wrong.
No results found
5.1.0 (2018-12-10)
Features
v5.0.3
10 Dec 03:00
Compare
Sorry, something went wrong.
No results found
5.0.3 (2018-12-10)
Bug Fixes
add known webhook names and actions (a7b7219 )
handle requests with body already parsed (#23 ) (c0fade7 )
v5.0.2
13 Sep 19:03
Compare
Sorry, something went wrong.
No results found
🚨This is a security update
Bug Fixes
handle invalid JSON in payload (4c7a3a6 )
v5.0.1
11 Sep 16:46
Compare
Sorry, something went wrong.
No results found
5.0.1 (2018-09-11)
Bug Fixes
package: update debug to version 4.0.0 (2995fd3 )
v5.0.0
08 Aug 18:31
Compare
Sorry, something went wrong.
No results found
5.0.0 (2018-08-08)
Bug Fixes
trigger error handler when missing headers (#34 ) (06d375b )
BREAKING CHANGES
when X-Hub-Signature header is missing an error event is emitted. Before a message was logged only
v4.0.0
20 Mar 22:18
Compare
Sorry, something went wrong.
No results found
4.0.0 (2018-03-20)
breaking
log warning instead of throwing error for unknown events (bf41e16 )
BREAKING CHANGES
Before, this code would throw an error
webhooks . on ( woodstock , handler )
Now it logs a warning: "woodstock" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)