Gor v0.16.0.2 Release Notes

Release Date: 2017-05-01 // almost 7 years ago
  • πŸš€ 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