Skip to content

Commit 21d125e

Browse files
committed
Merge branch 'master' into develop
2 parents 38afd10 + 638fa0f commit 21d125e

3 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Synapse 1.139.2 (2025-10-07)
2+
3+
## Bugfixes
4+
5+
- Fix a bug introduced in 1.139.1 where a client could receive an Internal Server Error if they set `device_keys: null` in the request to [`POST /_matrix/client/v3/keys/upload`](https://spec.matrix.org/v1.16/client-server-api/#post_matrixclientv3keysupload). ([\#19023](https://github.com/element-hq/synapse/issues/19023))
6+
7+
8+
9+
110
# Synapse 1.139.1 (2025-10-07)
211

312
## Security Fixes

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.139.2) stable; urgency=medium
2+
3+
* New Synapse release 1.139.2.
4+
5+
-- Synapse Packaging team <packages@matrix.org> Tue, 07 Oct 2025 16:29:47 +0100
6+
17
matrix-synapse-py3 (1.139.1) stable; urgency=medium
28

39
* New Synapse release 1.139.1.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ module-name = "synapse.synapse_rust"
101101

102102
[tool.poetry]
103103
name = "matrix-synapse"
104-
version = "1.139.1"
104+
version = "1.139.2"
105105
description = "Homeserver for the Matrix decentralised comms protocol"
106106
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
107107
license = "AGPL-3.0-or-later OR LicenseRef-Element-Commercial"

0 commit comments

Comments
 (0)