Changelog

What's new

Every release, fix, and improvement — shipped fast and documented here.

v0.6.0Latest

March 20, 2026

Teams and role-based access. Invite teammates and control what they can do.

  • NewOrganisations: your account can now belong to multiple organisations, each with its own resources and API keys.
  • NewRoles: owner, admin, editor, and viewer — each with clearly scoped permissions across sources, destinations, routes, and events.
  • NewMember invitations: invite teammates by email directly from the dashboard.
  • NewLogin and register now return your organisation list so you can switch context without re-authenticating.
  • ImprovedAPI keys page now shows when each key was created and which team member created it.
  • SecurityAll management endpoints now enforce role checks — viewers can't accidentally trigger a replay or delete a route.
v0.5.0

February 14, 2026

White-labeling and inbound verification. Put your brand on the webhook infrastructure your customers see.

  • NewBrand settings: set your company name, logo, primary colour, and support email for white-labeled webhook portals.
  • NewCustom domains: serve your ingest endpoints from your own domain (e.g. webhooks.yourco.com).
  • NewProvider verification presets: enable one-click signature verification for Stripe, GitHub, and Shopify webhooks.
  • NewDestination auth: attach a Bearer token, Basic auth credentials, or custom headers to outbound delivery requests.
  • ImprovedSigning secrets are encrypted at rest and are never returned via the API after creation.
  • FixedCORS configuration was not being respected when the allowed origin was set to a specific domain.
v0.4.0

January 10, 2026

Delivery engine with automatic retries, dead-letter queue, and event replay.

  • NewAutomatic retries with exponential back-off: failed deliveries are retried up to 5 times over roughly 1 hour.
  • NewDead-letter queue: events that exhaust all retry attempts are marked for review rather than silently dropped.
  • NewEvent replay: re-deliver any event to its destination at any time, regardless of its current status.
  • NewDelivery attempt history: every attempt is logged with its outcome, HTTP status, and response time.
  • NewHMAC signatures on all forwarded requests so your destinations can verify the payload came from GetHook.
  • ImprovedDashboard events page now shows the full attempt timeline inline — no separate page needed.
v0.3.0

December 5, 2025

Outbound webhooks — send events to your subscribers.

  • NewDestinations: define the endpoints GetHook should deliver events to, with configurable timeouts and signing.
  • NewRoutes: connect a source to one or more destinations, optionally filtered by event type.
  • NewPublish API: send a webhook to all matching subscribers with a single API call.
  • NewOutbound event list and detail pages in the dashboard.
  • ImprovedRoute matching supports wildcard patterns — e.g. payment.* matches payment.succeeded and payment.failed.
v0.2.0

November 12, 2025

Inbound webhooks — receive and persist events from any provider.

  • NewSources: create named ingest endpoints and get a unique URL to share with any webhook sender.
  • NewEvery inbound event is stored immediately — even if downstream delivery fails, the data is safe.
  • NewEvent status tracking: see each event move from received through to delivered in real time.
  • NewEvent list and detail pages with payload viewer in the dashboard.
  • FixedOversized payloads could previously cause slow responses — requests above the size limit are now rejected immediately.
v0.1.0

October 20, 2025

First release — the foundation: accounts, API keys, and a working API.

  • NewAccounts: sign up and get an API key in seconds, no credit card required.
  • NewAPI keys: create additional keys for different environments, revoke them at any time.
  • NewHealth endpoints: liveness and readiness checks for monitoring integrations.
  • NewDashboard: a clean UI to manage all your sources, destinations, routes, and events.

Stay up to date

New releases ship regularly. Follow along on GitHub or start building today.