Skip to content

Releases: Krukov/cashews

4.3.0

13 May 19:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.2.2...4.3.0

4.2.0

02 Apr 14:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.0...4.2.0

4.0.0

14 Mar 18:49
8ec14e7
Compare
Choose a tag to compare

What's Changed

Breaking changes:

  • Lower keys issue in #29
  • Cache none by default #33 in #36
  • Rename row->raw #50 in #51

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

Fix:

  • Fix for keys_match command #23 in #27