Skip to content

Commit 3d83aec

Browse files
chore: bump version to 0.3.3 and update changelog
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c250082 commit 3d83aec

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
if __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,

0 commit comments

Comments
 (0)