Skip to content

Releases: taylorhakes/python-redis-cache

v2.2.2

16 Sep 22:48
Compare
Choose a tag to compare

v2.2.2 (2023-09-16)

Fix

  • fix(release): fix missing permission (d4136e1)

v2.2.1

16 Sep 22:43
Compare
Choose a tag to compare

v2.2.1 (2023-09-16)

Documentation

  • docs: remove version badge (f0810d2)

  • docs: update readme badge (bdbe5e1)

  • docs(readme): add exception_handler into signature (8bb9193)

  • docs(readme): add note about decode_responses (9471fb0)

  • docs(readme): update docs about exception_handler parameter (70d48c1)

Fix

  • fix(build): Permissions (0e45716)

  • fix(release): add pypi distribution (508f5a8)

v2.2.0

25 Jul 16:15
Compare
Choose a tag to compare

v2.2.0 (2023-07-25)

Feature

  • feat(exceptions): add ability to handle redis exceptions (dad5ac0)

Test

  • test: update python versions in tests (3e4afdb)

  • test: bump redis from 3.5.3 to 4.4.4 (#22)

Bumps redis from 3.5.3 to 4.4.4.


updated-dependencies:

  • dependency-name: redis
    dependency-type: direct:development
    ...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (3c3674f)

  • test: change name of test (0ee3e81)

v2.1.2

15 May 06:47
Compare
Choose a tag to compare

Fix

  • perf: Update list to set (a4984bb)

v2.1.1

15 May 06:43
Compare
Choose a tag to compare

Fix

  • cache: Fix bug in variable args (3dce0e7)

v2.1.0

11 May 21:14
Compare
Choose a tag to compare

Feature

  • Fix caching to work on cluster (69c1377)

Documentation

  • readme: Update docs to specify Python 3.7 (145693d)

v1.2.0

22 Oct 08:24
Compare
Choose a tag to compare

Feature

  • Key_serializer for custom serialization (1d4d1eb)

v1.1.2

02 Sep 06:23
Compare
Choose a tag to compare

Fix

  • Add newline to pyproject.toml (d6677a4)