* Drop support for Python 3.7 and add support for Python 3.12 ([583][583]) * Add support for SQLAlchemy 2+ ([540][540]) * Allow SSL string parameters in PostgresSQL URL ([575][575]) and ([576][576])
* Change isolation connections and transactions during concurrent usage ([546][546]) * Bump requests from 2.28.1 to 2.31.0 ([562][562]) * Bump starlette from 0.20.4 to 0.27.0 ([560][560]) * Bump up asyncmy version to fix `No module named 'asyncmy.connection'` ([553][553]) * Bump wheel from 0.37.1 to 0.38.1 ([524][524])
* Fix query result named access ([448][448]) * Fix connections getting into a bad state when a task is cancelled ([457][457]) * Revert 328 parallel transactions ([472][472]) * Change extra installations to specific drivers ([436][436])