Skip to content

v0.3

This page tracks every release in the 0.3 line, newest first.


0.3.0

Removed the async encode/databases wrapper and upgraded SQLAlchemy from 1.4 up to the new async SQLAlchemy 2.0.

The driver and dialect properties of the config/database.py connections were reversed, and driver was split into separate sync_driver and async_driver properties.

See Upgrade 0.2 to 0.3 for details.