From 8a37c997f31439d203ee586fa8fdeb60d10b2f4b Mon Sep 17 00:00:00 2001 From: Vincent Sarago Date: Mon, 23 Sep 2024 16:46:34 +0200 Subject: [PATCH] update changelog (#306) --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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