Skip to content

LittleProxy 1.1.0 released

Compare
Choose a tag to compare
@jekh jekh released this 28 May 19:24
· 60 commits to master since this release

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