Skip to content

Releases: probot/probot

v13.2.2

07 May 04:20
ef7b9df
Compare
Choose a tag to compare

13.2.2 (2024-05-07)

Bug Fixes

  • deps: update dependencies pino to v9, pino-http to v10 (#2007) (ef7b9df)

v13.2.1

01 May 00:36
93007b6
Compare
Choose a tag to compare

13.2.1 (2024-05-01)

Bug Fixes

v12.3.4

01 May 00:26
3dcb058
Compare
Choose a tag to compare

12.3.4 (2024-05-01)

Bug Fixes

v13.2.0

03 Apr 13:30
3f20320
Compare
Choose a tag to compare

13.2.0 (2024-04-03)

Features

v13.1.2

26 Mar 19:59
b1d3ac3
Compare
Choose a tag to compare

13.1.2 (2024-03-26)

Bug Fixes

  • deps: update dependency express to v4.19.2 [security] (b1d3ac3)

v13.1.1

26 Mar 16:11
52de532
Compare
Choose a tag to compare

13.1.1 (2024-03-26)

Bug Fixes

v13.1.0

12 Mar 17:00
d195264
Compare
Choose a tag to compare

13.1.0 (2024-03-12)

Features

v13.0.2

03 Feb 19:08
737835f
Compare
Choose a tag to compare

13.0.2 (2024-02-03)

Bug Fixes

  • deps: update dependency commander to v12 (737835f)

v13.0.1

26 Jan 05:19
5d95b73
Compare
Choose a tag to compare

13.0.1 (2024-01-26)

Bug Fixes

v13.0.0

25 Jan 21:04
948a1b7
Compare
Choose a tag to compare

13.0.0 (2024-01-25)

Features

  • v13 (#1874) (948a1b7), closes #1643
  • Upgrade Octokit libraries to their latest major version

BREAKING CHANGES

  • Drop support for NodeJS < 18
  • replace聽node-fetch聽with the Fetch API
  • default webhookPath is now聽/api/github/webhooks
  • probot receive聽now only supports payloads in JSON format, previously also (unintionally) allowed JS.
  • Probot now requires that payloads be passed as string to the .verify(), .verifyAndReceive() methods. Passing objects is no longer supported
  • The middleware no longer accepts parsed payloads. You will have to pass it as a string

Note on Vercel deployments:

Set NODEJS_HELPERS environment variable to 0 in order to prevent Vercel from parsing the response body.
See Disable Helpers for detail.