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"