diff options
| author | Shulhan <ms@kilabit.info> | 2023-05-16 14:48:01 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-05-16 14:48:20 +0700 |
| commit | a5d8e64356f4879b8e96e5e4bb63a4c051fb34fa (patch) | |
| tree | a57c9abdd45c98e7dfa7aa1cb8eb6287c1d68d3c /trunks.go | |
| parent | b0027e9487b6eb30c002c766f4f3effded48b488 (diff) | |
| download | gorankusu-a5d8e64356f4879b8e96e5e4bb63a4c051fb34fa.tar.xz | |
Release trunks v0.4.0 (2023-05-16)v0.4.0
=== Bug fixes
* all: fix panic when attacking HTTP due to nil Attack handler
=== Enhancements
* _www: replace WebSocket handlers with HTTP endpoints
* all: add boolean Kind for FormInput, FormInputKindBoolean
* all: check and call ConvertParams when running HttpTarget
=== Chores
* all: move the _doc directory under _www
* all: convert the README from asciidoc to markdown
* all: remove WebSocket server
* go.mod: set Go version to 1.19 and update all dependencies
Diffstat (limited to 'trunks.go')
| -rw-r--r-- | trunks.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ import ( ) const ( - Version = `0.4.0-dev` + Version = `0.4.0` DefaultAttackDuration = 10 * time.Second DefaultAttackRatePerSecond = 500 |
