Releases: lwlee2608/http2-load-generator
Releases · lwlee2608/http2-load-generator
v0.3.1
- Improve performance
- Fix global variable not being updated
v0.3.0
- add
pre-script
feature
- add
post-script
feature
v0.2.5
- Add support to assert nested json field from response body
- Add
Now
function
- Minor bug fixes.
v0.2.4
- Add ability to assert response headers
- Add ability to assert response body
v0.2.3
- Fix nghttp2 rejecting request due to h2 client not sending :authority pseudo header
- Add request.timeout
- Add Last, First, and Nth enum type to Split's index field
v0.2.0
- refactor how function config works
- add Split function
- add local variable passing between scenarios
- add configurable request headers
v0.1.1
- Add scenario local variables feature