Skip to content

v0.16.0

Compare
Choose a tag to compare
@buger buger released this 01 May 15:24
· 441 commits to master since this release

Finally a new big release, a lot of changes on all fronts. New features, usability stability, fixes.

Thank you, everyone, who made it happen!

It would not be possible without this people @smostovoy @exklamationmark @manjeshnilange @kudos @oivoodoo @sattvik @ylegat @nrwiersma @SophisticaSean

CHANGELOG

Major

Minor

  • Add new option --input-raw-expire to configure TCP message expiration
  • Filter response if its request was filtered
  • Allow space inside filters syntax: `--http-disallow-header 'Host: www.vertaa.fi' now valid syntax
  • File name pattern now support request id %r, will log each request to separate file, and %t for payload type (0 - request, 1 - response, 2 - replayed response).
  • Add basic SNI support to support HTTP replay to hosts that require SNI, such as Amazon API Gateway.
    API Gateway)
  • Fix --output-file-size-limit option
  • Do not add port to Host header #383
  • Improve malformed TCP packet handling to avoid panics
  • Fix HTTP timeout for 204 (No content) responses
  • Fix handling of HTTP error codes like 400 or 304.
  • Fixed replay of HTTP PATCH requests