File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments