Skip to content

Releases: octokit/webhooks.js

v12.0.1

12 Jun 22:01
c0f10e6
Compare
Choose a tag to compare

12.0.1 (2023-06-12)

Bug Fixes

  • deps: update dependency @octokit/request-error to v4 (#858) (c203b64)
  • deps: update dependency @octokit/webhooks-methods to v4 (#864) (c0f10e6)

v12.0.0

12 Jun 21:17
ea6f1f9
Compare
Choose a tag to compare

12.0.0 (2023-06-12)

Continuous Integration

  • stop testing against NodeJS v14, v16 (#849) (ea6f1f9)

BREAKING CHANGES

  • Drop support for NodeJS v14, v16

  • build: set minimal node version in build script to v14

v11.1.1

07 Jun 16:01
9cfc37b
Compare
Choose a tag to compare

11.1.1 (2023-06-07)

Bug Fixes

  • types: correct typo in secret_scanning_alert (#861) (9cfc37b)

v11.1.0

28 May 14:24
0ec994a
Compare
Choose a tag to compare

11.1.0 (2023-05-28)

Features

  • new deployment statuses for deyployment_status event
  • new common schema for secret_scanning_alert
  • new secret_scanning_alert_location event
  • new workflow_job.waiting event
  • new branch_protection_rule.requested event
  • new require_last_push_approval rule for branch_protection_rule
  • new payload examples
  • Support for workflows associated to deployment environments

Fixes

  • add queued to possible statuses for workflow_job in workflow_job.in_progress event

v11.0.0

14 Apr 18:56
15e5422
Compare
Choose a tag to compare

11.0.0 (2023-04-14)

Features

  • Removes the onUnhandledRequest middleware option (#740) (cfd77ad)
  • Only accept string payloads for webhooks.sign() (#794) (855cefa)
  • Only accept string payloads for webhooks.verify() and webhooks.verifyAndReceive() and the middleware (#793) (7cc4068)

Bug Fixes

  • build: adapt package.json entries for better browser and ESM compat (ffbf0ac)

BREAKING CHANGES

  • middleware only and (always) handles requests at path
  • Only accept string payloads for webhooks.verify() and webhooks.verifyAndReceive()
  • The middleware now expects only string payloads for request.body
  • Only accept string payloads for webhooks.verify()

v11.0.0-beta.10

14 Apr 18:53
9c66a3d
Compare
Choose a tag to compare
v11.0.0-beta.10 Pre-release
Pre-release

11.0.0-beta.10 (2023-04-14)

Bug Fixes

  • empty commit to trigger a release on the [@latest](https://github.com/latest) npm tag (#838) (c5e041d)

v11.0.0-beta.9

12 Apr 21:18
ffbf0ac
Compare
Choose a tag to compare
v11.0.0-beta.9 Pre-release
Pre-release

11.0.0-beta.9 (2023-04-12)

Bug Fixes

  • build: adapt package.json entries for better browser and ESM compat (ffbf0ac)

v11.0.0-beta.8

12 Apr 21:10
0684936
Compare
Choose a tag to compare
v11.0.0-beta.8 Pre-release
Pre-release

11.0.0-beta.8 (2023-04-12)

Features

  • typescript: new pull_request.milestoned and pull_request.demilestoned events (#830) (b2f4d18)

v10.9.1

12 Apr 23:16
c5e041d
Compare
Choose a tag to compare

10.9.1 (2023-04-12)

Bug Fixes

  • empty commit to trigger a release on the [@latest](https://github.com/latest) npm tag (#838) (c5e041d)

v10.9.0

11 Apr 00:28
b2f4d18
Compare
Choose a tag to compare

10.9.0 (2023-04-11)

Features

  • typescript: new pull_request.milestoned and pull_request.demilestoned events (#830) (b2f4d18)