diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a221689..f4a492c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - Add `open=True` in `psycopg.ConnectionPool` to avoid future behavior change +- Switch from postgres `server_version` to `server_version_num` to get PG version (Fixes #300) +- Allow read-only replicas work even when the context extension is enabled (Fixes #300) ## [v0.9.1] @@ -50,6 +52,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Fixes CQL2 Parser for Between operator (Fixes #251) - Update PyO3 for rust hydration performance improvements. +## [v0.8.6] + +### Fixed + + - Relax version requirement for smart-open (Fixes #273) + - Use uv pip in docker build + ## [v0.8.5] ### Fixed