This repository was archived by the owner on Oct 30, 2023. It is now read-only.
Releases: verygoodsecurity/LittleProxy
Releases · verygoodsecurity/LittleProxy
1.14.0-VGS
What's Changed
- PROXY-442: Allow overriding connect timeout via channel attribute by @vmykh-vgs in #111
- PROXY-443: Externalize ssl handshake timeout by @vmykh-vgs in #112
Full Changelog: 1.13.4-VGS...1.14.0-VGS
1.13.4-VGS
What's Changed
Full Changelog: 1.13.3-VGS...1.13.4-VGS
1.13.3-VGS: VAULT-2153 Strip traceparent in transparent mode (#109)
* strip traceparent in transparent mode * renamed header
1.13.2-VGS
change logging level (#108)
1.13.1-VGS: [VAULT-1955]add client to proxy processing threads count property (#106)
* client to proxy processing thread count property * fix * add jvadocs * add tests * fix
1.13.0-VGS
[VAULT-1828]Decouple read and handling in client to proxy connection …
1.12.1-VGS: Fix acceptor logging (#104)
* set info logging level * set acceptor logging level to info * fix message
1.12.0-VGS: start using logging handler for acceptor (#102)
* start using logging handler for acceptor * allow to enable/disable acceptor logging
1.11.0-VGS: CORE-1593 Mem Leak fix 🤞 (#101)
* CORE-1593 Mem Leak fix 🤞 * CORE-1593 Mem Leak fix 🤞
Allow Blocking HTTP Pipelining
Allow Blocking HTTP Pipelining (#91) * Block HTTP Pipelining * Make http pipelining blocking configurable