Skip to content

Release v6.1.1

Choose a tag to compare

@awolverp awolverp released this 11 Jun 09:13
· 121 commits to main since this release

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