We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59cf9af commit dfacaddCopy full SHA for dfacadd
CHANGES.rst
@@ -5,7 +5,8 @@ Changelog
5
Version 2.3.0
6
-------------
7
8
-- add indication if cache is used in the response header.
+Released 2024-05-04
9
+
10
- Added ``response_hit_indication`` flag to ``Cache.cached`` decorator for appending 'hit_cache' headers to responses, indicating cache hits.
11
12
src/flask_caching/__init__.py
@@ -40,7 +40,7 @@
40
from flask_caching.utils import make_template_fragment_key # noqa: F401
41
from flask_caching.utils import wants_args
42
43
-__version__ = "2.2.0"
+__version__ = "2.3.0"
44
45
logger = logging.getLogger(__name__)
46
0 commit comments