File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -3,26 +3,23 @@ Changelog
3
3
4
4
See also the [ GitHub releases page] ( https://github.com/FriendsOfSymfony/FOSHttpCache/releases ) .
5
5
6
- 2.5.1
7
- -----
8
-
9
- ### Symfony
10
-
11
- * Have cache invalidator check for presence of Psr6Store for a better guess
12
- whether the cache really is TagCapable or not.
13
-
14
6
2.5.0
15
7
-----
16
8
17
- ### Tagging
9
+ ### Cache Tagging
18
10
19
11
* Added: ` MaxHeaderValueLengthFormatter ` to allow splitting cache tag headers into
20
12
multiple headers.
21
13
14
+ ### Symfony HttpCache
15
+
16
+ * Have cache invalidator check for presence of Psr6Store for a better guess
17
+ whether the cache really is TagCapable or not.
18
+
22
19
2.4.0
23
20
-----
24
21
25
- ### Symfony
22
+ ### Symfony HttpCache
26
23
27
24
* Added: ` CleanupCacheTagsListener ` to remove the cache tags header from the final
28
25
response that is sent to the client. Add this listener to your cache kernel.
You can’t perform that action at this time.
0 commit comments