mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +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"
|
||||
|
||||
server:
|
||||
image: matrixdotorg/synapse:v1.125.0@sha256:b4d45c5158281ca5b97b4cf1154e16084ffcc9173716a33c5dab54a9798ecf23
|
||||
image: matrixdotorg/synapse:v1.126.0@sha256:206de8e8d72b09dc6158086410332a91ec3cb09976c3f71b805a091c01b65b3f
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
entrypoint: "bash"
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
||||
id: synapse
|
||||
category: social
|
||||
name: Synapse
|
||||
version: "1.125.0"
|
||||
version: "1.126.0"
|
||||
tagline: Matrix homeserver
|
||||
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.
|
||||
@ -44,8 +44,15 @@ submission: https://github.com/getumbrel/umbrel/commit/c9f0975e766e79d4bd6adf425
|
||||
releaseNotes: >-
|
||||
This release brings several enhancements and bug fixes to improve your Synapse experience.
|
||||
|
||||
|
||||
Some of the key highlights in this release include:
|
||||
- Added functionality to use multiple values in SSO feature `attribute_requirements`.
|
||||
- Improved handling of invalid email addresses when adding them to user accounts.
|
||||
- Added support for specifying OpenID identity provider settings
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user