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

Commit 251cfc4

Browse files
committed
Merge tag 'v1.38.0rc2' into develop
Synapse 1.38.0rc2 (2021-07-09) ============================== Bugfixes -------- - Fix bug where inbound federation in a room could be delayed due to not correctly dropping a lock. Introduced in v1.37.1. ([\#10336](#10336)) Improved Documentation ---------------------- - Update links to documentation in the sample config. Contributed by @dklimpel. ([\#10287](#10287)) - Fix broken links in [INSTALL.md](INSTALL.md). Contributed by @dklimpel. ([\#10331](#10331))
2 parents e3e73e1 + 4238955 commit 251cfc4

File tree

16 files changed

+659
-621
lines changed

16 files changed

+659
-621
lines changed

CHANGES.md

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
Synapse 1.38.0rc2 (2021-07-09)
2+
==============================
3+
4+
Bugfixes
5+
--------
6+
7+
- Fix bug where inbound federation in a room could be delayed due to not correctly dropping a lock. Introduced in v1.37.1. ([\#10336](https://github.com/matrix-org/synapse/issues/10336))
8+
9+
10+
Improved Documentation
11+
----------------------
12+
13+
- Update links to documentation in the sample config. Contributed by @dklimpel. ([\#10287](https://github.com/matrix-org/synapse/issues/10287))
14+
- Fix broken links in [INSTALL.md](INSTALL.md). Contributed by @dklimpel. ([\#10331](https://github.com/matrix-org/synapse/issues/10331))
15+
16+
117
Synapse 1.38.0rc1 (2021-07-06)
218
==============================
319

@@ -1226,7 +1242,10 @@ Crucially, this means __we will not produce .deb packages for Debian 9 (Stretch)
12261242

12271243
The website https://endoflife.date/ has convenient summaries of the support schedules for projects like [Python](https://endoflife.date/python) and [PostgreSQL](https://endoflife.date/postgresql).
12281244

1229-
If you are unable to upgrade your environment to a supported version of Python or Postgres, we encourage you to consider using the [Synapse Docker images](./INSTALL.md#docker-images-and-ansible-playbooks) instead.
1245+
If you are unable to upgrade your environment to a supported version of Python or
1246+
Postgres, we encourage you to consider using the
1247+
[Synapse Docker images](https://matrix-org.github.io/synapse/latest/setup/installation.html#docker-images-and-ansible-playbooks)
1248+
instead.
12301249

12311250
### Transition Period
12321251

@@ -1369,11 +1388,11 @@ To upgrade Synapse along with the cryptography package:
13691388
* Administrators using the [`matrix.org` Docker
13701389
image](https://hub.docker.com/r/matrixdotorg/synapse/) or the [Debian/Ubuntu
13711390
packages from
1372-
`matrix.org`](https://github.com/matrix-org/synapse/blob/master/INSTALL.md#matrixorg-packages)
1391+
`matrix.org`](https://matrix-org.github.io/synapse/latest/setup/installation.html#matrixorg-packages)
13731392
should ensure that they have version 1.24.0 or 1.23.1 installed: these images include
13741393
the updated packages.
13751394
* Administrators who have [installed Synapse from
1376-
source](https://github.com/matrix-org/synapse/blob/master/INSTALL.md#installing-from-source)
1395+
source](https://matrix-org.github.io/synapse/latest/setup/installation.html#installing-from-source)
13771396
should upgrade the cryptography package within their virtualenv by running:
13781397
```sh
13791398
<path_to_virtualenv>/bin/pip install 'cryptography>=3.3'
@@ -1415,11 +1434,11 @@ To upgrade Synapse along with the cryptography package:
14151434
* Administrators using the [`matrix.org` Docker
14161435
image](https://hub.docker.com/r/matrixdotorg/synapse/) or the [Debian/Ubuntu
14171436
packages from
1418-
`matrix.org`](https://github.com/matrix-org/synapse/blob/master/INSTALL.md#matrixorg-packages)
1437+
`matrix.org`](https://matrix-org.github.io/synapse/latest/setup/installation.html#matrixorg-packages)
14191438
should ensure that they have version 1.24.0 or 1.23.1 installed: these images include
14201439
the updated packages.
14211440
* Administrators who have [installed Synapse from
1422-
source](https://github.com/matrix-org/synapse/blob/master/INSTALL.md#installing-from-source)
1441+
source](https://matrix-org.github.io/synapse/latest/setup/installation.html#installing-from-source)
14231442
should upgrade the cryptography package within their virtualenv by running:
14241443
```sh
14251444
<path_to_virtualenv>/bin/pip install 'cryptography>=3.3'
@@ -2998,11 +3017,11 @@ installation remains secure.
29983017
* Administrators using the [`matrix.org` Docker
29993018
image](https://hub.docker.com/r/matrixdotorg/synapse/) or the [Debian/Ubuntu
30003019
packages from
3001-
`matrix.org`](https://github.com/matrix-org/synapse/blob/master/INSTALL.md#matrixorg-packages)
3020+
`matrix.org`](https://matrix-org.github.io/synapse/latest/setup/installation.html#matrixorg-packages)
30023021
should ensure that they have version 1.12.0 installed: these images include
30033022
Twisted 20.3.0.
30043023
* Administrators who have [installed Synapse from
3005-
source](https://github.com/matrix-org/synapse/blob/master/INSTALL.md#installing-from-source)
3024+
source](https://matrix-org.github.io/synapse/latest/setup/installation.html#installing-from-source)
30063025
should upgrade Twisted within their virtualenv by running:
30073026
```sh
30083027
<path_to_virtualenv>/bin/pip install 'Twisted>=20.3.0'

0 commit comments

Comments
 (0)