webhook-tester

🔭 The powerful tool to test webhooks and not only

MIT License

Stars
179
webhook-tester - v1.1.0 Latest Release

Published by tarampampam over 1 year ago

Changed

  • Go&Node dependencies updated
  • Go version updated from 1.19 up to 1.20
  • Module name changed from github.com/tarampampam/webhook-tester to gh.tarampamp.am/webhook-tester

Added

  • HEAD method support for the health check endpoints (/ready, /live) #204
webhook-tester - v1.0.1

Published by tarampampam almost 2 years ago

Added

  • Environment variable PORT support (is an alias for LISTEN_PORT)
  • Requests navigation hotkeys (up/left and down/right) #203

Fixed

  • HEX view improved
webhook-tester - v1.0.0

Published by tarampampam almost 2 years ago

Added

  • Dotenv (.env) file support
  • Code snippets for requests for different programming languages #149
  • Persistent Webhook URL (--create-session %VALUD_UUID% flag for the serve sub-command) #160

Changed

  • Frontend building using WebPack
  • VueJS updated from v2 to v3
  • Bootstrap updated from v4 to v5
  • All frontend dependencies are now built-in (no external network requests are needed anymore)
  • OpenAPI specification now is used for the code generation on the frontend and backend sides
  • E2E tests now use the hurl instead of postman/newman
  • CLI global flags now should be defined before the sub-command (./app serve --log-json ..../app --log-json serve ...)

Removed

  • --public flag (and env variable PUBLIC_DIR) support for serve sub-command

Fixed

  • A lot of small frontend issues
webhook-tester - v0.4.3

Published by tarampampam about 2 years ago

Changed

  • Go updated from 1.18 up to 1.19

Fixed

webhook-tester - v0.4.2

Published by tarampampam over 2 years ago

Changed

  • Go updated from 1.18.0 up to 1.18.1