Skip to content

Releases: elazarl/goproxy

v1.8.3

27 Mar 20:18
eeb2adb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.2...v1.8.3

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

  • Fix typo in example code snippet by @PrinceShaji in #653
  • Bump golang.org/x/net from 0.35.0 to 0.36.0 in /ext by @dependabot[bot] in #656
  • Only chunk MITM response when body was modified by @Skn0tt in #720
  • Bump actions/checkout from 4 to 6 by @dependabot[bot] in #728
  • Bump golangci/golangci-lint-action from 6 to 9 by @dependabot[bot] in #725
  • Fix keep alive logic and replace legacy response write logic by @ErikPelli in #734
  • Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 in /ext by @dependabot[bot] in #708
  • Bump github.com/coder/websocket from 1.8.12 to 1.8.14 in /examples by @dependabot[bot] in #711
  • Bump actions/setup-go from 5 to 6 by @dependabot[bot] in #709
  • fix auth remote proxy in cascadeproxy by @mcarbonneaux in #664
  • Fix linter configuration & issues by @ErikPelli in #735

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