Releases: domsolutions/gopayloader
Releases · domsolutions/gopayloader
v0.4.3
0.4.2
- Remove fasthttp2 client due to instability
- Introduce new flag
--parallel
to run http/2 tests in parallel per connection as reqs can be run async in HTTP/2 via streams
v0.4.1
Upgrade dependencies with latest fixes
v0.4.0
New features;
- Allow users to supply own jwts via a file, each jwt separated by a new line
Bug fixes;
- JWT count in jwt cache store not being stored correctly in byte form, changed to ASCII
- Update dependencies
v0.3.1
Update dependencies
v0.3.0
New feature to provide jwt custom claims i.e. --jwt-claims "{\"iat\": 1719410063, \"browser\": \"chrome\"}"
v0.2.0
New JWT signers and bug fix of unable to read jwt count.
v0.1.0 launch
launch