Zulip v3.1 Release Notes

Release Date: 2020-07-30 // over 3 years ago
  • 3.1 -- July 30, 2020

    • โœ‚ Removed unused short_name field from the User model. This field
      had no purpose and could leak the local part of email addresses
      when email address visiblity was restricted.
    • ๐Ÿ›  Fixed a bug where loading spinners would sometimes not be displayed.
    • ๐Ÿ›  Fixed incoming email gateway exception with unstructured headers.
    • ๐Ÿ›  Fixed AlertWords not being included in data import/export.
    • ๐Ÿ›  Fixed Twitter previews not including a clear link to the tweet.
    • ๐Ÿ›  Fixed compose box incorrectly opening after uploading a file in a
      message edit widget.
    • ๐Ÿ›  Fixed exception in SAML integration with encrypted assertions.
    • ๐Ÿ›  Fixed an analytics migration bug that could cause upgrading from 2.x
      ๐Ÿš€ releases to fail.
    • โž• Added a Thinkst Canary integration (and renamed the old one, which
      was actually an integration for canarytokens.org).
    • Reformatted the frontend codebase using prettier. This change was
      ๐Ÿš€ included in this maintenance release to ensure backporting patches
      from master remains easy.