- Now targeting Python 3.9+, SQLAlchemy 1.4+ and pytest 8+.
- Moved to uv for environment management and Github Actions for CI.
- Testing against sqlite, MySQL and Postgres, with 100% line coverage.
- Fully type annotated and checked with mypy.
- Formatted with ruff.
- Documentation moved to Sphinx and published on Read the Docs
- Fix behaviour under multiprocessing by recreating :class:`~sqlalchemy.engine.Engine` instance.
Feature release. Thanks to Sebastian Buczyński.
- Added option to create the database on each run by using
sqlalchemy-utils. - Added option to run tests on multiple dynamically created databases
(
pytest-xdist) likepytest-djangodoes.
Initial release.