Skip to content

Releases: octokit/webhooks.js

v7.9.4

15 Aug 19:45
9ad154d
Compare
Choose a tag to compare

7.9.4 (2020-08-15)

Bug Fixes

  • set encoding before reading payload for signature verification (#202) (9ad154d)

v7.9.3

07 Aug 22:21
Compare
Choose a tag to compare

7.9.3 (2020-08-07)

Bug Fixes

  • typescript: Change options to match the ones from other octokit repos (b4d3e8b)

v7.9.2

07 Aug 06:00
459f5da
Compare
Choose a tag to compare

7.9.2 (2020-08-07)

Bug Fixes

  • typescript: Remove file extension from import (#193) (459f5da), closes #188

v7.9.1

06 Aug 18:44
Compare
Choose a tag to compare

7.9.1 (2020-08-06)

Bug Fixes

  • assure that errors are always instances of AggregateError (4b2ec11)

v7.9.0

05 Aug 09:01
c57780f
Compare
Choose a tag to compare

7.9.0 (2020-08-05)

Features

  • set common error types from Octokit request errors (#183) (c57780f)

v7.8.2

04 Aug 00:04
89dca08
Compare
Choose a tag to compare

7.8.2 (2020-08-04)

Bug Fixes

  • typescript: WebhookPayloadPullRequest["installation"] (#179) (89dca08)

v7.8.1

31 Jul 22:23
ecdc9a1
Compare
Choose a tag to compare

7.8.1 (2020-07-31)

Bug Fixes

v7.8.0

31 Jul 21:28
12a266a
Compare
Choose a tag to compare

Features

  • TypeScript: Webhook events are now an enum instead of a list of strings. Webhook event name types can be imported as EventNames

TypeScript changes

  • Webhooks.WebhookEvent type is now just WebhookEvent
  • Webhooks.WebhookPayload* types are now EventPayloads.WebhookPayload*

v7.7.0

29 Jul 22:00
c9ef605
Compare
Choose a tag to compare

7.7.0 (2020-07-29)

Features

  • "workflow_dispatch" event and new actions for "pull_request", "release", and "sponsorship" (#168) (c9ef605)

v7.6.5

13 Jul 20:42
9c4080d
Compare
Choose a tag to compare

7.6.5 (2020-07-13)

Bug Fixes

  • types: Update "sign" and "verify" types in generate-types.js (#161) (9c4080d)