Migrating from 1.21.1 to 1.22.0
We've added an additional httpOnly token for enhanced security in browsers. All currently authenticated users will remain logged in without the new token. To force them to receive it immediately, you can automatically log them out by generating and setting a new SECRET_KEY
, which will require them to log in again.
What's Changed
- feat: Ability to show detailed auth errors, set to false by default (#860)
- feat: Additional httpOnly token for enhanced security in browsers
- feat: Google Chat notifications (#867)
- feat: Change update strategy in case of persistence in Helm (#876)
- fix: Preserve extension for attachments with long filename
- fix: Update Russian translation (#857)
- fix: Update Spanish translation (#861)
- fix: Update French translation (#862)
New Contributors
- @tylersweat made their first contribution in #861
- @maelgangloff made their first contribution in #867
- @alineIntersec made their first contribution in #876
Full Changelog: v1.21.1...v1.22.0