Skip to content

Releases: adamfisk/LittleProxy

LittleProxy 1.1.2 released!

05 Mar 22:52
Compare
Choose a tag to compare

LittleProxy 1.1.2 has been released! This is another maintenance release with updated dependencies and a few important bug fixes:

  • Fix memory leak on initial requests
  • Fix duplicate 502 Gateway Timeout responses
  • Fix Transfer-Encoding manipulation for sdch encoding
  • Close connection and return a 400 after invalid client requests
  • Add allowRequestsToOriginServer bootstrap option for reverse proxies

Thanks to everyone who contributed code, tested fixes, and logged issues, including:

@danielkyu
@luleyl
@Schnutzel
@fomin-vyacheslav-main
@mjallday
@Weakie
@zhangshihai1232

And thanks to all our other testers and contributors!

-The LittleProxy Team

LittleProxy 1.1.1 released

27 Dec 00:51
Compare
Choose a tag to compare

LittleProxy 1.1.1 has been released! This is a maintenance release that fixes a few bugs and updates important dependencies:

  • Java 7: LittleProxy now requires Java 7+
  • Update to netty 4.0.42 (fixes several bugs and memory leaks in netty)
  • Fix ChannelPipeline initialization order
  • Allow configuring max initial line length, header size, and chunk size
  • Fix hang when receiving invalid responses from server
  • Removed dependencies on commons-codec and commons-io

Thanks to everyone who contributed code, tested fixes, and logged issues, including:

@ganskef
@MediumOne
@adamfisk
@BraisGabin
@techpavan
@myleshorton
@zboralski

And thanks to all our other contributors!

-The LittleProxy team

LittleProxy 1.1.0 released

28 May 19:24
Compare
Choose a tag to compare

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

LittleProxy 1.1.0-beta2 released

26 Mar 18:53
Compare
Choose a tag to compare

LittleProxy 1.1.0-beta2 has been released! It is now available in Maven Central. This release brings some exiciting enhancements, including:

  • MITM support with chained proxies
  • Several Android fixes
  • Thread pool configuration and minor performance improvements
  • Proxy Authentication enhancements
  • Documentation updates, bugfixes, and performance improvements

Thank you to everyone who contributing time and effort developing and testing for this release. An especially big thank you to our contributors:

@ganskef
@MediumOne
@adamfisk
@andrewtaylor

Happy Proxying!

-LittleProxy contributors

LittleProxy 1.1.0-beta1 released

28 Aug 20:45
Compare
Choose a tag to compare

We are pleased to announce the release of LittleProxy 1.1.0-beta1! This is the first beta release in the 1.1.0 and comes with a significant number of bug fixes and new features. The release is available in Central and on the github releases page.

Special thanks to all the developers and testers who contributed to this release, as well as all those who reported issues and provided invaluable design reviews, comments, and advice.

@adamfisk
@oxtoacart
@ganskef
@detro
@andrewtaylor
@schoeffm
@robUx4
@jekh
@myleshorton

My apologies to anyone who was accidentally overlooked; please let us know and we will rectify the omission.

We're planning to greatly increase the frequency of future releases, so please continue report issues on github.

Thank you again!

--LittleProxy contributors