- Regression introduced by asyncio with `DatabaseTestClient`
0.7.1
Fixed
- Fix regression introduced by SQLAlchemy 2.0.25 with `make_url`.
0.7.0
Fixed
- `DatabaseURL` causing issues when special characters where being used for passwords. This limitation was introduced by the use of the `urlsplit` from `urllib.`
0.6.0
Added
- Support for Python 3.12
Changed
* `pyodbc` version for MSSQL driver.
0.5.0
Fixed
- Patch done in the core of Databases fixing the concurrent usage of connections and transactions.
0.4.0
Changed
- Added extra support for unix sockets for mysql and asyncmy. PR [13](https://github.com/tarsil/databasez/pull/13) by [tarsil](https://github.com/tarsil). - Update version of SQLAlchemy.