|
1 | | -Synapse 1.38.0rc1 (2021-07-06) |
2 | | -============================== |
| 1 | +Synapse 1.38.0 (2021-07-13) |
| 2 | +=========================== |
3 | 3 |
|
4 | 4 | This release includes a database schema update which could result in elevated disk usage. See the [upgrade notes](https://matrix-org.github.io/synapse/develop/upgrade#upgrading-to-v1380) for more information. |
5 | 5 |
|
| 6 | +No significant changes since 1.38.0rc3. |
| 7 | + |
| 8 | + |
| 9 | +Synapse 1.38.0rc3 (2021-07-13) |
| 10 | +============================== |
| 11 | + |
| 12 | +Internal Changes |
| 13 | +---------------- |
| 14 | + |
| 15 | +- Build the Debian packages in CI. ([\#10247](https://github.com/matrix-org/synapse/issues/10247), [\#10379](https://github.com/matrix-org/synapse/issues/10379)) |
| 16 | + |
| 17 | + |
| 18 | +Synapse 1.38.0rc2 (2021-07-09) |
| 19 | +============================== |
| 20 | + |
| 21 | +Bugfixes |
| 22 | +-------- |
| 23 | + |
| 24 | +- 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)) |
| 25 | + |
| 26 | + |
| 27 | +Improved Documentation |
| 28 | +---------------------- |
| 29 | + |
| 30 | +- Update links to documentation in the sample config. Contributed by @dklimpel. ([\#10287](https://github.com/matrix-org/synapse/issues/10287)) |
| 31 | +- Fix broken links in [INSTALL.md](INSTALL.md). Contributed by @dklimpel. ([\#10331](https://github.com/matrix-org/synapse/issues/10331)) |
| 32 | + |
| 33 | + |
| 34 | +Synapse 1.38.0rc1 (2021-07-06) |
| 35 | +============================== |
| 36 | + |
6 | 37 | Features |
7 | 38 | -------- |
8 | 39 |
|
@@ -1226,7 +1257,10 @@ Crucially, this means __we will not produce .deb packages for Debian 9 (Stretch) |
1226 | 1257 |
|
1227 | 1258 | 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 | 1259 |
|
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. |
| 1260 | +If you are unable to upgrade your environment to a supported version of Python or |
| 1261 | +Postgres, we encourage you to consider using the |
| 1262 | +[Synapse Docker images](https://matrix-org.github.io/synapse/latest/setup/installation.html#docker-images-and-ansible-playbooks) |
| 1263 | +instead. |
1230 | 1264 |
|
1231 | 1265 | ### Transition Period |
1232 | 1266 |
|
@@ -1369,11 +1403,11 @@ To upgrade Synapse along with the cryptography package: |
1369 | 1403 | * Administrators using the [`matrix.org` Docker |
1370 | 1404 | image](https://hub.docker.com/r/matrixdotorg/synapse/) or the [Debian/Ubuntu |
1371 | 1405 | packages from |
1372 | | - `matrix.org`](https://github.com/matrix-org/synapse/blob/master/INSTALL.md#matrixorg-packages) |
| 1406 | + `matrix.org`](https://matrix-org.github.io/synapse/latest/setup/installation.html#matrixorg-packages) |
1373 | 1407 | should ensure that they have version 1.24.0 or 1.23.1 installed: these images include |
1374 | 1408 | the updated packages. |
1375 | 1409 | * Administrators who have [installed Synapse from |
1376 | | - source](https://github.com/matrix-org/synapse/blob/master/INSTALL.md#installing-from-source) |
| 1410 | + source](https://matrix-org.github.io/synapse/latest/setup/installation.html#installing-from-source) |
1377 | 1411 | should upgrade the cryptography package within their virtualenv by running: |
1378 | 1412 | ```sh |
1379 | 1413 | <path_to_virtualenv>/bin/pip install 'cryptography>=3.3' |
@@ -1415,11 +1449,11 @@ To upgrade Synapse along with the cryptography package: |
1415 | 1449 | * Administrators using the [`matrix.org` Docker |
1416 | 1450 | image](https://hub.docker.com/r/matrixdotorg/synapse/) or the [Debian/Ubuntu |
1417 | 1451 | packages from |
1418 | | - `matrix.org`](https://github.com/matrix-org/synapse/blob/master/INSTALL.md#matrixorg-packages) |
| 1452 | + `matrix.org`](https://matrix-org.github.io/synapse/latest/setup/installation.html#matrixorg-packages) |
1419 | 1453 | should ensure that they have version 1.24.0 or 1.23.1 installed: these images include |
1420 | 1454 | the updated packages. |
1421 | 1455 | * Administrators who have [installed Synapse from |
1422 | | - source](https://github.com/matrix-org/synapse/blob/master/INSTALL.md#installing-from-source) |
| 1456 | + source](https://matrix-org.github.io/synapse/latest/setup/installation.html#installing-from-source) |
1423 | 1457 | should upgrade the cryptography package within their virtualenv by running: |
1424 | 1458 | ```sh |
1425 | 1459 | <path_to_virtualenv>/bin/pip install 'cryptography>=3.3' |
@@ -2998,11 +3032,11 @@ installation remains secure. |
2998 | 3032 | * Administrators using the [`matrix.org` Docker |
2999 | 3033 | image](https://hub.docker.com/r/matrixdotorg/synapse/) or the [Debian/Ubuntu |
3000 | 3034 | packages from |
3001 | | - `matrix.org`](https://github.com/matrix-org/synapse/blob/master/INSTALL.md#matrixorg-packages) |
| 3035 | + `matrix.org`](https://matrix-org.github.io/synapse/latest/setup/installation.html#matrixorg-packages) |
3002 | 3036 | should ensure that they have version 1.12.0 installed: these images include |
3003 | 3037 | Twisted 20.3.0. |
3004 | 3038 | * Administrators who have [installed Synapse from |
3005 | | - source](https://github.com/matrix-org/synapse/blob/master/INSTALL.md#installing-from-source) |
| 3039 | + source](https://matrix-org.github.io/synapse/latest/setup/installation.html#installing-from-source) |
3006 | 3040 | should upgrade Twisted within their virtualenv by running: |
3007 | 3041 | ```sh |
3008 | 3042 | <path_to_virtualenv>/bin/pip install 'Twisted>=20.3.0' |
|
0 commit comments