Skip to content

Tags: octokit/webhooks-methods.js

Tags

v5.1.1

Toggle v5.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add `verifyWithFallback()` function in the web entrypoint (#312)

v5.1.0

Toggle v5.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(security): Add provenance (#248)

* Enable provenance in package.json

* Add necessary permissions to the release workflow

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: v5 (#236)

BREAKING CHANGE: output ESM instead of CommonJS
BREAKING CHANGE: remove SHA1 support
BREAKING CHANGE: The `verify()` and `sign()` methods no longer accept an options object

v5.0.0-beta.6

Toggle v5.0.0-beta.6's commit message

Verified

This commit was signed with the committer’s verified signature.
fix(web): correct algorithm name

v5.0.0-beta.5

Toggle v5.0.0-beta.5's commit message

Verified

This commit was signed with the committer’s verified signature.
feat: always assume sha256, remove `SignOptions`

BREAKING CHANGE: The `verify()` and `sign()` methods no longer accept an options object

v5.0.0-beta.4

Toggle v5.0.0-beta.4's commit message

Verified

This commit was signed with the committer’s verified signature.
feat: remove SHA1 support

BREAKING CHANGE: remove SHA1 support

v5.0.0-beta.3

Toggle v5.0.0-beta.3's commit message

Verified

This commit was signed with the committer’s verified signature.
feat: add method overloads

For better type information

v5.0.0-beta.2

Toggle v5.0.0-beta.2's commit message

Verified

This commit was signed with the committer’s verified signature.
fix: correct output of `exports` field for TypeScript

v5.0.0-beta.1

Toggle v5.0.0-beta.1's commit message

Verified

This commit was signed with the committer’s verified signature.
feat: switch to ESM

BREAKING CHANGE: output ESM instead of CommonJS

v4.1.0

Toggle v4.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: throw an error when passing an `object` payload to `verify` or …

…`sign` (#235)