Releases: webhook-co/webhook
Release list
wbhk 0.2.0
First feature release since the CLI went live. Highlights:
- replay to a destination —
wbhk replay --destinationre-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 & deliveries —
wbhk subscriptionsmanagement andwbhk deliveries list/getto 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-ackcursor 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
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
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
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.