Zulip logo

Zulip

Open-source team chat with unique topic-based threading

Alternative to: slack, microsoft teams, discord


About Versions (100)

3.2

2020-09-15

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.