Skip to content

Releases: webhook-co/webhook

wbhk 0.2.0

Choose a tag to compare

@github-actions github-actions released this 01 Jul 18:50
97404e3

First feature release since the CLI went live. Highlights:

  • replay to a destinationwbhk replay --destination re-delivers a captured event to a pre-registered, SSRF-guarded URL (server-side egress), plus destination allowlist management.
  • outbound signing — per-destination Standard Webhooks signing keys, with rotate/list.
  • subscriptions & deliverieswbhk subscriptions management and wbhk deliveries list/get to inspect the auto-delivery loop, at CLI/API/MCP parity.
  • event search + filters — substring + header search and a filter bar (provider, date, verified state; multi-select) across wbhk events.
  • microsecond-precise resume — the --resume / --since from-last-ack cursor now carries full microseconds so same-millisecond events are never skipped or duplicated (an older resume file re-pages from the beginning once, then continues).

Install or upgrade:

curl -fsSL https://get.webhook.co | sh    # or: wbhk upgrade
npm i -g @webhook-co/cli                   # command stays `wbhk`

Binaries below are sigstore-signed with SLSA build provenance — verify with gh attestation verify <binary> --repo webhook-co/webhook.

wbhk 0.1.2

Choose a tag to compare

@github-actions github-actions released this 24 Jun 22:03

Draft built by release-cli — darwin arm64/x64, linux x64/arm64, windows x64 + checksums.txt. The npm package (@webhook-co/cli) publishes automatically when NPM_TOKEN is configured (with provenance); signing lands in a later distribution phase. Review + publish manually.

wbhk 0.1.1

Choose a tag to compare

@github-actions github-actions released this 24 Jun 21:08

Draft built by release-cli — darwin arm64/x64, linux x64/arm64, windows x64 + checksums.txt. The npm package (@webhook-co/cli) publishes automatically when NPM_TOKEN is configured (with provenance); signing lands in a later distribution phase. Review + publish manually.

wbhk 0.1.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 20:16

Draft built by release-cli — darwin arm64/x64, linux x64/arm64, windows x64 + checksums.txt. The npm package (@webhook-co/cli) publishes automatically when NPM_TOKEN is configured (with provenance); signing lands in a later distribution phase. Review + publish manually.