- Fixed a memory leak on exceptions and minor performance improvement.
- Fixed an error when there are pending tasks while calling
.cache_clear()
.
- Fixed a
KeyError
that could occur when usingttl
withmaxsize
. - Dropped
typing-extensions
dependency in Python 3.11+.