Releases: nackjicholson/aiosql
Releases · nackjicholson/aiosql
v7.0
Features:
- add MariaDB support
- allow to change file extension when loading directories
- switch
mysql.connector
dependency tomysql-connector-python
becausemysql-connector
is obsolete - improved documentation
Tests:
- simplify github CI tests, no service needed
- run from Python 3.7 to 3.11
- extensive rework of tests to ignore missing modules, use marks…
- add tests with docker images, needed for mariadb
- depend on pytest 7.
v6.5
v6.4
v6.3
v6.2
v6.1
v6.0
The v6.0 release:
- adds support for
pygresql
postgres driver. - works around
pymysql
andmysqldb
driver issues. - adds a few more tests.
- improves the documentation, including badges which look soooo cooool.
- simplifies the development environment, CI configuration.
- updates
myproject.toml
. - does some cleanup.
v5.0
v4.0
This release:
- add support for MySQL, on top of Postgres and SQLite
- add support for more drivers : psycopg3, APSW
- refactors the base code significantly to reduce the line count
- CI covers Python 3.7 to 3.10
- add coverage tests to about 100%, including error paths
- updates dependencies and the doc accordingly
- switch to 2-level version numbering