From 8cb161e99718572d704fa8d68b103c5cfc6c3ca4 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 15 Aug 2023 13:14:34 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 10 ++++++++++ CloudronManifest.json | 4 ++-- Dockerfile | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d487fce..32a33fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1022,3 +1022,13 @@ * 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) +[1.73.0] +* Update Synapse to 1.90.0 +* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.90.0) +* Scope transaction IDs to devices (implement MSC3970). (#15629) +* Remove old rows from the cache_invalidation_stream_by_instance table automatically (this table is unused in SQLite). (#15868) +* Fix a long-standing bug where purging history and paginating simultaneously could lead to database corruption when using workers. (#15791) +* Fix a long-standing bug where profile endpoint returned a 404 when the user's display name was empty. (#16012) +* Fix a long-standing bug where the synapse_port_db failed to configure sequences for application services and partial stated rooms. (#16043) +* Fix long-standing bug with deletion in dehydrated devices v2. (#16046) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 60ca186..6c5cfd6 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.72.0", - "upstreamVersion": "1.89.0", + "version": "1.73.0", + "upstreamVersion": "1.90.0", "healthCheckPath": "/", "httpPort": 8008, "memoryLimit": 536870912, diff --git a/Dockerfile b/Dockerfile index b12dccf..dfdb0c8 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.89.0 +ARG VERSION=1.90.0 # https://github.com/matrix-org/synapse-s3-storage-provider ARG STORAGE_PROVIDER_VERSION=1beb6af95e1f5caedb8e6e7e1cc176cdb2106d37