Changelog
v1.1.0
Released on April 15, 2026.
Highlights:
- raw body bytes preserved end-to-end: capture, SQLite BLOB storage, HMAC verification, replay, and CLI output
- new
bodyRaw,bodyText, andbodyExactfields replace the old string-onlybody - legacy text-only rows migrate automatically
- framework examples for Express, Fastify, and Next.js App Router
- docs homepage and theme refresh
- verification guide navigation improvements
Release:
v1.0.1
Released on April 11, 2026.
Highlights:
- refreshed the docs homepage and README around webhook signature failure debugging
- added provider-specific verification guides for Stripe, GitHub, and raw body mutation
- documented the current CLI/runtime helper patterns and docs contribution workflow
- fixed the CLI version output to read from
package.json - tightened npm package metadata for the docs site and search surfaces
Release:
v1.0.0
Released on April 10, 2026.
First stable release.
inspectcommand to view full event detailsdeleteandclearcommands for managing stored events--jsonflag for machine-readable output onlist,inspect, andreplay- forward retry with exponential backoff (
--retry) - cap on forwarded response body size
- VitePress docs site with demo GIF
Release:
v0.2.0
Released on April 9, 2026.
Highlights:
- added GitHub webhook verification
- improved forward error logging
- added CLI help examples for provider usage
- hardened GitHub verifier handling for malformed digests
Release:
v0.1.1
Released on April 8, 2026.
Highlights:
- updated install docs for the npm package
- finalized the automated release workflow
Release:
v0.1.0
First public npm release.
Highlights:
- local webhook capture server
- Stripe signature verification
- SQLite-backed event storage
listen,list, andreplaycommands
There is no GitHub release object for v0.1.0 because that initial publish happened before the release workflow was in place.