Skip to content

Releases: kpn/cachetory

2.5.0

05 Jul 12:56
Compare
Choose a tag to compare

What's Changed

⚡️Improvements

  • NEW: implement purging specific values set by @cached by @eigenein in #41

🎨 Other changes

Full Changelog: 2.4.0...2.5.0

2.4.0

04 Jul 13:44
Compare
Choose a tag to compare

What's Changed

⚡️Improvements

  • NEW: Add exclude callable to cached decorator by @JeroennC in #38

🎨 Other changes

  • OPT: replace scalar/sync/async tests with the tests for functools by @eigenein in #39

Full Changelog: 2.3.0...2.4.0

2.3.0

03 Jul 15:19
Compare
Choose a tag to compare

What's Changed

⚡️Improvements

  • NEW: Allow sync or async callables for async cached decorator by @scastlara in #35
  • FIX: outdated type hints in the README by @eigenein in #36

🎨 Other changes

Full Changelog: 2.2.0...2.3.0

2.2.0

14 Jun 11:42
Compare
Choose a tag to compare

What's Changed

⚡️Improvements

  • NEW: Make cached decorator time_to_live also accept a callable by @scastlara in #33

Full Changelog: 2.1.0...2.2.0

2.1.0

02 Jun 11:11
Compare
Choose a tag to compare

What's Changed

⚡️Improvements

🎨 Other changes

  • OPT: no Codecov token needed for public repos by @eigenein in #28
  • FIX: disable fail_ci_if_error for Codecov by @eigenein in #29

New Contributors

Full Changelog: 2.0.3...2.1.0

2.0.3

24 Apr 20:01
Compare
Choose a tag to compare

What's Changed

🐛 Fixes

🎨 Other changes

Full Changelog: 2.0.2...2.0.3

2.0.2

08 Mar 22:28
Compare
Choose a tag to compare
  • a1cb4b3 FIX: add the py.typed file
  • c45fbf2 OPT: remove monospace from the header
  • 81e10e2 OPT: improve the README badges
  • a8dd7ba FIX: set version style to PEP 440
  • b5708c9 OPT: improve the README regarding the context manager

2.0.1

02 Feb 16:19
Compare
Choose a tag to compare

This is a technical update to onboard Poetry and fix a couple of incorrect texts. No functional changes.

  • f36745a FIX: install poetry-dynamic-versioning via pipx
  • 76ccd79 FIX: remove +zstd from the quickstart example
  • cc5201d OPT: revamp the check/publish pipelines
  • d3575dc FIX: KPN's name in the footer
  • 14c6b17 FIX: update the copyright boilerplate
  • d700bc5 OPT: support Python 3.11, avoid double checks in GitHub Actions

2.0.0

02 Nov 13:13
Compare
Choose a tag to compare
  • fedddad BREAK: switch from aioredis to redis-py

1.1.0

28 Jul 15:18
Compare
Choose a tag to compare
  • 1aa1719 NEW: add make_default_hashed_key for the @cached decorators
  • 374e653 OPT: update release changelog automatically in the publishing workflow