Skip to content

Commit 9ad3f0c

Browse files
committed
Merge branch 'master' into develop
2 parents e7dd5d3 + 53e8a3c commit 9ad3f0c

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1-
# Synapse 1.146.0rc1 (2026-01-20)
1+
# Synapse 1.146.0 (2026-01-27)
2+
3+
No significant changes since 1.146.0rc1.
24

35
## Deprecations and Removals
46

57
- [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))
68
- Support for Ubuntu 25.04 (Plucky Puffin) has been dropped. Synapse no longer builds debian packages for Ubuntu 25.04.
79

10+
11+
12+
# Synapse 1.146.0rc1 (2026-01-20)
13+
814
## Features
915

1016
- 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))

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
matrix-synapse-py3 (1.146.0) stable; urgency=medium
2+
3+
* New Synapse release 1.146.0.
4+
5+
-- Synapse Packaging team <packages@matrix.org> Tue, 27 Jan 2026 08:43:59 -0700
6+
17
matrix-synapse-py3 (1.146.0~rc1) stable; urgency=medium
28

39
* New Synapse release 1.146.0rc1.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "matrix-synapse"
3-
version = "1.146.0rc1"
3+
version = "1.146.0"
44
description = "Homeserver for the Matrix decentralised comms protocol"
55
readme = "README.rst"
66
authors = [

0 commit comments

Comments
 (0)