Skip to content

Commit bfafd0f

Browse files
committed
1.127.0rc1
1 parent d61bdff commit bfafd0f

File tree

8 files changed

+36
-7
lines changed

8 files changed

+36
-7
lines changed

CHANGES.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# Synapse 1.127.0rc1 (2025-03-18)
2+
3+
### Features
4+
5+
- Update [MSC4140](https://github.com/matrix-org/matrix-spec-proposals/pull/4140) implementation to no longer cancel a user's own delayed state events with an event type & state key that match a more recent state event sent by that user. ([\#17810](https://github.com/element-hq/synapse/issues/17810))
6+
7+
### Improved Documentation
8+
9+
- Fixed a minor typo in the Synapse documentation. Contributed by @karuto12. ([\#18224](https://github.com/element-hq/synapse/issues/18224))
10+
11+
### Internal Changes
12+
13+
- Remove undocumented `SYNAPSE_USE_FROZEN_DICTS` environment variable. ([\#18123](https://github.com/element-hq/synapse/issues/18123))
14+
- Fix detection of workflow failures in the release script. ([\#18211](https://github.com/element-hq/synapse/issues/18211))
15+
- Add caching support to media endpoints. ([\#18235](https://github.com/element-hq/synapse/issues/18235))
16+
17+
18+
19+
### Updates to locked dependencies
20+
21+
* Bump anyhow from 1.0.96 to 1.0.97. ([\#18201](https://github.com/element-hq/synapse/issues/18201))
22+
* Bump bcrypt from 4.2.1 to 4.3.0. ([\#18207](https://github.com/element-hq/synapse/issues/18207))
23+
* Bump bytes from 1.10.0 to 1.10.1. ([\#18227](https://github.com/element-hq/synapse/issues/18227))
24+
* Bump http from 1.2.0 to 1.3.1. ([\#18245](https://github.com/element-hq/synapse/issues/18245))
25+
* Bump sentry-sdk from 2.19.2 to 2.22.0. ([\#18205](https://github.com/element-hq/synapse/issues/18205))
26+
* Bump serde from 1.0.218 to 1.0.219. ([\#18228](https://github.com/element-hq/synapse/issues/18228))
27+
* Bump serde_json from 1.0.139 to 1.0.140. ([\#18202](https://github.com/element-hq/synapse/issues/18202))
28+
* Bump ulid from 1.2.0 to 1.2.1. ([\#18246](https://github.com/element-hq/synapse/issues/18246))
29+
130
# Synapse 1.126.0 (2025-03-11)
231
Administrators using the Debian/Ubuntu packages from `packages.matrix.org`, please check
332
[the relevant section in the upgrade notes](https://github.com/element-hq/synapse/blob/release-v1.126/docs/upgrade.md#change-of-signing-key-expiry-date-for-the-debianubuntu-package-repository)

changelog.d/17810.feature

-1
This file was deleted.

changelog.d/18123.misc

-1
This file was deleted.

changelog.d/18211.misc

-1
This file was deleted.

changelog.d/18224.doc

-2
This file was deleted.

changelog.d/18235.misc

-1
This file was deleted.

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
matrix-synapse-py3 (1.127.0~rc1) stable; urgency=medium
2+
3+
* New Synapse release 1.127.0rc1.
4+
5+
-- Synapse Packaging team <[email protected]> Tue, 18 Mar 2025 13:30:05 +0000
6+
17
matrix-synapse-py3 (1.126.0) stable; urgency=medium
28

39
* New Synapse release 1.126.0.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ module-name = "synapse.synapse_rust"
9797

9898
[tool.poetry]
9999
name = "matrix-synapse"
100-
version = "1.126.0"
100+
version = "1.127.0rc1"
101101
description = "Homeserver for the Matrix decentralised comms protocol"
102102
authors = ["Matrix.org Team and Contributors <[email protected]>"]
103103
license = "AGPL-3.0-or-later"

0 commit comments

Comments
 (0)