File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,6 +62,9 @@ Or run it without activating the venv:
6262```
6363
6464## Changelog
65+ - v0.3.2
66+ - Fix proxy hang on large responses by adding backpressure handling [ #16 ] ( https://github.com/localstack/postgresql-proxy/pull/16 )
67+ - Reduce SSL connection overhead by setting ` TCP_NODELAY ` [ #15 ] ( https://github.com/localstack/postgresql-proxy/pull/15 )
6568- v0.3.1
6669 - Fix SSL COPY stalls by draining pending SSL buffer after recv [ #11 ] ( https://github.com/localstack/postgresql-proxy/pull/11 )
6770 - Fix intermittent ` BlockingIOError ` on macOS during SSL negotiation
Original file line number Diff line number Diff line change 77
88 setup (
99 name = 'postgresql-proxy' ,
10- version = '0.3.1 ' ,
10+ version = '0.3.2 ' ,
1111 description = 'Postgresql Proxy' ,
1212 packages = find_packages (exclude = ('tests' , 'tests.*' )),
1313 install_requires = install_requires ,
You can’t perform that action at this time.
0 commit comments