8000 Tags · octokit/webhooks-methods.js · GitHub
[go: up one dir, main page]

Skip to content

Tags: octokit/webhooks-methods.js

Tags

v6.0.0

Toggle v6.0.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
ci: stop testing against NodeJS v18 & fix sign benchmark (#330)

BREAKING CHANGE: Drop support for NodeJS v18

---------

Co-authored-by: wolfy1339 <4595477+wolfy1339@users.noreply.github.com>
Co-authored-by: wolfy1339 <webmaster@wolfy1339.com>

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
0