Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Sep 20, 2024
1 parent 2740d75 commit 6f385ca
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6f385ca

Please sign in to comment.