mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update synapse to v1.126.0 (#2312)
This commit is contained in:
parent
5ba88105eb
commit
232ea1d90e
@ -8,7 +8,7 @@ services:
|
|||||||
PROXY_AUTH_ADD: "false"
|
PROXY_AUTH_ADD: "false"
|
||||||
|
|
||||||
server:
|
server:
|
||||||
image: matrixdotorg/synapse:v1.125.0@sha256:b4d45c5158281ca5b97b4cf1154e16084ffcc9173716a33c5dab54a9798ecf23
|
image: matrixdotorg/synapse:v1.126.0@sha256:206de8e8d72b09dc6158086410332a91ec3cb09976c3f71b805a091c01b65b3f
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
entrypoint: "bash"
|
entrypoint: "bash"
|
||||||
|
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
|||||||
id: synapse
|
id: synapse
|
||||||
category: social
|
category: social
|
||||||
name: Synapse
|
name: Synapse
|
||||||
version: "1.125.0"
|
version: "1.126.0"
|
||||||
tagline: Matrix homeserver
|
tagline: Matrix homeserver
|
||||||
description: >-
|
description: >-
|
||||||
Synapse is an open source Matrix homeserver implementation, written and maintained by Element. Matrix is the open standard for secure and interoperable real time communications.
|
Synapse is an open source Matrix homeserver implementation, written and maintained by Element. Matrix is the open standard for secure and interoperable real time communications.
|
||||||
@ -44,8 +44,15 @@ submission: https://github.com/getumbrel/umbrel/commit/c9f0975e766e79d4bd6adf425
|
|||||||
releaseNotes: >-
|
releaseNotes: >-
|
||||||
This release brings several enhancements and bug fixes to improve your Synapse experience.
|
This release brings several enhancements and bug fixes to improve your Synapse experience.
|
||||||
|
|
||||||
|
|
||||||
Some of the key highlights in this release include:
|
Some of the key highlights in this release include:
|
||||||
- Added functionality to use multiple values in SSO feature `attribute_requirements`.
|
- Added support for specifying OpenID identity provider settings
|
||||||
- Improved handling of invalid email addresses when adding them to user accounts.
|
- Improved handling of suspended users and encrypted messages
|
||||||
|
- Enhanced configuration options for secrets and worker replication
|
||||||
|
- Added background job to clear unreferenced state groups
|
||||||
|
|
||||||
|
|
||||||
|
⚠️ Room list publication is now disabled by default
|
||||||
|
|
||||||
|
|
||||||
Full release notes are found at https://github.com/element-hq/synapse/releases
|
Full release notes are found at https://github.com/element-hq/synapse/releases
|
||||||
|
Loading…
Reference in New Issue
Block a user