Skip to content

Commit 780992b

Browse files
chore: add changelog and bump version to 0.3.2
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ca67fd8 commit 780992b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

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

setup.py

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

0 commit comments

Comments
 (0)