Skip to content

Releases: taylorhakes/python-redis-cache

v4.0.2

Choose a tag to compare

@taylorhakes taylorhakes released this 25 Mar 07:11

v4.0.2 (2025-03-25)

Fix

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

v4.0.1

Choose a tag to compare

@taylorhakes taylorhakes released this 27 Aug 02:33

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

Choose a tag to compare

@taylorhakes taylorhakes released this 17 Jun 02:08

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

Choose a tag to compare

@taylorhakes taylorhakes released this 02 May 16:33

v3.2.0 (2024-05-02)

Feature

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

v3.1.0

Choose a tag to compare

@taylorhakes taylorhakes released this 21 Mar 02:25

v3.1.0 (2024-03-21)

Feature

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

v3.0.2

Choose a tag to compare

@taylorhakes taylorhakes released this 21 Mar 02:22

v3.0.2 (2024-03-21)

Fix

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

v3.0.1

Choose a tag to compare

@taylorhakes taylorhakes released this 10 Jan 16:10

v3.0.1 (2024-01-10)

Fix

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

v3.0.0

Choose a tag to compare

@taylorhakes taylorhakes released this 09 Jan 20:47

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

Choose a tag to compare

@taylorhakes taylorhakes released this 17 Sep 02:29

v2.2.5 (2023-09-17)

Fix

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

v2.2.4

Choose a tag to compare

@taylorhakes taylorhakes released this 16 Sep 23:50

v2.2.4 (2023-09-16)

Fix

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