Skip to content

Release v6.2.0

Choose a tag to compare

@awolverp awolverp released this 22 Jul 11:24
· 112 commits to main since this release

This release introduces a new method and improves the atomicity of an existing one, along with a bug fix.

New Features

  • Added setdefault_with method to cache classes for more flexible atomic operations.

Changes

  • setdefault is now fully atomic, improving thread-safety and reliability.

Bug Fixes

  • #61: Cache stampede doesn't work in free threading

Thanks To