- Added ``response_hit_indication`` flag to ``Cache.cached`` decorator for appending 'hit_cache' headers to responses, indicating cache hits.
2.2.0
Not secure
-------------
- Drop python 3.7 support - python 3.11 officially supported - Fix issue causing `args_to_ignore` to not work with `flask_caching.Cache.memoize` decorator when keyword arguments were used in the decorated function call
2.1.0
Not secure
-------------
Released 2024-10-08
- fix type signature in ``flask_caching.utils.make_template_fragment_key``. :pr:`430` - Added docs and example for make_cache_key - support Flask 3
2.0.2
Not secure
-------------
Released 2023-01-12
- fix issue with boto3 dependencie due to latest cachelib released - migrate ``flask_caching.backends.RedisCluster`` dependency from redis-py-cluster to redis-py - bug fix: make the ``make_cache_key`` attributed of decorated view functions writeable. :pr:`431`, :issue:`97`