Releases: paulund/viewhook
Releases · paulund/viewhook
v0.1.1
v0.1.0
Initial open-source release of Viewhook, a free self-hostable webhook testing tool.
What's new
- Webhook endpoints — create unique endpoints identified by UUID or a memorable custom slug
- Capture all HTTP methods — POST, GET, PUT, PATCH, DELETE, and more
- Real-time request inspection — see incoming requests instantly via WebSockets; inspect headers, body, query params, and metadata
- Webhook forwarding — automatically forward captured requests to any target URL
- Notifications — get alerted via Slack or email whenever a request is captured
- Export — download your captured requests as CSV or JSON
- Rate limiting — configurable per-endpoint hourly request limits
- Data retention — automatic cleanup of old requests on a configurable schedule
- Zero external dependencies — SQLite by default, no Redis or external database required
- Authentication — email/password registration and login