Releases: nackjicholson/aiosql
Releases · nackjicholson/aiosql
v6.5
- improved documentation
- add missing dependency on
setuptools
- improved Makefile
- add untested
mariadb
support (will be tested and advertised in the next release)
- some refactoring (for next release really)
v6.4
Version 6.4 brings:
- improved CI checks with
rstcheck
- dynamic query functions point to the SQL query file
- illegal query names such as
1st
are filtered out
- documentation has been improved
- some code refactoring…
v6.3
Metainformation and documentation updates.
v6.2
- Improved documentation and tests.
- normalize adapter names to lowercase.
v6.1
This v6.1 does:
- make very minor code and doc changes
- enhance github CI with python 3.11-dev, updated action setup and coverage
v6.0
The v6.0 release:
- adds support for
pygresql
postgres driver.
- works around
pymysql
and mysqldb
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
New in 5.0:
- Add Postgres adapter for
pg8000
driver.
- Add
register_adapter
.
- Use more recent CI image.
- Add
flake8
to CI.
- Update documentation.
- Update dependencies.
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