Skip to content

Releases: tarampampam/webhook-tester

v2.2.1

14 Mar 09:42
69a8e79
Compare
Choose a tag to compare

What's Changed

🛠 Fixes

  • fix(storage): Make unlimited requests great again in #646

📦 Dependency updates

  • chore(deps): bump all the npm dependencies
  • chore(deps): Upgrade Go version to 1.24 + bump the gomod group with 2 updates in #643

Full Changelog: v2.2.0...v2.2.1

v2.2.0

04 Feb 09:40
92488b8
Compare
Choose a tag to compare

What's Changed

🚀 Features

Full Changelog: v2.1.0...v2.2.0

v2.1.0

02 Feb 14:23
102e436
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • Added Helm chart: Now, anyone who wants to install this app on Kubernetes can use the Helm chart, published on ArtifactHUB

📦 Dependency updates

  • chore(deps): bump github.com/alicebob/miniredis/v2 from 2.33.0 to 2.34.0 by @dependabot in #616
  • chore(deps): update dependency golangci/golangci-lint to v1.63.4 by @renovate in #623
  • chore(deps): bump golang.ngrok.com/ngrok from 1.11.0 to 1.13.0 by @dependabot in #624
  • chore(deps): a bunch of frontend dependencies updates by @dependabot

Full Changelog: v2.0.1...v2.1.0

v2.1.0-rc2

01 Feb 20:14
b8f50d4
Compare
Choose a tag to compare
v2.1.0-rc2 Pre-release
Pre-release

Full Changelog: v2.0.1...v2.1.0-rc2

v2.1.0-rc1

01 Feb 12:40
a0d0237
Compare
Choose a tag to compare
v2.1.0-rc1 Pre-release
Pre-release

Full Changelog: v2.0.1...v2.1.0-rc1

v2.0.1

18 Dec 12:47
9439aae
Compare
Choose a tag to compare

What's Changed

🛠 Fixes

  • fix(storage): prevent nil-pointer dereference on auto-created sessions by @tessig in #611

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

06 Dec 14:29
51ff6dc
Compare
Choose a tag to compare

The app has been completely rewritten, and here are the key updates:

  • VueJS replaced with ReactJS: Mantine was chosen as the UI kit
  • Light theme support: The app now automatically applies the theme based on your browser preferences
  • Expanded OS/arch compatibility: Compiled binaries for a broader range of OS/arch combinations are now available in the repository releases, making it easier to use the app as a standalone binary instead of a Docker image

🚀 New Features

  • "Tunnel": Capture requests via a unique domain name. All requests sent to this domain are forwarded to your locally running webhook tester instance. Simply set the tunnel driver via CLI arguments or environment variables and provide your ngrok API key (it's free)
  • "Auto-create sessions": When enabled, any request targeting a session that doesn’t yet exist will automatically create the session. No more pre-defining sessions manually (issue #559)
  • Session switching in the UI: Easily switch between sessions directly from the UI (issue #259)
  • FS storage driver: Persist session and request data between app restarts without needing a Redis server
  • Response Customization: You can now customize HTTP headers, not just the Content-Type

🛠 Fixes

  • Reduced log noise from the health check endpoint (issue #575)
  • Query parameters no longer cause 404 errors (issue #389)
  • Downloading request payloads as binary data no longer corrupts the payload (issue #307)

Breaking Changes

  • The -p flag has been removed - use the longer --port flag instead
  • The --listen flag has been replaced with --addr
  • The --ignore-header-prefix flag has been removed
  • The --max-request-body-size default value is now 0 (no limit)
  • The --ws-max-clients and --ws-max-lifetime flags have been removed
  • The --create-session flag has also been removed. You can now use --auto-create-sessions instead

Tip

You can always find additional details in the README file

Docker image:

ghcr.io/tarampampam/webhook-tester:2.0.0
tarampampam/webhook-tester:2.0.0

Full Changelog: v1.1.0...v2.0.0

2.0.0-alpha4

19 Nov 07:57
0b2b54a
Compare
Choose a tag to compare
2.0.0-alpha4 Pre-release
Pre-release

Early test build (for testing purposes only; do NOT use it)

ghcr.io/tarampampam/webhook-tester:2.0.0-alpha4
tarampampam/webhook-tester:2.0.0-alpha4

v2.0.0-alpha3

18 Nov 13:30
b813138
Compare
Choose a tag to compare
v2.0.0-alpha3 Pre-release
Pre-release

Early test build (for testing purposes only; do NOT use it)

ghcr.io/tarampampam/webhook-tester:2.0.0-alpha3
tarampampam/webhook-tester:2.0.0-alpha3

v2.0.0-alpha2

07 Nov 15:25
dff7073
Compare
Choose a tag to compare
v2.0.0-alpha2 Pre-release
Pre-release

Early test build (for testing purposes only; do NOT use it)

ghcr.io/tarampampam/webhook-tester:2.0.0-alpha2
tarampampam/webhook-tester:2.0.0-alpha2