8000 Releases · zx80/anodb · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: zx80/anodb

v13.2

07 Mar 13:30
Compare
Choose a tag to compare
  • add PyPy 3.11 and Python 3.13t to GitHub CI.

v13.1

04 Mar 07:04
Compare
Choose a tag to compare
  • add last_calls to keep track of recent calls.
  • improve readme example.
  • fix readme about default kwargs_only.

v13.0

10 Nov 08:14
Compare
Choose a tag to compare
  • add cached option to control caching re trigger.
  • make kwargs_only default to true (breaking change).
  • improve cache tests.
  • add Python 3.14 CI run.
  • fix test dependencies.
  • improve makefile.
  • remove project-specific MANIFEST.in.

v12.2

26 Oct 07:09
Compare
Choose a tag to compare
  • experimental caching feature.
  • add auto_rollback parameter to allow disabling this feature.
  • improve documentation.
  • replace flake8 with ruff in CI.

v12.1

25 Oct 07:08
Compare
Choose a tag to compare
  • fix verbosity.
  • allow psycopg2 with python3.13, but does not work with pypy.
  • improve documentation.

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.
0