Skip to content

Releases: octokit/webhooks.js

v5.1.1

11 Dec 23:01
Compare
Choose a tag to compare

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
Choose a tag to compare

5.1.0 (2018-12-10)

Features

  • content_reference event (d7f6823)

v5.0.3

10 Dec 03:00
Compare
Choose a tag to compare

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
Choose a tag to compare

🚨This is a security update

Bug Fixes

  • handle invalid JSON in payload (4c7a3a6)

v5.0.1

11 Sep 16:46
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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/)

v3.1.1

14 Mar 15:22
Compare
Choose a tag to compare

3.1.1 (2018-03-14)

Bug Fixes

  • move debug to dependencies (24358e4)

v3.1.0

25 Dec 00:38
Compare
Choose a tag to compare

3.1.0 (2017-12-25)

Features

  • api.verifyAndReceive({id, name, payload, signature}) (4870c65)
  • emit "error" event on api.receive(error) (38ba0d7)
  • middleware: emit "error" event on verification error (c83c774)

v3.0.2

24 Dec 00:32
Compare
Choose a tag to compare

3.0.2 (2017-12-24)

Bug Fixes

  • don’t pass signature to eventHandler.receive in middleware (6f69f01)