Skip to content

Releases: zx80/anodb

v12.0

07 Sep 12:39
Compare
Choose a tag to compare
  • improve option versatility to better deal with various database drivers:
    • support conn_args and conn_kwargs for connect.
    • support adapter_args and adapter_kwargs for adapter,
      which is forwarded to cursor creation by default.
  • improve documentation.
  • drop buggy mypy checks.

v11.0

17 Aug 10:52
Compare
Choose a tag to compare
  • Improved pytest tests.
  • Use an AnoDB specific exception for generated errors.
  • Do not allow to override DB methods (eg commit, close…).
  • Add test about name rejections.
  • Add attribute access example to documentation.

v10.4

15 Aug 13:09
Compare
Choose a tag to compare
  • Fix deprecation warning for Python 3.13.

v10.3

15 Aug 13:09
Compare
Choose a tag to compare
  • Set debug verbosity when debugging.
  • Add Python 3.13 and PyPy 3.10 testing in GitHub CI.

v10.2

31 Jul 12:23
Compare
Choose a tag to compare
  • Improve internal logging infrastructure.
  • Add counter to help identify DB objects.

v10.1

04 Jun 11:17
Compare
Choose a tag to compare

Improved documentation and tests.

v10.0

02 Mar 14:24
Compare
Choose a tag to compare

Add attribute dot access and option, following aiosql.

v9.10

27 Feb 08:09
Compare
Choose a tag to compare

Show connection count and move info in stats.

v9.9

26 Feb 08:49
Compare
Choose a tag to compare

Add _stats() method to generate JSON-compatible stats.

v9.8

21 Feb 12:19
Compare
Choose a tag to compare

Improved str.