Releases: rethinkdb/rethinkdb-python
Releases · rethinkdb/rethinkdb-python
v2.4.10.post1
v2.4.10
Release of v2.4.10
Breaking Changes ⚠️
- #298 Asyncio usage no longer supports Python 3.4
New Features 🚀
- Support for Python 3.10-3.12, via
Bug Fixes 🔧
- #303 Specify 'coverage' package version in requirements.txt (for Python 3.5)
- #267 and #304 Wait for wait_closed (on Python 3.7 and greater) in asyncio mode by @dpineiden
- #308 Make 'restore' command's
-i db.table
option work again - #290 Fix bug in stringified query representation logic by @liranbg
Improvements 👍
- #296 Also, fix warning or error when "is not" is used with an empty string
Other Changes 🗒
Dependencies 📦
We have a new dependency on looseversion==1.3.0
. The package coverage
, previously a transitive dependency, is now restricted based on Python version:
coverage<=4.5.4; python_version<"3.5"
coverage==5.5; python_version>="3.5"
v2.4.9
Release of v2.4.9
Breaking Changes ⚠️
No breaking change.
New Features 🚀
No new features
Bug Fixes 🔧
- #276 Fix dump command password reading by @besworks
- #253 Fix Fix deprecated import collections by @metal3d
Improvements 👍
No new improvements
Other Changes 🗒
No other changes
Dependencies 📦
No dependencies bumped this time
v2.4.8
Release of v2.4.8
Breaking Changes ⚠️
No breaking change.
New Features 🚀
No new features
Bug Fixes 🔧
- #204 Fix not implemented error by @Inveracity
- #211 Fix access option.temp_dir correctly in the restore script by @mishawakerman
- #213 Fix bug in Trio's
_read_exactly()
by @mehaase - #238 Fix Trio Connection Pool Error by @murali-shankar
Improvements 👍
- #192 Backward compatibility improvements to use the rql polyglot tests
Other Changes 🗒
- #200 Update the license and guidelines to match the latest desired state
Dependencies 📦
Version 2.4.7
Version 2.4.6
Release of v2.4.6
Breaking Changes ⚠️
No breaking change.
New Features 🚀
No new features
Bug Fixes 🔧
- #182 do not close socket on EWOULDBLOCK by @tommilligan
Improvements 👍
No other improvements
Other Changes 🗒
- #178 Run isort and black on the project
Dependencies 📦
Version 2.4.5
Release of v2.4.5
Breaking Changes ⚠️
No breaking change.
New Features 🚀
- #170, rethinkdb/rethinkdb#4101 Implement DB URL connection support
Bug Fixes 🔧
Improvements 👍
Other Changes 🗒
- #160 Adding tests for write hooks
Dependencies 📦
Version 2.4.4.post1
Fixes a critical issue described in #124
Version 2.4.4
Release of v2.4.4
Breaking Changes ⚠️
No breaking change.
New Features 🚀
- #140 Support wildcard certificates as a hostname by @gabor-boros
Bug Fixes 🔧
No bug fixes.
Improvements 👍
Other Changes 🗒
No other changes.
Dependencies 📦
- #146 Bump pytest-cov to 2.8.1