Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eed12bfe0b | ||
|
|
1a30c1864d |
@@ -959,3 +959,8 @@
|
|||||||
* Improve performance of backfill requests by performing backfill of previously failed requests in the background. (#15585)
|
* Improve performance of backfill requests by performing backfill of previously failed requests in the background. (#15585)
|
||||||
* Add a new admin API to create a new device for a user. (#15611)
|
* Add a new admin API to create a new device for a user. (#15611)
|
||||||
|
|
||||||
|
[1.68.1]
|
||||||
|
* Update Synapse to 1.85.1
|
||||||
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.85.1)
|
||||||
|
* Fix bug in schema delta that broke upgrades for some deployments. Introduced in v1.85.0. (#15738, #15739)
|
||||||
|
|
||||||
|
|||||||
@@ -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.68.0",
|
"version": "1.68.1",
|
||||||
"upstreamVersion": "1.85.0",
|
"upstreamVersion": "1.85.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=v1.85.0
|
ARG VERSION=v1.85.1
|
||||||
|
|
||||||
# https://github.com/matrix-org/synapse-s3-storage-provider
|
# https://github.com/matrix-org/synapse-s3-storage-provider
|
||||||
ARG STORAGE_PROVIDER_VERSION=fa27fa1a92bcbeb42b10399641348bee0ddf2c72
|
ARG STORAGE_PROVIDER_VERSION=fa27fa1a92bcbeb42b10399641348bee0ddf2c72
|
||||||
|
|||||||
Reference in New Issue
Block a user