Skip to content

Releases: octokit/webhooks.js

v11.1.2

14 Nov 21:56
Compare
Choose a tag to compare

11.1.2 (2023-11-14)

Bug Fixes

v10.9.2

14 Nov 22:21
09ca15c
Compare
Choose a tag to compare

10.9.2 (2023-11-14)

Bug Fixes

v12.0.3

07 Jul 22:12
659a3c6
Compare
Choose a tag to compare

12.0.3 (2023-07-07)

Bug Fixes

  • deps: update dependency @octokit/request-error to v5 (#870) (659a3c6)

v12.0.2

30 Jun 16:31
1410bfe
Compare
Choose a tag to compare

12.0.2 (2023-06-30)

Bug Fixes

  • types: updates to webhooks via @octokit/webhooks-types (#868) (1410bfe)

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)