Version 1.12.1
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user