- add _PyPy 3.11_ and _Python 3.13t_ to GitHub CI.
13.1
- add `last_calls` to keep track of recent calls. - improve readme example. - fix readme about default `kwargs_only`.
13.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`.
12.2
- **experimental** caching feature. - add `auto_rollback` parameter to allow disabling this feature. - improve documentation. - replace `flake8` with `ruff` in CI.
12.1
- fix verbosity. - allow psycopg2 with python3.13, but does not work with pypy. - improve documentation.
12.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.