Skip to content

Releases: Yolley/fastapi-cache

v2.3.0

28 Jan 13:36

Choose a tag to compare

[2.3.0] - 2026-01-28

🚀 Features

  • Reintroduce Python 3.11 support
  • Support decorating sync functions in type annotations (already supported by the implementation)

v2.2.2

26 Nov 16:59

Choose a tag to compare

[2.2.2] - 2025-11-26

⚙️ Miscellaneous Tasks

  • Bump redis, lint

v2.2.1

24 Jul 19:02

Choose a tag to compare

[2.2.1] - 2025-07-24

🐛 Bug Fixes

  • Ignore release lock errors in redis

v2.2.0

01 May 06:54

Choose a tag to compare

[2.2.0] - 2025-05-01

🚀 Features

  • Add default prefix to differentiate cache keys

v2.1.0

01 May 00:35

Choose a tag to compare

[2.1.0] - 2025-04-30

🚀 Features

  • Support various options to clear redis cache by namespace

v2.0.0

30 Apr 01:51

Choose a tag to compare

[2.0.0] - 2025-04-30

🚀 Features

  • [breaking] Switch to msgspec as context container

💼 Other

  • V2 (#2)
    • refactor: add additional ruff linting rules
    • refactor: move annotation only imports to TYPE_CHECKING block

v0.3.1

28 Nov 08:49

Choose a tag to compare

  • optimise decorator typing

Full Changelog: v0.3.0...v0.3.1

v0.3.0

28 Nov 05:47
9428fb2

Choose a tag to compare

What's Changed

New Contributors

  • @Yolley made their first contribution in #1

Full Changelog: https://github.com/Yolley/fastapi-cache/commits/v0.3.0