11.5
Zulip Server 11.5
Added 4
- Offer a button when pasting to upload large pastes as a text file attachment
- Added a postfix.uninstall setting in zulip.conf to leave postfix installed for sites using Postfix as an outgoing mailserver
- Added a application_server.custom_ca_path setting in zulip.conf to specify a custom CA to trust for OIDC servers with custom certificates
- Added additional validation of hostnames
Changed 8
- Changed the camo User-Agent to report itself as Zulip Server along with its version
- Improved the jump to first unread banner logic
- Improved RocketChat import tooling
- Improved Mattermost import tooling
- Improved the initial installation experience when configuring proxies
- Replaced ./manage.py checkconfig with ./manage.py check and added more config validations to the checks
- Started respecting memory limits set from cgroups for Docker usage
- Adjusted setup-certbot to run all hooks upon first install for Docker and sites moving from self-signed certs to Certbot
Fixed 6
- Fixed channel links for reminders in private channels
- Worked around a bug in Safari 17 with certain Unicode characters in user names
- Fixed the behavior of the down arrow keyboard shortcut when the last message was long
- Fixed topic typeahead to never open downwards
- Fixed broken emoji in channel descriptions of imported organizations
- Fixed imports from Zulip exports which lacked some avatar thumbnails
Removed 1
- Removed some unnecessary permissions previously requested by the Slack integration
Security 1
- Fixed stored XSS vulnerabilities in administrative actions on user profiles susceptible through group names or channel names
Released 2026-02-05
- CVE-2026-24050: Some administrative actions on the user profile were susceptible to stored XSS in group names or channel names. Exploiting these vulnerabilities required the user explicitly interacting with the problematic object.
- Start offering a button, when pasting, to upload large pastes as a text file attachment.
- Changed the camo
User-Agentto report itself as Zulip Server, along with its version. - Fixed channel links for reminders in private channels.
- Worked around a bug in Safari 17 with certain Unicode characters in user names.
- Improved the “jump to first unread?” banner logic.
- Fixed the behavior of the down arrow keyboard shortcut when the last message was long.
- Fixed topic typeahead to never open downwards.
- Removed some unnecessary permissions previously requested by the Slack integration.
- Improved RocketChat import tooling.
- Improved Mattermost import tooling.
- Updated Slack export instructions.
- Fixed broken emoji in channel descriptions of imported organizations.
- Fixed imports from Zulip exports, which lacked some avatar thumbnails.
- Improved the initial installation experience when configuring proxies.
- Added a
postfix.uninstallsetting inzulip.confto leavepostfixinstalled, for sites which use Postfix as an outgoing mailserver. - Added a
application_server.custom_ca_pathsetting inzulip.confto specifying a custom CA to trust (e.g., for OIDC servers with custom certificates). - Replaced
./manage.py checkconfigwith./manage.py check, and added more config validations to the checks. - Added additional validation of hostnames.
- Started respecting memory limits set from cgroups, for Docker usage.
- Adjusted
setup-certbotto run all hooks upon first install, both for Docker, and for sites moving from self-signed certs to Certbot. - Degrade gracefully when
hunspellstemming dictionaries are not installed (i.e. with a remote stock PostgreSQL) rather than requiring an install or configuration option. - Allowed files in
/etc/zulipto be symlinks to other locations. - Start auto-generating Sphinx labels for documentation, not just header anchors.
- Simplified how
CREATE SCHEMAandsearch_pathis configured in PostgreSQL. - Fixed a long-standing bug where metadata in S3 for attachments from the email gateway was incorrect.
- Move character-set detection for text content to before S3 upload, so it is stored there.
- Fixed a bug which mistakenly downloaded whole text file contents when attempting to guess their content-type.
- Added per-message incoming email server logging, and adjusted log levels of other email server processes.
- Added an
application_server.nginx_worker_processessetting inzulip.confto adjust the number of nginxworker_processes. - Improved Tornado resharding tooling.
- Renamed GIF picker integrations to be generic.
- Updated translations from Weblate.