Skip to content

Commit 3048ff8

Browse files
committed
1.147.0rc1
1 parent 98a540a commit 3048ff8

File tree

13 files changed

+28
-11
lines changed

13 files changed

+28
-11
lines changed

CHANGES.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# Synapse 1.147.0rc1 (2026-02-03)
2+
3+
## Bugfixes
4+
5+
- Fix memory leak caused by not cleaning up stopped looping calls. Introduced in v1.140.0. ([\#19416](https://github.com/element-hq/synapse/issues/19416))
6+
- Fix a typo that incorrectly made `setuptools_rust` a runtime dependency. ([\#19417](https://github.com/element-hq/synapse/issues/19417))
7+
8+
## Internal Changes
9+
10+
- Prune stale entries from `sliding_sync_connection_required_state` table. ([\#19306](https://github.com/element-hq/synapse/issues/19306))
11+
- Update "Event Send Time Quantiles" graph to only use dots for the event persistence rate (Grafana dashboard). ([\#19399](https://github.com/element-hq/synapse/issues/19399))
12+
- Update and align Grafana dashboard to use regex matching for `job` selectors (`job=~"$job"`) so the "all" value works correctly across all panels. ([\#19400](https://github.com/element-hq/synapse/issues/19400))
13+
- Don't retry joining partial state rooms all at once on startup. ([\#19402](https://github.com/element-hq/synapse/issues/19402))
14+
- Disallow requests to the health endpoint from containing trailing path characters. ([\#19405](https://github.com/element-hq/synapse/issues/19405))
15+
- Add notes that new experimental features should have associated tracking issues. ([\#19410](https://github.com/element-hq/synapse/issues/19410))
16+
- Bump `pyo3` from 0.26.0 to 0.27.2 and `pythonize` from 0.26.0 to 0.27.0. Contributed by @razvp @ ERCOM. ([\#19412](https://github.com/element-hq/synapse/issues/19412))
17+
18+
19+
20+
121
# Synapse 1.146.0 (2026-01-27)
222

323
No significant changes since 1.146.0rc1.

changelog.d/19306.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/19399.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/19400.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/19402.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/19405.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/19410.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/19412.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/19416.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/19417.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)