From da9ad344b279b8a3b62be2754a2fd0fdc856b7f0 Mon Sep 17 00:00:00 2001 From: Carlos Mafla Date: Fri, 20 Mar 2020 11:36:20 -0500 Subject: [PATCH] Update 2.0.0 upgrade notes Mention that is required to use a `handler_id` if you are using Redis sessions. --- UPDATE.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/UPDATE.md b/UPDATE.md index 56841fab..7f3d2fcb 100644 --- a/UPDATE.md +++ b/UPDATE.md @@ -40,10 +40,18 @@ - The session keys changed from `$prefix:$key` to simply `$prefix$key`, no more `:` added in the middle, so add it to your prefix if you want one. + +- If you are using Redis sessions make sure to activate the `snc_redis.session.handler` service at `framework.session.handler_id`: +``` yaml +framework: + ... + session: + handler_id: snc_redis.session.handler +``` - The argument truncation limit in the logs was increased from 32 bytes to 10KB. - + ## 1.0.11 and 1.1.6 ## The monolog handler was renamed from `monolog.handler.redis` to