Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Apr 24, 2018
2 parents dfe5dcf + 860edff commit 9d7d4ec
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ access to other services.)

* User context is more reliable not cache when the hash mismatches. (E.g. after
login/logout.)

* The `ContextInvalidationLogoutHandler` has been deprecated in favor of the
`ContextInvalidationSessionLogoutHandler`. The original handler was called
after the invalidation of the session, and thus did not invalidate the session
it should have but a newly created one. You should remove the deprecated service
`fos_http_cache.user_context.logout_handler` from the logout.handlers section
of your firewall configuration.

* User context compatibility which was broken due to Symfony making responses
private if the session is started as of Symfony 3.4+.

Expand Down Expand Up @@ -162,6 +162,17 @@ access to other services.)
* Added an option `always_vary_on_context_hash` to make it possible to disable
automatically setting the vary headers for the user hash.

1.3.15
------

* Fix session_listener decoration when session is not enabled.

1.3.14
------

* User context compatibility which was broken due to Symfony making responses
private if the session is started as of Symfony 3.4+.

1.3.13
------

Expand Down

0 comments on commit 9d7d4ec

Please sign in to comment.