Releases: zx80/anodb
Releases · zx80/anodb
v13.2
add PyPy 3.11 and Python 3.13t to GitHub CI.
v13.1
add last_calls
to keep track of recent calls.
improve readme example.
fix readme about default kwargs_only
.
v13.0
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
experimental caching feature.
add auto_rollback
parameter to allow disabling this feature.
improve documentation.
replace flake8
with ruff
in CI.
v12.1
fix verbosity.
allow psycopg2 with python3.13, but does not work with pypy.
improve documentation.
v12.0
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
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
Fix deprecation warning for Python 3.13 .
v10.3
Set debug verbosity when debugging.
Add Python 3.13 and PyPy 3.10 testing in GitHub CI.
v10.2
Improve internal logging infrastructure.
Add counter to help identify DB objects.
You can’t perform that action at this time.