Zulip v3.2 Release Notes

Release Date: 2020-09-15 // over 3 years ago
  • 3.2 -- September 15, 2020

    • Switched from libmemcached to python-binary-memcached, a
      pure-Python implementation; this should eliminate memcached
      connection problems affecting some installations.
    • โœ‚ Removed unnecessary django-cookies-samesite dependency, which had
      ๐Ÿš€ its latest release removed from PyPI (breaking installation of Zulip
      3.1).
    • Limited which local email addresses Postfix accepts when the
      incoming email integration is enabled; this prevents the enumeration
      of local users via the email system.
    • ๐Ÿ›  Fixed incorrectly case-sensitive email validation in REMOTE_USER
      authentication.
    • ๐Ÿ›  Fixed search results for has:image.
    • ๐Ÿ›  Fixed ability to adjust "Who can post on the stream" configuration.
    • ๐Ÿ›  Fixed display of "Permission [to post] will be granted in n days"
      for n > 365.
    • Support providing nginx_listen_port setting in conjunction with
      http_only in zulip.conf.
    • ๐Ÿ‘Œ Improved upgrade documentation.
    • โœ‚ Removed internal ID lists which could leak into the events API.