Releases: elazarl/goproxy
Releases · elazarl/goproxy
v1.7.2
v1.7.1
What's Changed
- Add MITM request cancel test by @ErikPelli in #644
- Bump golang.org/x/text from 0.21.0 to 0.22.0 in /ext by @dependabot in #645
- Bump golang.org/x/net from 0.34.0 to 0.35.0 in /ext by @dependabot in #647
- Bump golang.org/x/net from 0.34.0 to 0.35.0 by @dependabot in #646
- Add next protocols in default TLS configuration by @ErikPelli in #651
Full Changelog: v1.7.0...v1.7.1
v1.7.0: Websocket refactoring
What's Changed
- Handle Websocket using standard library by @ErikPelli in #637
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
What's Changed
- Add telegram group community by @ErikPelli in #639
- Add repository badges to README by @ErikPelli in #640
- Add sponsor section in README by @ErikPelli in #641
- Fix http request handling by @ErikPelli in #642
Full Changelog: v1.6.0...v1.6.1
v1.6.0: Make sure to cancel request context when we're done with it
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
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
What's Changed
- Improve Websocket implementation by @ErikPelli in #622
- Websocket fix by @ErikPelli in #623
- Websocket fix errors by @ErikPelli in #624
- Remove unused WebSocket TLS option by @ErikPelli in #625
Full Changelog: v1.3.0...v1.4.0
v1.4.0-beta.3
What's Changed
- Websocket fix errors by @ErikPelli in #624
Full Changelog: v1.4.0-beta.2...v1.4.0-beta.3
v1.4.0-beta.2
Add more configurable websocket options
What's Changed
- Improve Websocket implementation by @ErikPelli in #622
Full Changelog: v1.3.0...v1.4.0-beta.1