Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6cc8f51801 | ||
|
|
f40033ce42 |
@@ -251,3 +251,9 @@
|
|||||||
* Increase default upload size limit from 10M to 50M. Contributed by @Akkowicz. (#8502)
|
* Increase default upload size limit from 10M to 50M. Contributed by @Akkowicz. (#8502)
|
||||||
* Add support for modifying event content in ThirdPartyRules modules. (#8535, #8564)
|
* Add support for modifying event content in ThirdPartyRules modules. (#8535, #8564)
|
||||||
|
|
||||||
|
[1.13.1]
|
||||||
|
* Update Synapse to 1.22.1
|
||||||
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.22.1)
|
||||||
|
* Fix a bug where an appservice may not be forwarded events for a room it was recently invited to. Broke in v1.22.0. (#8676)
|
||||||
|
* Fix Object of type frozendict is not JSON serializable exceptions when using third-party event rules. Broke in v1.22.0. (#8678)
|
||||||
|
|
||||||
|
|||||||
@@ -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.13.0",
|
"version": "1.13.1",
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
"httpPort": 8008,
|
"httpPort": 8008,
|
||||||
"memoryLimit": 536870912,
|
"memoryLimit": 536870912,
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
This app packages Synapse <upstream>1.22.0</upstream>.
|
This app packages Synapse <upstream>1.22.1</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
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ RUN mkdir -p /app/pkg
|
|||||||
|
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
|
||||||
ARG VERSION=v1.22.0
|
ARG VERSION=v1.22.1
|
||||||
|
|
||||||
# https://pythonspeed.com/articles/activate-virtualenv-dockerfile/
|
# https://pythonspeed.com/articles/activate-virtualenv-dockerfile/
|
||||||
RUN virtualenv -p python3 /app/code/env
|
RUN virtualenv -p python3 /app/code/env
|
||||||
|
|||||||
Reference in New Issue
Block a user