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/).
18
18
### Fixed
19
19
20
20
- 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 )
21
23
22
24
## [ v0.9.1]
23
25
@@ -50,6 +52,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
50
52
- Fixes CQL2 Parser for Between operator (Fixes #251 )
51
53
- Update PyO3 for rust hydration performance improvements.
52
54
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
+
53
62
## [ v0.8.5]
54
63
55
64
### Fixed
You can’t perform that action at this time.
0 commit comments