Skip to content

v0.13.0

Compare
Choose a tag to compare
@jeremyandrews jeremyandrews released this 19 Jul 16:08
· 532 commits to main since this release

0.13.0 July 19, 2021

  • enable gzip support and set Accept-Encoding header by default in the client; disable with --no-gzip or GooseDefault::NoGzip
  • document how to add custom cookies (https://docs.rs/goose/*/goose/goose/struct.GooseUser.html#custom-cookies)
  • update rustc_version dependency to 0.4
  • include client request headers in GooseRequestMetric so they show up in the request log and the debug log
  • introduce GooseRawMetric which contains the method, url, headers and body of the client request made, and is now contained in raw field of the GooseRequestMetric (API change)
  • introduce --request-body (and GooseDefault::RequestBody) which when enabled shows up in the body field of the GooseRawMetric
  • add GooseRawMetric to the request log, debug log and error log