File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -61,14 +61,14 @@ access to other services.)
6161
6262* User context is more reliable not cache when the hash mismatches. (E.g. after
6363 login/logout.)
64-
64+
6565* The ` ContextInvalidationLogoutHandler ` has been deprecated in favor of the
6666 ` ContextInvalidationSessionLogoutHandler ` . The original handler was called
6767 after the invalidation of the session, and thus did not invalidate the session
6868 it should have but a newly created one. You should remove the deprecated service
6969 ` fos_http_cache.user_context.logout_handler ` from the logout.handlers section
7070 of your firewall configuration.
71-
71+
7272* User context compatibility which was broken due to Symfony making responses
7373 private if the session is started as of Symfony 3.4+.
7474
@@ -162,6 +162,17 @@ access to other services.)
162162* Added an option ` always_vary_on_context_hash ` to make it possible to disable
163163 automatically setting the vary headers for the user hash.
164164
165+ 1.3.15
166+ ------
167+
168+ * Fix session_listener decoration when session is not enabled.
169+
170+ 1.3.14
171+ ------
172+
173+ * User context compatibility which was broken due to Symfony making responses
174+ private if the session is started as of Symfony 3.4+.
175+
1651761.3.13
166177------
167178
You can’t perform that action at this time.
0 commit comments