From 9e387f791516952e9f3a8ede26c963f6bc9c782d Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 1 Aug 2023 13:20:27 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 16 ++++++++++++++++ CloudronManifest.json | 4 ++-- Dockerfile | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c208bab..d487fce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1006,3 +1006,19 @@ * Contributed by @PaarthShah. (#15862) * Correctly resize thumbnails with pillow version >=10. (#15876) +[1.72.0] +* Update Synapse to 1.89.0 +* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.89.0) +* Add Unix Socket support for HTTP Replication Listeners. Document and provide usage instructions for utilizing Unix sockets in Synapse. Contributed by Jason Little. (#15708, #15924) +* Allow + in Matrix IDs, per MSC4009. (#15911) +* Support room version 11 from MSC3820. (#15912) +* Allow configuring the set of workers to proxy outbound federation traffic through via outbound_federation_restricted_to. (#15913, #15969) +* Implement MSC3814, dehydrated devices v2/shrivelled sessions and move MSC2697 behind a config flag. Contributed by Nico from Famedly, H-Shay and poljar. (#15929) +* Fix a long-standing bug where remote invites weren't correctly pushed. (#15820) +* Fix background schema updates failing over a large upgrade gap. (#15887) +* Fix a bug introduced in 1.86.0 where Synapse starting with an empty experimental_features configuration setting. (#15925) +* Fixed deploy annotations in the provided Grafana dashboard config, so that it shows for any homeserver and not just matrix.org. Contributed by @wrjlewis. (#15957) +* Ensure a long state res does not starve CPU by occasionally yielding to the reactor. (#15960) +* Properly handle redactions of creation events. (#15973) +* Fix a bug where resyncing stale device lists could block responding to federation transactions, and thus delay receiving new data from the remote server. (#15975) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 3d76c6e..60ca186 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.71.0", - "upstreamVersion": "1.88.0", + "version": "1.72.0", + "upstreamVersion": "1.89.0", "healthCheckPath": "/", "httpPort": 8008, "memoryLimit": 536870912, diff --git a/Dockerfile b/Dockerfile index ab308a0..b12dccf 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=1.88.0 +ARG VERSION=1.89.0 # https://github.com/matrix-org/synapse-s3-storage-provider ARG STORAGE_PROVIDER_VERSION=1beb6af95e1f5caedb8e6e7e1cc176cdb2106d37