Commit 7d8e970
gdt
chat/matrix-synapse: Update to 1.109.0
# Synapse 1.109.0 (2024-06-18)
- Add the ability to auto-accept invites on the behalf of users. See
the
[`auto_accept_invites`](https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html#auto-accept-invites)
config option for
details. ([\#17147](element-hq/synapse#17147))
- Add experimental
[MSC3575](matrix-org/matrix-spec-proposals#3575)
Sliding Sync `/sync/e2ee` endpoint for to-device messages and device
encryption
info. ([\#17167](element-hq/synapse#17167))
- Support
[MSC3916](matrix-org/matrix-spec-proposals#3916)
by adding unstable media endpoints to
`/_matrix/client`. ([\#17213](element-hq/synapse#17213))
- Add logging to tasks managed by the task scheduler, showing CPU and
database
usage. ([\#17219](element-hq/synapse#17219))
# Synapse 1.108.0 (2024-05-28)
- Add a feature that allows clients to query the configured federation
whitelist. Disabled by
default. ([\#16848](element-hq/synapse#16848),
[\#17199](element-hq/synapse#17199))
- Add the ability to allow numeric user IDs with a specific prefix
when in the CAS flow. Contributed by Aurélien
Grimpard. ([\#17098](element-hq/synapse#17098))
Synapse 1.107.0 (2024-05-14)
- Add preliminary support for [MSC3823: Account
Suspension](matrix-org/matrix-spec-proposals#3823).
([\#17051](element-hq/synapse#17051))
- Declare support for [Matrix
v1.10](https://matrix.org/blog/2024/03/22/matrix-v1.10-release/). Contributed
by
@clokep. ([\#17082](element-hq/synapse#17082))
- Add support for [MSC4115: membership metadata on
events](matrix-org/matrix-spec-proposals#4115).
([\#17104](element-hq/synapse#17104),
[\#17137](element-hq/synapse#17137))
# Synapse 1.106.0 (2024-04-30)
- Send an email if the address is already bound to an user
account. ([\#16819](element-hq/synapse#16819))
- Implement the rendezvous mechanism described by
[MSC4108](matrix-org/matrix-spec-proposals#4108).
([\#17056](element-hq/synapse#17056))
- Support delegating the rendezvous mechanism described
[MSC4108](matrix-org/matrix-spec-proposals#4108)
to an external
implementation. ([\#17086](element-hq/synapse#17086))1 parent 4f14999 commit 7d8e970
File tree
4 files changed
+331
-192
lines changed- chat/matrix-synapse
4 files changed
+331
-192
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
189 | 192 | | |
190 | 193 | | |
191 | 194 | | |
| |||
318 | 321 | | |
319 | 322 | | |
320 | 323 | | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
321 | 327 | | |
322 | 328 | | |
323 | 329 | | |
| |||
810 | 816 | | |
811 | 817 | | |
812 | 818 | | |
| 819 | + | |
| 820 | + | |
813 | 821 | | |
814 | 822 | | |
815 | 823 | | |
| |||
952 | 960 | | |
953 | 961 | | |
954 | 962 | | |
| 963 | + | |
| 964 | + | |
| 965 | + | |
955 | 966 | | |
956 | 967 | | |
957 | 968 | | |
| |||
1099 | 1110 | | |
1100 | 1111 | | |
1101 | 1112 | | |
| 1113 | + | |
| 1114 | + | |
| 1115 | + | |
1102 | 1116 | | |
1103 | 1117 | | |
1104 | 1118 | | |
| |||
1123 | 1137 | | |
1124 | 1138 | | |
1125 | 1139 | | |
| 1140 | + | |
| 1141 | + | |
| 1142 | + | |
1126 | 1143 | | |
1127 | 1144 | | |
1128 | 1145 | | |
| |||
1849 | 1866 | | |
1850 | 1867 | | |
1851 | 1868 | | |
| 1869 | + | |
| 1870 | + | |
| 1871 | + | |
| 1872 | + | |
| 1873 | + | |
1852 | 1874 | | |
1853 | 1875 | | |
1854 | 1876 | | |
| |||
1893 | 1915 | | |
1894 | 1916 | | |
1895 | 1917 | | |
| 1918 | + | |
1896 | 1919 | | |
1897 | 1920 | | |
1898 | 1921 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
| 14 | + | |
11 | 15 | | |
12 | | - | |
13 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
14 | 22 | | |
15 | 23 | | |
16 | | - | |
17 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
18 | 29 | | |
19 | | - | |
20 | | - | |
| 30 | + | |
| 31 | + | |
21 | 32 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
27 | 39 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
38 | 54 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
52 | 71 | | |
53 | 72 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
0 commit comments