This commit is contained in:
Erik Johnston
2024-11-13 13:58:18 +00:00
parent a4c503674f
commit 850ff14613
3 changed files with 15 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Synapse 1.119.0rc2 (2024-11-11)
# Synapse 1.119.0 (2024-11-13)
Note that due to packaging issues there was no v1.119.0rc1.
No significant changes since 1.119.0rc2.
### Python 3.8 support dropped
@@ -8,6 +8,12 @@ Python 3.8 is [end-of-life](https://devguide.python.org/versions/) and is no lon
If you are running Synapse with Python 3.8, please upgrade to Python 3.9 (or greater) before upgrading Synapse.
# Synapse 1.119.0rc2 (2024-11-11)
Note that due to packaging issues there was no v1.119.0rc1.
### Features
- Support [MSC4151](https://github.com/matrix-org/matrix-spec-proposals/pull/4151)'s stable report room API. ([\#17374](https://github.com/element-hq/synapse/issues/17374))