Releases: aio-libs/aiorwlock
Releases · aio-libs/aiorwlock
v1.4.0
v1.3.0
- Dropped Python 3.6 support
- Python 3.10 is officially supported
- Drop deprecated
loop
parameter fromRWLock
constructor
aiorwlock 1.2.0
Changes
- Fix a bug that makes concurrent writes possible under some (rare) conjunctions (#235)
aiorwlock 1.0.0
Changes
aiorwlock 0.6.0
aiorwlock 0.5.0
Changes
-
Fix corner cases and deadlock when we upgrade lock from write to
read #39 -
Use loop.create_future instead asyncio.Future if possible
aiorwlock 0.4.0
Major release
Changes
- Added support for Python 3.5 (including
async with
statements) - Renamed
.reader_lock
->.reader
,.writer_lock
->.writer
. Backward compatibility is preserved.