Release v6.1.1
This release includes a critical fix for a bug where exceptions raised by functions wrapped with @cached ( with enabled lock ) could get permanently stuck in the cache. Once an exception was cached, subsequent calls would always re-raise it immediately without re-executing the function or allowing the cache to clear properly.
Bug fixes
- #57: Caching raised exceptions never clears the cache
Thanks to
- @JacobH-D for the issue.