All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, adheres to Semantic Versioning, and is generated by git-cliff.
- Official support for Python 3.13 (#115)
- Test with Python 3.13 (#42)
- Official support for Python 3.12 (#39)
- Support Python 3.12 (#5)
- Remove
__about__.py(#18)
- Address
Dialect.dbapideprecation warning by implementingimport_dbapi(#14)
- Use the
selectAPI in examples (#8) - Clarify wording on how to use the
create_engine(..., module=sqlean)alternative (#10) - Document typing check script
- Ensure compatibility with SQLAlchemy 1 (#13)
- Check error when no extensions are installed (#7)
- Add development instructions (#2)