From 53e8a3c14abd30a4499e7d4c0014e7233186ec65 Mon Sep 17 00:00:00 2001 From: Devon Hudson Date: Tue, 27 Jan 2026 08:45:02 -0700 Subject: [PATCH] 1.146.0 --- CHANGES.md | 8 +++++++- debian/changelog | 6 ++++++ pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 508b1b9b35..516ac4dbfa 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,10 +1,16 @@ -# Synapse 1.146.0rc1 (2026-01-20) +# Synapse 1.146.0 (2026-01-27) + +No significant changes since 1.146.0rc1. ## Deprecations and Removals - [MSC2697](https://github.com/matrix-org/matrix-spec-proposals/pull/2697) (Dehydrated devices) has been removed, as the MSC is closed. Developers should migrate to [MSC3814](https://github.com/matrix-org/matrix-spec-proposals/pull/3814). ([\#19346](https://github.com/element-hq/synapse/issues/19346)) - Support for Ubuntu 25.04 (Plucky Puffin) has been dropped. Synapse no longer builds debian packages for Ubuntu 25.04. + + +# Synapse 1.146.0rc1 (2026-01-20) + ## Features - Add a new config option [`enable_local_media_storage`](https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html#enable_local_media_storage) which controls whether media is additionally stored locally when using configured `media_storage_providers`. Setting this to `false` allows off-site media storage without a local cache. Contributed by Patrice Brend'amour @dr.allgood. ([\#19204](https://github.com/element-hq/synapse/issues/19204)) diff --git a/debian/changelog b/debian/changelog index d73e441abd..ac013ba1b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +matrix-synapse-py3 (1.146.0) stable; urgency=medium + + * New Synapse release 1.146.0. + + -- Synapse Packaging team Tue, 27 Jan 2026 08:43:59 -0700 + matrix-synapse-py3 (1.146.0~rc1) stable; urgency=medium * New Synapse release 1.146.0rc1. diff --git a/pyproject.toml b/pyproject.toml index 80b70edbd9..d61f7177bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "matrix-synapse" -version = "1.146.0rc1" +version = "1.146.0" description = "Homeserver for the Matrix decentralised comms protocol" readme = "README.rst" authors = [