Skip to content

Commit e19fab0

Browse files
chore: bump version to 0.3.1 and update changelog
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 633c5e5 commit e19fab0

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
@@ -55,6 +55,9 @@ If you want to test it, do this. Otherwise scroll down for instructions on how t
5555
```
5656

5757
### Changelog
58+
- v0.3.1
59+
- Fix SSL COPY stalls by draining pending SSL buffer after recv [#11](https://github.com/localstack/postgresql-proxy/pull/11)
60+
- Fix intermittent `BlockingIOError` on macOS during SSL negotiation
5861
- v0.3.0
5962
- Add support for SSL connections [#9](https://github.com/localstack/postgresql-proxy/pull/9)
6063
- v0.2.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='postgresql-proxy',
13-
version='0.3.0',
13+
version='0.3.1',
1414
description='Postgresql Proxy',
1515
packages=find_packages(exclude=('tests', 'tests.*')),
1616
install_requires=install_requires,

0 commit comments

Comments
 (0)