Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a14fa5ec36 | ||
|
|
f2a0bbbf51 |
@@ -228,3 +228,6 @@
|
|||||||
* Add the room topic and avatar to the room details admin API. (#8305)
|
* Add the room topic and avatar to the room details admin API. (#8305)
|
||||||
* Add an admin API for querying rooms where a user is a member. Contributed by @dklimpel. (#8306)
|
* Add an admin API for querying rooms where a user is a member. Contributed by @dklimpel. (#8306)
|
||||||
|
|
||||||
|
[1.12.1]
|
||||||
|
* Updat Synapse to 1.21.1
|
||||||
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.21.1)
|
||||||
|
|||||||
@@ -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.12.0",
|
"version": "1.12.1",
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
"httpPort": 8008,
|
"httpPort": 8008,
|
||||||
"memoryLimit": 536870912,
|
"memoryLimit": 536870912,
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
This app packages Synapse <upstream>1.21.0</upstream>.
|
This app packages Synapse <upstream>1.21.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.21.0
|
ARG VERSION=v1.21.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