Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c9814e25db | ||
|
|
89eb13fa70 |
@@ -1098,3 +1098,8 @@
|
|||||||
* Improve the performance of purging rooms, particularly encrypted rooms. (#16457)
|
* Improve the performance of purging rooms, particularly encrypted rooms. (#16457)
|
||||||
* Fix a bug introduced in Synapse 1.59.0 where servers could be incorrectly marked as available after an error response was received. (#16506)
|
* Fix a bug introduced in Synapse 1.59.0 where servers could be incorrectly marked as available after an error response was received. (#16506)
|
||||||
|
|
||||||
|
[1.80.1]
|
||||||
|
* Update Synapse to 1.95.1
|
||||||
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.95.1)
|
||||||
|
* GHSA-mp92-3jfm-3575 / CVE-2023-43796 — Moderate Severity
|
||||||
|
|
||||||
|
|||||||
@@ -5,8 +5,8 @@
|
|||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG.md",
|
"changelog": "file://CHANGELOG.md",
|
||||||
"tagline": "Secure & decentralized communication",
|
"tagline": "Secure & decentralized communication",
|
||||||
"version": "1.80.0",
|
"version": "1.80.1",
|
||||||
"upstreamVersion": "1.95.0",
|
"upstreamVersion": "1.95.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=1.95.0
|
ARG VERSION=1.95.1
|
||||||
|
|
||||||
# https://github.com/matrix-org/synapse-s3-storage-provider
|
# https://github.com/matrix-org/synapse-s3-storage-provider
|
||||||
ARG STORAGE_PROVIDER_VERSION=1beb6af95e1f5caedb8e6e7e1cc176cdb2106d37
|
ARG STORAGE_PROVIDER_VERSION=1beb6af95e1f5caedb8e6e7e1cc176cdb2106d37
|
||||||
|
|||||||
Reference in New Issue
Block a user