Skip to content

Releases: taylorhakes/python-redis-cache

v4.0.2

25 Mar 07:11

Choose a tag to compare

v4.0.2 (2025-03-25)

Fix

  • fix(lua): Fix time parsing in limit cache (b7d0605)

v4.0.1

27 Aug 02:33

Choose a tag to compare

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

17 Jun 02:08

Choose a tag to compare

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

02 May 16:33

Choose a tag to compare

v3.2.0 (2024-05-02)

Feature

  • feat(active-flag): added the ability to disable the cache (1d27b9a)

v3.1.0

21 Mar 02:25

Choose a tag to compare

v3.1.0 (2024-03-21)

Feature

  • feat(cluster): add ability to disable braces by not supporting cluster (939f046)

v3.0.2

21 Mar 02:22

Choose a tag to compare

v3.0.2 (2024-03-21)

Fix

  • fix(build): add redis to install_requires (#33) (3a21ccd)

v3.0.1

10 Jan 16:10

Choose a tag to compare

v3.0.1 (2024-01-10)

Fix

  • fix(keys): update keys to be in same key space (#30) (8b03459)

v3.0.0

09 Jan 20:47

Choose a tag to compare

v3.0.0 (2024-01-09)

Breaking

  • feat(keys): keep keys sorted and fix key format (#28)

BREAKING CHANGE: key format fix (aa554ee)

v2.2.5

17 Sep 02:29

Choose a tag to compare

v2.2.5 (2023-09-17)

Fix

  • fix(build): update release order (db88117)

v2.2.4

16 Sep 23:50

Choose a tag to compare

v2.2.4 (2023-09-16)

Fix

  • fix(release): fix version change (d434cb6)