From 82bc13b9ccc3c73c8d20210b505f1d710ebea18b Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 11 Apr 2023 17:00:21 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 23 +++++++++++++++++++++++ CloudronManifest.json | 4 ++-- Dockerfile | 2 +- 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 048488a..aa29976 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -881,3 +881,26 @@ * Faster joins: Fix a bug introduced in Synapse 1.66 where spurious "Failed to find memberships ..." errors would be logged. (#15232) * Fix a long-standing error when sending message into deleted room. (#15235) +[1.64.0] +* Update Synapse to 1.81.0 +* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.81.0) +* Fix the set_device_id_for_pushers_txn background update crash. (#15391) +* Add the ability to enable/disable registrations when in the OIDC flow. (#14978) +* Add a primitive helper script for listing worker endpoints. (#15243) +* Experimental support for passing One Time Key and device key requests to application services (MSC3983 and MSC3984). (#15314, #15321) +* Allow loading /password_policy endpoint on workers. (#15331) +* Add experimental support for Unix sockets. Contributed by Jason Little. (#15353) +* Build Debian packages for Ubuntu 23.04 (Lunar Lobster). (#15381) +* Fix a long-standing bug where edits of non-m.room.message events would not be correctly bundled. (#15295) +* Fix a bug introduced in Synapse v1.55.0 which could delay remote homeservers being able to decrypt encrypted messages sent by local users. (#15297) +* Add a check to SQLite port_db script +* to ensure that the sqlite database passed to the script exists before trying to port from it. (#15306) +* Fix a bug introduced in Synapse 1.76.0 where responses from worker deployments could include an internal _INT_STREAM_POS key. (#15309) +* Fix a long-standing bug that Synpase only used the legacy appservice routes. (#15317) +* Fix a long-standing bug preventing users from rejoining rooms after being banned and unbanned over federation. Contributed by Nico. (#15323) +* Fix bug in worker mode where on a rolling restart of workers the "typing" worker would consume 100% CPU until it got restarted. (#15332) +* Fix a long-standing bug where some to_device messages could be dropped when using workers. (#15349) +* Fix a bug introduced in Synapse 1.70.0 where the background sync from a faster join could spin for hours when one of the events involved had been marked for backoff. (#15351) +* Fix missing app variable in mail subject for password resets. Contributed by Cyberes. (#15352) +* Fix a rare bug introduced in Synapse 1.66.0 where initial syncs would fail when the user had been kicked from a faster joined room that had not finished syncing. (#15383) + diff --git a/CloudronManifest.json b/CloudronManifest.json index a5378f2..f31768b 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG.md", "tagline": "Secure & decentralized communication", - "version": "1.63.0", - "upstreamVersion": "1.80.0", + "version": "1.64.0", + "upstreamVersion": "1.81.0", "healthCheckPath": "/", "httpPort": 8008, "memoryLimit": 536870912, diff --git a/Dockerfile b/Dockerfile index 95c0ea0..6d7a127 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN virtualenv -p python3 /app/code/env ENV VIRTUAL_ENV=/app/code/env ENV PATH="$VIRTUAL_ENV/bin:$PATH" -ARG VERSION=v1.80.0 +ARG VERSION=v1.81.0 # https://github.com/matrix-org/synapse-s3-storage-provider ARG STORAGE_PROVIDER_VERSION=fa27fa1a92bcbeb42b10399641348bee0ddf2c72