LittleProxy 1.1.0 released
LittleProxy 1.1.0 has been released! This release contains a handful of changes and defect fixes since the previous 1.1.0-beta2 release.
- Allow modifying connection timeout after proxy is started
- Automatically retry connections without SNI if Java aborts the connection due to the "unrecognized_name" TLS alert
- Defect fixes for issues affecting filter reuse and HTTP 101 WebSocket upgrade responses
- Breaking Change for MitmManager implementations: MitmManager.clientSslEngineFor() now receives the HttpRequest, to assist with impersonation.
- Java 6: This is the last release we plan to support and test against Java 6. Java 7 will be the baseline for future releases.
Thanks to everyone who has contributed and tested LittleProxy, including:
@ganskef
@MediumOne
@javiersigler
@myleshorton
@oxtoacart
@adamfisk
And thanks to all our other contributors!
-The LittleProxy team