Skip to content

Releases: elazarl/goproxy

v1.8.4

Choose a tag to compare

@ErikPelli ErikPelli released this 25 May 19:24
636207d

What's Changed

  • fix: don't set Transfer-Encoding: chunked on 304 responses by @Yanhu007 in #770
  • docs: add missing godoc comments to exported symbols by @scovl in #768
  • http: forward upstream response trailers by @0b01 in #773
  • Remove insecure skip verify from origin transport by @ErikPelli in #774
  • Avoid chunked response when there is http.NoBody by @ErikPelli in #776
  • fix(https): close client connection when target connection errors by @wucm667 in #779
  • fix: restore examples module health and clarify sample apps by @Thiago-Tertuliano in #780
  • fix: append headers instead of overwriting when keepDestHeaders is true by @Yanhu007 in #771

New Contributors

Full Changelog: v1.8.3...v1.8.4

v1.8.3

Choose a tag to compare

@ErikPelli ErikPelli released this 27 Mar 20:18
eeb2adb

What's Changed

New Contributors

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

v1.8.2

Choose a tag to compare

@ErikPelli ErikPelli released this 12 Feb 22:27
ffdf0b2

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

Choose a tag to compare

@ErikPelli ErikPelli released this 02 Feb 17:31
b343a9a

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

Choose a tag to compare

@ErikPelli ErikPelli released this 17 Jan 16:14
26d3e75

What's Changed

New Contributors

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

v1.7.2

Choose a tag to compare

@ErikPelli ErikPelli released this 24 Feb 16:37

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

Choose a tag to compare

@ErikPelli ErikPelli released this 22 Feb 17:23
0003d27

What's Changed

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

v1.7.0: Websocket refactoring

Choose a tag to compare

@ErikPelli ErikPelli released this 26 Jan 10:51
ddbd8c1

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

Choose a tag to compare

@ErikPelli ErikPelli released this 24 Jan 20:32
af4d657

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

Choose a tag to compare

@ErikPelli ErikPelli released this 21 Jan 10:27
aa6e8d3

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