Releases: kpn/cachetory
Releases · kpn/cachetory
2.5.0
2.4.0
2.3.0
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
What's Changed
⚡️Improvements
- NEW: Make
cached
decoratortime_to_live
also accept a callable by @scastlara in #33
Full Changelog: 2.1.0...2.2.0
2.1.0
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
What's Changed
🐛 Fixes
- OPT: Re-export serializers by @scastlara in #25
🎨 Other changes
- OPT: bump
redis
from4.5.1
to4.5.4
by @dependabot in #24
Full Changelog: 2.0.2...2.0.3
2.0.2
2.0.1
This is a technical update to onboard Poetry and fix a couple of incorrect texts. No functional changes.
- f36745a FIX: install
poetry-dynamic-versioning
viapipx
- 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