Releases: Krukov/cashews
Releases · Krukov/cashews
4.3.0
4.2.0
4.0.0
What's Changed
Breaking changes:
Features
- Bloom filters in #28
- Add lock parameter to the cache decorator #31 in #35
- Add
noself
support in #30 - Customize values formatting for keys aka #44 in #48
- Raise an error if function with *args **kwargs decorated without a key in #49
- Add python 3.10 support in #52
- Add py.typed to compatible with PEP 561 by @mnixry in #53