Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Releases: verygoodsecurity/LittleProxy

1.14.0-VGS

19 Jul 18:35
916dd57

Choose a tag to compare

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

22 Jun 14:01
c2ee745

Choose a tag to compare

What's Changed

  • Update dnsjava library (battling with 502s) by @kochniev in #110

Full Changelog: 1.13.3-VGS...1.13.4-VGS

1.13.3-VGS: VAULT-2153 Strip traceparent in transparent mode (#109)

12 Apr 22:03
b03649e

Choose a tag to compare

* strip traceparent in transparent mode

* renamed header

1.13.2-VGS

20 Feb 14:58
cbe1d00

Choose a tag to compare

change logging level (#108)

1.13.1-VGS: [VAULT-1955]add client to proxy processing threads count property (#106)

15 Feb 10:41
a904512

Choose a tag to compare

* client to proxy processing thread count property

* fix

* add jvadocs

* add tests

* fix

1.13.0-VGS

03 Feb 10:02
5b56486

Choose a tag to compare

[VAULT-1828]Decouple read and handling in client to proxy connection …

1.12.1-VGS: Fix acceptor logging (#104)

12 Jan 11:26
cfac30e

Choose a tag to compare

* set info logging level

* set acceptor logging level to info

* fix message

1.12.0-VGS: start using logging handler for acceptor (#102)

29 Dec 09:54
8181e62

Choose a tag to compare

* start using logging handler for acceptor

* allow to enable/disable acceptor logging

1.11.0-VGS: CORE-1593 Mem Leak fix 🤞 (#101)

25 Oct 19:57
6adc7fa

Choose a tag to compare

* CORE-1593 Mem Leak fix 🤞

* CORE-1593 Mem Leak fix 🤞

Allow Blocking HTTP Pipelining

17 May 12:08
0d2757e

Choose a tag to compare

Allow Blocking HTTP Pipelining (#91)

* Block HTTP Pipelining

* Make http pipelining blocking configurable