Releases: taylorhakes/python-redis-cache
Releases · taylorhakes/python-redis-cache
Release list
v4.0.2
v4.0.1
v4.0.1 (2024-08-27)
Build
- build(fix): Change docker-compose to docker compose (
e701a9e)
Documentation
-
docs: updated wording on instance docs (
ca65f4e) -
docs: add class/instance method documentation (
027344d)
Fix
-
fix(cache): support for unpassed default args (#39)
-
feat(cache): support caching functions with positional-only arguments
BREAKING CHANGE: requires Python version >= 3.8
- fix(cache): cache params with defaults not passed as args
Co-authored-by: Taylor Hakes <taylorhakes@users.noreply.github.com> (4432b14)
v4.0.0
v4.0.0 (2024-06-17)
Breaking
- feat(cache): support caching functions with positional-only arguments
BREAKING CHANGE: requires Python version >= 3.8 (68f00ab)
v3.2.0
v3.1.0
v3.1.0 (2024-03-21)
Feature
- feat(cluster): add ability to disable braces by not supporting cluster (
939f046)