Skip to content

Commit dee6ba5

Browse files
committed
Merge branch 'release-v1.139' into develop
2 parents 6ff181d + e2ec3b7 commit dee6ba5

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Synapse 1.139.0rc3 (2025-09-25)
2+
3+
## Bugfixes
4+
5+
- Fix a bug introduced in 1.139.0rc1 where `run_coroutine_in_background(...)` incorrectly handled logcontexts, resulting in partially broken logging. ([\#18964](https://github.com/element-hq/synapse/issues/18964))
6+
7+
8+
9+
110
# Synapse 1.139.0rc2 (2025-09-23)
211

312
## Internal Changes

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.0~rc3) stable; urgency=medium
2+
3+
* New Synapse release 1.139.0rc3.
4+
5+
-- Synapse Packaging team <[email protected]> Thu, 25 Sep 2025 12:13:23 +0100
6+
17
matrix-synapse-py3 (1.139.0~rc2) stable; urgency=medium
28

39
* New Synapse release 1.139.0rc2.

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.138.2"
104+
version = "1.139.0rc3"
105105
description = "Homeserver for the Matrix decentralised comms protocol"
106106
authors = ["Matrix.org Team and Contributors <[email protected]>"]
107107
license = "AGPL-3.0-or-later"

0 commit comments

Comments
 (0)