Skip to content

v1.22.0

Latest
Compare
Choose a tag to compare
@meltyshev meltyshev released this 16 Sep 19:35
· 1 commit to master since this release

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

Full Changelog: v1.21.1...v1.22.0