Skip to content

Releases: python-cachier/cachier

v4.1.0: 🗑️ Automatic Cleanup of Stale Cache Values

15 Jul 20:39

Choose a tag to compare

v4.0.0: 🗂️ Support for XDG-compliant cache directory

14 Jul 20:07

Choose a tag to compare

What's Changed

  • Fix caching regression: enable_caching() now affects existing decorators by @Copilot in #279
  • Add CLAUDE.md by @shaypal5 in #282
  • Improve CLAUDE.md with comprehensive backend coverage, testing guidance, and copilot integration by @Copilot in #284
  • Add a script for running MongoDB core tests locally by @shaypal5 in #285
  • Add support for XDG-compliant cache directory by @habib049 in #286
  • Enable local testing for all cachier backends with Docker by @shaypal5 in #287

New Contributors

  • @Copilot made their first contribution in #279
  • @habib049 made their first contribution in #286

Full Changelog: v3.4.1...v4.0.0

v3.4.1: 🐞 Bugfix - iNotify bug on Linux solved!

08 Jul 07:04

Choose a tag to compare

What's Changed

Full Changelog: v3.4.0...v3.4.1

v3.4.0: Redis caching core added! 🧱

07 Jul 14:15

Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.4.0

v3.3.0: The max_age on-call parameter added! ⚱️

05 Jul 20:15

Choose a tag to compare

What's Changed

Full Changelog: v3.2.1...v3.3.0

v3.2.1: SQL core added! 📭

03 Jul 19:53

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.2.1

v3.1.2: 🐞 Bugfix - Raised exceptions are no longer cached as None

26 Oct 19:49

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.1.2

v3.0.1: 🐞 Bugfix - Method calling when caching is globally disabled

05 Aug 09:47
29fddfa

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.0.1

v3.0.0: Cache keys now consider function names 📝

26 Feb 22:10
8876ade

Choose a tag to compare

What's Changed

  • refactor: cleaning of using package/global defaults by @Borda in #193
  • tests: add asserts for expected results by @Borda in #197
  • refactor: simplify using property line methods by @Borda in #199
  • clarify that the wrapper function as private by @Borda in #200
  • fixing wrong results for runtime func by @Borda in #196
  • ci: switch from hosted to local DB by @Borda in #195
  • refactor: clarify the casher arguments by @Borda in #198
  • fix: redefine partial kwargs by @Borda in #203
  • releasing v3.0.0 by @Borda in #202

Full Changelog: v2.3.0...v3.0.0

v2.3.0: Support for runtime caching + list caching + kwargs order independent cache keys

17 Feb 07:37
6de95e8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.2...v2.3.0