Releases: aio-libs/async-lru
Releases · aio-libs/async-lru
2.3.0
19 Mar 01:04
Compare
Sorry, something went wrong.
No results found
Added cache_contains() for read-only key lookup.
Changed cross-loop cache access to auto-reset and rebind to the current event loop.
Added AlruCacheLoopResetWarning when an auto-reset happens due to event loop change.
Forwarded cache_close(wait=...) for bound methods.
2.2.0
20 Feb 19:11
Compare
Sorry, something went wrong.
No results found
Added a jitter parameter to randomise TTL.
Raise RuntimeError when cache is used by different loop.
2.1.0
17 Jan 22:52
Compare
Sorry, something went wrong.
No results found
Fixed cancelling of task when all tasks waiting on it have been cancelled.
Fixed DeprecationWarning from asyncio.iscoroutinefunction.
2.0.5
16 Mar 17:25
Compare
Sorry, something went wrong.
No results found
Fixed a memory leak on exceptions and minor performance improvement.
2.0.4
27 Jul 19:12
Compare
Sorry, something went wrong.
No results found
Fixed an error when there are pending tasks while calling .cache_clear().
2.0.3
07 Jul 19:00
Compare
Sorry, something went wrong.
No results found
Fixed a KeyError that could occur when using ttl with maxsize.
Dropped typing-extensions dependency in Python 3.11+.
v1.0.3
07 May 03:04
Compare
Sorry, something went wrong.
No results found