Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
80bdba8f29 | ||
|
|
7ff92d42cf |
10
CHANGELOG
10
CHANGELOG
@@ -295,3 +295,13 @@
|
|||||||
* Add an option to allow re-use of user-interactive authentication sessions for a period of time. (#8970)
|
* Add an option to allow re-use of user-interactive authentication sessions for a period of time. (#8970)
|
||||||
* Allow running the redact endpoint on workers. (#8994)
|
* Allow running the redact endpoint on workers. (#8994)
|
||||||
|
|
||||||
|
[1.17.0]
|
||||||
|
* Update Synapse to 1.26.0
|
||||||
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.26.0)
|
||||||
|
* During user-interactive authentication via single-sign-on, give a better error if the user uses the wrong account on the SSO IdP. (#9091)
|
||||||
|
* Give the public_baseurl a default value, if it is not explicitly set in the configuration file. (#9159)
|
||||||
|
* Improve performance when calculating ignored users in large rooms. (#9024)
|
||||||
|
* Implement MSC2176 in an experimental room version. (#8984)
|
||||||
|
* Add an admin API for protecting local media from quarantine. (#9086)
|
||||||
|
* Remove a user's avatar URL and display name when deactivated with the Admin API. (#8932)
|
||||||
|
|
||||||
|
|||||||
@@ -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.16.0",
|
"version": "1.17.0",
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
"httpPort": 8008,
|
"httpPort": 8008,
|
||||||
"memoryLimit": 536870912,
|
"memoryLimit": 536870912,
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
This app packages Synapse <upstream>1.25.0</upstream>.
|
This app packages Synapse <upstream>1.26.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
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ RUN mkdir -p /app/pkg
|
|||||||
|
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
|
||||||
ARG VERSION=v1.25.0
|
ARG VERSION=v1.26.0
|
||||||
|
|
||||||
# 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