Skip to content

Releases: paulund/viewhook

v0.1.1

05 Mar 21:55
09d8456

Choose a tag to compare

Minor infrastructure improvements to the Docker release.

Improvements

  • Docker images are now built for both linux/amd64 and linux/arm64, making it easier to run Viewhook on Apple Silicon and ARM-based servers.

v0.1.0

05 Mar 12:15
d118480

Choose a tag to compare

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