Releases: tarampampam/webhook-tester
Releases · tarampampam/webhook-tester
2.0.0-alpha4
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
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
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
v2.0.0-alpha1
Early test build (for testing purposes only; do NOT use it)
ghcr.io/tarampampam/webhook-tester:2.0.0-alpha1
tarampampam/webhook-tester:2.0.0-alpha1
v1.1.0
v1.0.1
v1.0.0
Added
- Dotenv (
.env
) file support - Code snippets for requests for different programming languages #149
- Persistent Webhook URL (
--create-session %VALUD_UUID%
flag for theserve
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 variablePUBLIC_DIR
) support forserve
sub-command
Fixed
- A lot of small frontend issues
v0.4.3
v0.4.2
Changed
- Go updated from
1.18.0
up to1.18.1