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,10 @@ Or run it without activating the venv:
6262```
6363
6464## Changelog
65+ - v0.3.3
66+ - Fix query encoding: honor ` client_encoding ` instead of assuming UTF-8 [ #19 ] ( https://github.com/localstack/postgresql-proxy/pull/19 )
67+ - Fix EQP Parse packet corruption with high-byte OIDs (e.g. jsonb) causing ` UnicodeDecodeError ` [ #18 ] ( https://github.com/localstack/postgresql-proxy/pull/18 )
68+ - Improve SSL resilience under fragmented TCP delivery [ #20 ] ( https://github.com/localstack/postgresql-proxy/pull/20 )
6569- v0.3.2
6670 - Fix proxy hang on large responses by adding backpressure handling [ #16 ] ( https://github.com/localstack/postgresql-proxy/pull/16 )
6771 - Reduce SSL connection overhead by setting ` TCP_NODELAY ` [ #15 ] ( https://github.com/localstack/postgresql-proxy/pull/15 )
Original file line number Diff line number Diff line change 66if __name__ == "__main__" :
77 setup (
88 name = "postgresql-proxy" ,
9- version = "0.3.2 " ,
9+ version = "0.3.3 " ,
1010 description = "Postgresql Proxy" ,
1111 packages = find_packages (exclude = ("tests" , "tests.*" )),
1212 install_requires = install_requires ,
You can’t perform that action at this time.
0 commit comments