Skip to content

Releases: tanbro/sqlalchemy-dlock

v0.8.1

01 Apr 10:13

Choose a tag to compare

Release v0.8.1

- Add BaseAsyncSadLock.aclose() for compatibility with contextlib.aclosing (Python 3.10+)
- Deprecate BaseAsyncSadLock.close() in favor of aclose(), will be removed in v0.9.0
- Fix __aexit__ to call aclose() instead of deprecated close()
- Add test cases for aclose()

v0.8.0

12 Feb 07:47

Choose a tag to compare

Release v0.8.0