Skip to content

Commit

Permalink
Merge pull request #567 from gigo6000/patch-1
Browse files Browse the repository at this point in the history
Update 2.0.0 upgrade notes
  • Loading branch information
B-Galati authored Apr 1, 2020
2 parents a9444a5 + da9ad34 commit 6144d22
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion UPDATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6144d22

Please sign in to comment.