Skip to content

Commit 932cb0a

Browse files
committed
1.113.0rc1
1 parent 2dad718 commit 932cb0a

20 files changed

+51
-18
lines changed

CHANGES.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
# Synapse 1.113.0rc1 (2024-08-06)
2+
3+
### Features
4+
5+
- Track which rooms have been sent to clients in the experimental [MSC3575](https://github.com/matrix-org/matrix-spec-proposals/pull/3575) Sliding Sync `/sync` endpoint. ([\#17447](https://github.com/element-hq/synapse/issues/17447))
6+
- Add Account Data extension support to experimental [MSC3575](https://github.com/matrix-org/matrix-spec-proposals/pull/3575) Sliding Sync `/sync` endpoint. ([\#17477](https://github.com/element-hq/synapse/issues/17477))
7+
- Add receipts extension support to experimental [MSC3575](https://github.com/matrix-org/matrix-spec-proposals/pull/3575) Sliding Sync `/sync` endpoint. ([\#17489](https://github.com/element-hq/synapse/issues/17489))
8+
- Add typing notification extension support to experimental [MSC3575](https://github.com/matrix-org/matrix-spec-proposals/pull/3575) Sliding Sync `/sync` endpoint. ([\#17505](https://github.com/element-hq/synapse/issues/17505))
9+
10+
### Bugfixes
11+
12+
- Update experimental [MSC3575](https://github.com/matrix-org/matrix-spec-proposals/pull/3575) Sliding Sync `/sync` endpoint to handle invite/knock rooms when filtering. ([\#17450](https://github.com/element-hq/synapse/issues/17450))
13+
- Fix a bug introduced in v1.110.0 which caused `/keys/query` to return incomplete results, leading to high network activity and CPU usage on Matrix clients. ([\#17499](https://github.com/element-hq/synapse/issues/17499))
14+
15+
### Improved Documentation
16+
17+
- Update the [`allowed_local_3pids`](https://element-hq.github.io/synapse/v1.112/usage/configuration/config_documentation.html#allowed_local_3pids) config option's msisdn address to a working example. ([\#17476](https://github.com/element-hq/synapse/issues/17476))
18+
19+
### Internal Changes
20+
21+
- Change sliding sync to use their own token format in preparation for storing per-connection state. ([\#17452](https://github.com/element-hq/synapse/issues/17452))
22+
- Ensure we don't send down negative `bump_stamp` in experimental sliding sync endpoint. ([\#17478](https://github.com/element-hq/synapse/issues/17478))
23+
- Do not send down empty room entries down experimental sliding sync endpoint. ([\#17479](https://github.com/element-hq/synapse/issues/17479))
24+
- Refactor Sliding Sync tests to better utilize the `SlidingSyncBase`. ([\#17481](https://github.com/element-hq/synapse/issues/17481), [\#17482](https://github.com/element-hq/synapse/issues/17482))
25+
- Add some opentracing tags and logging to the experimental sliding sync implementation. ([\#17501](https://github.com/element-hq/synapse/issues/17501))
26+
- Split and move Sliding Sync tests so we have some more sane test file sizes. ([\#17504](https://github.com/element-hq/synapse/issues/17504))
27+
- Update the `limited` field description in the Sliding Sync response to accurately describe what it actually represents. ([\#17507](https://github.com/element-hq/synapse/issues/17507))
28+
- Easier to understand `timeline` assertions in Sliding Sync tests. ([\#17511](https://github.com/element-hq/synapse/issues/17511))
29+
- Reset the sliding sync connection if we don't recognize the per-connection state position. ([\#17529](https://github.com/element-hq/synapse/issues/17529))
30+
31+
32+
33+
### Updates to locked dependencies
34+
35+
* Bump bcrypt from 4.1.3 to 4.2.0. ([\#17495](https://github.com/element-hq/synapse/issues/17495))
36+
* Bump black from 24.4.2 to 24.8.0. ([\#17522](https://github.com/element-hq/synapse/issues/17522))
37+
* Bump phonenumbers from 8.13.39 to 8.13.42. ([\#17521](https://github.com/element-hq/synapse/issues/17521))
38+
* Bump ruff from 0.5.4 to 0.5.5. ([\#17494](https://github.com/element-hq/synapse/issues/17494))
39+
* Bump serde_json from 1.0.120 to 1.0.121. ([\#17493](https://github.com/element-hq/synapse/issues/17493))
40+
* Bump serde_json from 1.0.121 to 1.0.122. ([\#17525](https://github.com/element-hq/synapse/issues/17525))
41+
* Bump towncrier from 23.11.0 to 24.7.1. ([\#17523](https://github.com/element-hq/synapse/issues/17523))
42+
* Bump types-pyopenssl from 24.1.0.20240425 to 24.1.0.20240722. ([\#17496](https://github.com/element-hq/synapse/issues/17496))
43+
* Bump types-setuptools from 70.1.0.20240627 to 71.1.0.20240726. ([\#17497](https://github.com/element-hq/synapse/issues/17497))
44+
145
# Synapse 1.112.0 (2024-07-30)
246

347
This security release is to update our locked dependency on Twisted to 24.7.0rc1, which includes a security fix for [CVE-2024-41671 / GHSA-c8m8-j448-xjx7: Disordered HTTP pipeline response in twisted.web, again](https://github.com/twisted/twisted/security/advisories/GHSA-c8m8-j448-xjx7).

changelog.d/17447.feature

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

changelog.d/17450.bugfix

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

changelog.d/17452.misc

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

changelog.d/17476.doc

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

changelog.d/17477.feature

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

changelog.d/17478.misc

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

changelog.d/17479.misc

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

changelog.d/17481.misc

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

changelog.d/17482.misc

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

changelog.d/17489.feature

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

changelog.d/17499.bugfix

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

changelog.d/17501.misc

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

changelog.d/17504.misc

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

changelog.d/17505.feature

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

changelog.d/17507.misc

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

changelog.d/17511.misc

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

changelog.d/17529.misc

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

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.113.0~rc1) stable; urgency=medium
2+
3+
* New Synapse release 1.113.0rc1.
4+
5+
-- Synapse Packaging team <[email protected]> Tue, 06 Aug 2024 12:23:23 +0100
6+
17
matrix-synapse-py3 (1.112.0) stable; urgency=medium
28

39
* New Synapse release 1.112.0.

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.112.0"
100+
version = "1.113.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)