Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b7b20f0b56 | ||
|
|
7cd91ecd61 | ||
|
|
fbf55b9162 |
11
CHANGELOG
11
CHANGELOG
@@ -410,3 +410,14 @@
|
|||||||
* Update Synapse to 1.33.1
|
* Update Synapse to 1.33.1
|
||||||
* Fix bug where /sync would break if using the latest version of attrs dependency, by pinning to a previous version. (#9937)
|
* Fix bug where /sync would break if using the latest version of attrs dependency, by pinning to a previous version. (#9937)
|
||||||
|
|
||||||
|
[1.23.2]
|
||||||
|
* Update Synapse to 1.33.2
|
||||||
|
* This release fixes a denial of service attack (CVE-2021-29471) against Synapse's push rules implementation.
|
||||||
|
|
||||||
|
[1.24.0]
|
||||||
|
* Update Synapse to 1.34.0
|
||||||
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.34.0)
|
||||||
|
* Add support for DELETE /_synapse/admin/v1/rooms/<room_id>. (#9889)
|
||||||
|
* Improve performance after joining a large room when presence is enabled. (#9910, #9916)
|
||||||
|
* Support stable identifiers for MSC1772 Spaces. m.space.child events will now be taken into account when populating the experimental spaces summary response. Please see the upgrade notes if you have customised room_invite_state_types in your configuration. (#9915, #9966)
|
||||||
|
* Improve performance of backfilling in large rooms. (#9935)
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Secure & decentralized communication",
|
"tagline": "Secure & decentralized communication",
|
||||||
"version": "1.23.1",
|
"version": "1.24.0",
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
"httpPort": 8008,
|
"httpPort": 8008,
|
||||||
"memoryLimit": 536870912,
|
"memoryLimit": 536870912,
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
This app packages Synapse <upstream>1.33.1</upstream>.
|
This app packages Synapse <upstream>1.34.0</upstream>.
|
||||||
|
|
||||||
**This package only provides the Matrix backend. A variety of clients are available
|
**This package only provides the Matrix backend. A variety of clients are available
|
||||||
[here](https://matrix.org/clients/). Riot is a popular web frontend for Matrix and
|
[here](https://matrix.org/clients/). Riot is a popular web frontend for Matrix and
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ RUN virtualenv -p python3 /app/code/env
|
|||||||
ENV VIRTUAL_ENV=/app/code/env
|
ENV VIRTUAL_ENV=/app/code/env
|
||||||
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
|
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
|
||||||
|
|
||||||
ARG VERSION=v1.33.1
|
ARG VERSION=v1.34.0
|
||||||
|
|
||||||
# Synapse (https://github.com/matrix-org/synapse/blob/master/INSTALL.md)
|
# Synapse (https://github.com/matrix-org/synapse/blob/master/INSTALL.md)
|
||||||
# lxml - required for previews
|
# lxml - required for previews
|
||||||
|
|||||||
Reference in New Issue
Block a user