Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 41d177c

Browse files
committed
Merge branch 'master' into develop
2 parents 5851805 + eafdb12 commit 41d177c

File tree

6 files changed

+414
-5
lines changed

6 files changed

+414
-5
lines changed

CHANGES.md

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,40 @@
1-
Synapse 1.76.0rc2 (2023-01-27)
2-
==============================
1+
Synapse 1.76.0 (2023-01-31)
2+
===========================
33

4-
The 1.76 release is the first to enable faster joins ([MSC3706](https://github.com/matrix-org/matrix-spec-proposals/pull/3706) and [MSC3902](https://github.com/matrix-org/matrix-spec-proposals/pull/3902)) by default. Admins can opt-out: see [the upgrade notes](https://github.com/matrix-org/synapse/blob/release-v1.76/upgrade.md#faster-joins-are-enabled-by-default) for more details.
4+
The 1.76 release is the first to enable faster joins ([MSC3706](https://github.com/matrix-org/matrix-spec-proposals/pull/3706) and [MSC3902](https://github.com/matrix-org/matrix-spec-proposals/pull/3902)) by default. Admins can opt-out: see [the upgrade notes](https://github.com/matrix-org/synapse/blob/release-v1.76/docs/upgrade.md#faster-joins-are-enabled-by-default) for more details.
55

66
The upgrade from 1.75 to 1.76 changes the account data replication streams in a backwards-incompatible manner. Server operators running a multi-worker deployment should consult [the upgrade notes](https://github.com/matrix-org/synapse/blob/release-v1.76/docs/upgrade.md#changes-to-the-account-data-replication-streams).
77

88
Those who are `poetry install`ing from source using our lockfile should ensure their poetry version is 1.3.2 or higher; [see upgrade notes](https://github.com/matrix-org/synapse/blob/release-v1.76/docs/upgrade.md#minimum-version-of-poetry-is-now-132).
99

1010

11+
Notes on faster joins
12+
---------------------
13+
14+
The faster joins project sees the most benefit when joining a room with a large number of members (joined or historical). We expect it to be particularly useful for joining large public rooms like the [Matrix HQ](https://matrix.to/#/#matrix:matrix.org) or [Synapse Admins](https://matrix.to/#/#synapse:matrix.org) rooms.
15+
16+
After a faster join, Synapse considers that room "partially joined". In this state, you should be able to
17+
18+
- read incoming messages;
19+
- see incoming state changes, e.g. room topic changes; and
20+
- send messages, if the room is unencrypted.
21+
22+
Synapse has to spend more effort to complete the join in the background. Once this finishes, you will be able to
23+
24+
- send messages, if the room is in encrypted;
25+
- retrieve room history from before your join, if permitted by the room settings; and
26+
- access the full list of room members.
27+
28+
29+
Improved Documentation
30+
----------------------
31+
32+
- Describe the ideas and the internal machinery behind faster joins. ([\#14677](https://github.com/matrix-org/synapse/issues/14677))
33+
34+
35+
Synapse 1.76.0rc2 (2023-01-27)
36+
==============================
37+
1138
Bugfixes
1239
--------
1340

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.76.0) stable; urgency=medium
2+
3+
* New Synapse release 1.76.0.
4+
5+
-- Synapse Packaging team <packages@matrix.org> Tue, 31 Jan 2023 08:21:47 -0800
6+
17
matrix-synapse-py3 (1.76.0~rc2) stable; urgency=medium
28

39
* New Synapse release 1.76.0rc2.

docs/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
- [Log Contexts](log_contexts.md)
9898
- [Replication](replication.md)
9999
- [TCP Replication](tcp_replication.md)
100+
- [Faster remote joins](development/synapse_architecture/faster_joins.md)
100101
- [Internal Documentation](development/internal_documentation/README.md)
101102
- [Single Sign-On]()
102103
- [SAML](development/saml.md)

0 commit comments

Comments
 (0)