File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,14 @@ Changelog
3
3
4
4
See also the [ GitHub releases page] ( https://github.com/FriendsOfSymfony/FOSHttpCache/releases ) .
5
5
6
+ unreleased
7
+ ----------
8
+
9
+ ### Varnish
10
+
11
+ * Fixed: Remove the xkey header in vcl_deliver if we are not in debug mode
12
+ * Do not cleanup the Vary header and keep the user context hash if we are in debug mode
13
+
6
14
2.5.1
7
15
-----
8
16
@@ -31,7 +39,7 @@ See also the [GitHub releases page](https://github.com/FriendsOfSymfony/FOSHttpC
31
39
* Added: ` CleanupCacheTagsListener ` to remove the cache tags header from the final
32
40
response that is sent to the client. Add this listener to your cache kernel.
33
41
34
- ### Tagging
42
+ ### Cache Tagging
35
43
36
44
* Improved: The ` ResponseTagger ` does now remove duplicate tags.
37
45
You can’t perform that action at this time.
0 commit comments