Skip to content

4.0.0

Compare
Choose a tag to compare
@Krukov Krukov released this 14 Mar 18:49
· 373 commits to master since this release
8ec14e7

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