Skip to content

Commit

Permalink
Release Zulip Server 8.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
timabbott committed Feb 16, 2024
1 parent d2e95f2 commit a9fa229
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions docs/overview/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,29 @@ up-to-date list of all changes.

## Zulip Server 8.x series

### Zulip Server 8.2

_Released 2024-02-16_

- Fixed an error reporting bug that caused an email to be sent to the
server administrator each time that the server had a failed attempt
to send a mobile push notification. This bug could cause a lot of
error emails on servers that are registered with the [Mobile Push
Notification Service][mobile-push], but are not signed up for a plan
that includes access to this service, or not [uploading basic
metadata][mobile-push-metadata] required to verify eligibility for
free access to the service.
- Fixed several scroll position bugs encountered when entering a
conversation view, most importantly when opening a direct message
conversation.
- Fixed a minor bug in the organization settings UI.
- Improved rate-limiting logic to avoid errors when loading the app for some users.
- Adjusted memory usage configuration to reduce memory usage to avoid
OOM kills on systems with close to 4GiB of RAM, and require less
tuning for larger systems.
- Upgraded dependencies.
- Updated translations.

### Zulip Server 8.1

_Released 2024-01-24_
Expand Down
4 changes: 2 additions & 2 deletions version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

ZULIP_VERSION = "8.1+git"
ZULIP_VERSION = "8.2"

# Add information on number of commits and commit hash to version, if available
zulip_git_version_file = os.path.join(
Expand All @@ -14,7 +14,7 @@
ZULIP_MERGE_BASE = lines.pop(0).strip()

LATEST_MAJOR_VERSION = "8.0"
LATEST_RELEASE_VERSION = "8.1"
LATEST_RELEASE_VERSION = "8.2"
LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.com/2023/12/15/zulip-8-0-released/"

# Versions of the desktop app below DESKTOP_MINIMUM_VERSION will be
Expand Down

0 comments on commit a9fa229

Please sign in to comment.