Skip to content

Releases: tarampampam/webhook-tester

v1.1.0

23 Feb 19:15
68a0049
Compare
Choose a tag to compare

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

v1.0.1

16 Nov 12:03
133ad4a
Compare
Choose a tag to compare

Added

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

Fixed

  • HEX view improved

v1.0.0

15 Nov 16:40
5b92880
Compare
Choose a tag to compare

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

v0.4.3

14 Sep 09:25
226ab41
Compare
Choose a tag to compare

Changed

  • Go updated from 1.18 up to 1.19

Fixed

v0.4.2

12 May 13:16
1479fae
Compare
Choose a tag to compare

Changed

  • Go updated from 1.18.0 up to 1.18.1