- Official support to Python 3.13.
- Experimental support to Python 3.14-alpha.
- Removed support for Python 3.8.
- Updated minimum version for most dependencies.
- Official support to Python 3.12.
- Experimental support to Python 3.13-alpha.
- Updated minimum version for many dependencies.
- Added mypy type checker
- Added support for python 3.12-dev
- Changed linting to ruff
- query() and execute() will raise ConnectionError in case they are run without active connection.
- Update dependencies' versions.
- Support for Python 3.11.
- Tidied up the tox and GH actions stages
- Updated pyproject.toml to new poetry group depdendencies
- Updated depdendencies
- Run tox on python 3.8 in GH actions.
- Coverage image URL was broken.
- Run tox on windows in GH actions.
- Using pytest-cov instead of bare coverage.
- Lowered minimum python version to 3.8
- Added example using SQLAlchemy.
- Added automatic deploy action to PyPI.
- Redundant SQLAlchemy engine initialization
- Unit testing and code coverage
- Tox testing
- Docstring
- Lowered minimum python version to 3.9
- Initial implementation of MysqlConnector to allow asynchronously context manage MySQL connection.