Skip to content

Releases: elazarl/goproxy

v1.8.2

12 Feb 22:27
ffdf0b2

Choose a tag to compare

What's Changed

  • Fix NewResponse writing HTTP/0.0 status lines in MITM mode by @JamieMagee in #749

New Contributors

Full Changelog: v1.8.1...v1.8.2

v1.8.1

02 Feb 17:31
b343a9a

Choose a tag to compare

What's Changed

  • Use chunked response when http2 content length is missing by @ErikPelli in #742
  • Always close request body, even with a custom response by @ErikPelli in #744
  • Merge HTTPMitmConnect and MitmConnect actions by @ErikPelli in #743

Full Changelog: v1.8.0...v1.8.1

v1.8.0

17 Jan 16:14
26d3e75

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.2...v1.8.0

v1.7.2

24 Feb 16:37

Choose a tag to compare

What's Changed

  • Avoid breaking changes and port them to the v2 branch instead

Full Changelog: v1.7.1...v1.7.2

v1.7.1

22 Feb 17:23
0003d27

Choose a tag to compare

What's Changed

Full Changelog: v1.7.0...v1.7.1

v1.7.0: Websocket refactoring

26 Jan 10:51
ddbd8c1

Choose a tag to compare

What's Changed

In this pull request, I have dedicated some time to fully refactor the Websocket code to take advantage of the Go standard library. This will also forward the request to a cascade proxy when required.

Full Changelog: v1.6.1...v1.7.0

v1.6.1

24 Jan 20:32
af4d657

Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.6.1

v1.6.0: Make sure to cancel request context when we're done with it

21 Jan 10:27
aa6e8d3

Choose a tag to compare

What's Changed

  • Add root certificate trust documentation by @ErikPelli in #631
  • Cancel MITM request context when its handling finishes by @ErikPelli in #634

Full Changelog: v1.5.0...v1.6.0

Avoid breaking changes in v1

16 Jan 21:27

Choose a tag to compare

What's Changed

  • Revert "Use same Subject of CA as the MITM certificate Subject" by @ErikPelli in #628

Full Changelog: v1.4.0...v1.5.0

Enhance websocket configuration

13 Jan 13:10
3e6a85f

Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0