Skip to content

Commit 8a37c99

Browse files
update changelog (#306)
1 parent 2740d75 commit 8a37c99

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1818
### Fixed
1919

2020
- Add `open=True` in `psycopg.ConnectionPool` to avoid future behavior change
21+
- Switch from postgres `server_version` to `server_version_num` to get PG version (Fixes #300)
22+
- Allow read-only replicas work even when the context extension is enabled (Fixes #300)
2123

2224
## [v0.9.1]
2325

@@ -50,6 +52,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5052
- Fixes CQL2 Parser for Between operator (Fixes #251)
5153
- Update PyO3 for rust hydration performance improvements.
5254

55+
## [v0.8.6]
56+
57+
### Fixed
58+
59+
- Relax version requirement for smart-open (Fixes #273)
60+
- Use uv pip in docker build
61+
5362
## [v0.8.5]
5463

5564
### Fixed

0 commit comments

Comments
 (0)