|
| 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 | + |
1 | 17 | Synapse 1.38.0rc1 (2021-07-06)
|
2 | 18 | ==============================
|
3 | 19 |
|
@@ -1226,7 +1242,10 @@ Crucially, this means __we will not produce .deb packages for Debian 9 (Stretch)
|
1226 | 1242 |
|
1227 | 1243 | 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).
|
1228 | 1244 |
|
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. |
1230 | 1249 |
|
1231 | 1250 | ### Transition Period
|
1232 | 1251 |
|
@@ -1369,11 +1388,11 @@ To upgrade Synapse along with the cryptography package:
|
1369 | 1388 | * Administrators using the [`matrix.org` Docker
|
1370 | 1389 | image](https://hub.docker.com/r/matrixdotorg/synapse/) or the [Debian/Ubuntu
|
1371 | 1390 | 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) |
1373 | 1392 | should ensure that they have version 1.24.0 or 1.23.1 installed: these images include
|
1374 | 1393 | the updated packages.
|
1375 | 1394 | * 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) |
1377 | 1396 | should upgrade the cryptography package within their virtualenv by running:
|
1378 | 1397 | ```sh
|
1379 | 1398 | <path_to_virtualenv>/bin/pip install 'cryptography>=3.3'
|
@@ -1415,11 +1434,11 @@ To upgrade Synapse along with the cryptography package:
|
1415 | 1434 | * Administrators using the [`matrix.org` Docker
|
1416 | 1435 | image](https://hub.docker.com/r/matrixdotorg/synapse/) or the [Debian/Ubuntu
|
1417 | 1436 | 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) |
1419 | 1438 | should ensure that they have version 1.24.0 or 1.23.1 installed: these images include
|
1420 | 1439 | the updated packages.
|
1421 | 1440 | * 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) |
1423 | 1442 | should upgrade the cryptography package within their virtualenv by running:
|
1424 | 1443 | ```sh
|
1425 | 1444 | <path_to_virtualenv>/bin/pip install 'cryptography>=3.3'
|
@@ -2998,11 +3017,11 @@ installation remains secure.
|
2998 | 3017 | * Administrators using the [`matrix.org` Docker
|
2999 | 3018 | image](https://hub.docker.com/r/matrixdotorg/synapse/) or the [Debian/Ubuntu
|
3000 | 3019 | 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) |
3002 | 3021 | should ensure that they have version 1.12.0 installed: these images include
|
3003 | 3022 | Twisted 20.3.0.
|
3004 | 3023 | * 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) |
3006 | 3025 | should upgrade Twisted within their virtualenv by running:
|
3007 | 3026 | ```sh
|
3008 | 3027 | <path_to_virtualenv>/bin/pip install 'Twisted>=20.3.0'
|
|
0 commit comments