This repository was archived by the owner on Mar 26, 2024. It is now read-only.
Commit 34b3c29
committed
Merge tag 'v1.85.2' into beeper
Synapse 1.85.2 (2023-06-08)
===========================
Bugfixes
--------
- Fix regression where using TLS for HTTP replication between workers did not work. Introduced in v1.85.0. ([\matrix-org#15746](matrix-org#15746))
# -----BEGIN PGP SIGNATURE-----
#
# iQFEBAABCgAuFiEEBTGR3/RnAzBGUif3pULk7RsPrAkFAmSBxowQHGVyaWtAbWF0
# cml4Lm9yZwAKCRClQuTtGw+sCeE5CACHiMjY6cJ8ldeSFe3md9cN51CbZ7GKti6t
# DPpLnCkHCYAd43hL0t2qdS4721TtfQKRLZuZGAA3DaXk8C/Nn4aSBjo/QAbaNPBo
# ZaVBXxxkCXMqM8EX+MS79UmYyVYy9N293F5NMV4FTVTr/MPpWsmvNGA+eQGTsdCm
# QgSUJlwLlDlwMX9B9dAsEfSyALx18P5ZCJ8wlgsF1nSqoyIIRUWTrCP9lkJkLWHt
# UgYXb4GOJ/fLlhM1aj+UXCoa+XA6eMt6Yu4LYSre032VbDRXPnZ8o3nJ2TVRjl4f
# hTZ+GqT0KbW4ejXD5MEp56JpQEaF4viCWZFxLtQ+S6WEy3dVksAQ
# =NBY9
# -----END PGP SIGNATURE-----
# gpg: Signature made Thu Jun 8 13:16:12 2023 BST
# gpg: using RSA key 053191DFF4670330465227F7A542E4ED1B0FAC09
# gpg: issuer "erik@matrix.org"
# gpg: Can't check signature: No public key
# Conflicts:
# .github/workflows/docs-pr-netlify.yaml
# .github/workflows/tests.yml
# poetry.lock
# rust/src/push/base_rules.rs
# synapse/config/redis.py
# synapse/handlers/read_marker.pyFile tree
220 files changed
+5471
-1930
lines changed- .ci/scripts
- contrib/docker_compose_workers
- debian
- demo
- docker
- conf-workers
- docs
- admin_api
- development
- modules
- systemd-with-workers/workers
- usage
- administration/monitoring
- configuration
- rust/src/push
- scripts-dev
- stubs
- synapse
- api
- appservice
- app
- config
- crypto
- events
- federation
- sender
- transport
- server
- handlers
- http
- federation
- media
- module_api
- callbacks
- push
- replication
- http
- tcp
- rest
- admin
- client
- key/v2
- media
- res
- state
- storage
- controllers
- databases
- main
- state
- schema
- main/delta
- 34
- 76
- 77
- types
- util
- caches
- tests
- api
- appservice
- app
- config
- events
- federation
- transport
- handlers
- http
- federation
- media
- module_api
- push
- replication
- slave/storage
- storage
- rest
- admin
- client
- media
- storage
- test_utils
- util/caches
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
220 files changed
+5471
-1930
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | 34 | | |
61 | 35 | | |
62 | 36 | | |
63 | | - | |
64 | | - | |
65 | | - | |
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
73 | 77 | | |
74 | 78 | | |
75 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
1 | 49 | | |
2 | 50 | | |
3 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
| 83 | + | |
| 84 | + | |
89 | 85 | | |
90 | 86 | | |
91 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | 9 | | |
14 | 10 | | |
15 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
72 | 75 | | |
73 | 76 | | |
74 | 77 | | |
| |||
719 | 722 | | |
720 | 723 | | |
721 | 724 | | |
722 | | - | |
723 | | - | |
| 725 | + | |
| 726 | + | |
724 | 727 | | |
725 | 728 | | |
726 | 729 | | |
| |||
870 | 873 | | |
871 | 874 | | |
872 | 875 | | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
873 | 884 | | |
874 | 885 | | |
875 | 886 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
22 | | - | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
49 | | - | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
0 commit comments