Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3e384b6ea4 | ||
|
|
2b70590b4f |
@@ -588,3 +588,8 @@
|
|||||||
* Support the stable identifiers from MSC3440: threads. (#12151)
|
* Support the stable identifiers from MSC3440: threads. (#12151)
|
||||||
* Add a new Jinja2 template filter to extract the local part of an email address. (#12212)
|
* Add a new Jinja2 template filter to extract the local part of an email address. (#12212)
|
||||||
|
|
||||||
|
[1.40.1]
|
||||||
|
* Update Synapse to 1.55.1
|
||||||
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.55.1)
|
||||||
|
* Remove uses of the long-deprecated jinja2.Markup which would prevent Synapse from starting with Jinja 3.1.0 or above installed. (#12289)
|
||||||
|
|
||||||
|
|||||||
@@ -5,8 +5,8 @@
|
|||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Secure & decentralized communication",
|
"tagline": "Secure & decentralized communication",
|
||||||
"version": "1.40.0",
|
"version": "1.40.1",
|
||||||
"upstreamVersion": "1.55.0",
|
"upstreamVersion": "1.55.1",
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
"httpPort": 8008,
|
"httpPort": 8008,
|
||||||
"memoryLimit": 536870912,
|
"memoryLimit": 536870912,
|
||||||
|
|||||||
@@ -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.55.0
|
ARG VERSION=v1.55.1
|
||||||
|
|
||||||
# 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