ESS Community Helm Chart 26.8.1 (2026-08-21)
Removed / Breaking Changes
-
Removed
matrixRTC.livekitAuth.keysYamlin favour ofmatrixRTC.livekitAuth.{key,secret}.Both were previously available.
keysYamlgave the impression of allowing multiple keys but this was not functional. (#1519)
Changed
-
Allow configuration of
privilegein each container'ssecurityContext.The implicit default of
falseis maintained and made explicit. (#1506) -
Allow
${NAME}literals in the rendered configuration by escaping.e.g.
\${NAME}would render to${NAME}rather than looking for
an environment variable namedNAMEto replace with. (#1509) -
Upgrade Element Web to v1.12.26.
Highlights:
- Tell the user when registration is being rate limited
- Room list: persist section state (expanded/collapsed)
Full Changelogs:
(#1516)
-
Upgrade Synapse to v1.159.0.
Highlights:
- Add optional support for MSC4429: Profile Updates for Legacy Sync
- Fix the
quarantined_mediareplication stream never being sent when the configuredquarantined_media_changesstream writer is a worker.
Full Changelogs:
(#1517)
-
Upgrade Matrix Authentication Service to v1.23.0.
Highlights:
- Remove the GraphQL playground
- Translations updates
Full Changelogs:
(#1518)
-
Keep client-server API requests to Synapse from the MatrixRTC authoriser internal to the cluster where possible. (#1519)
-
Upgrade MatrixRTC Authoriser to v0.6.0.
Highlights:
- Log the errors that cause "Unable to create room on SFU"
- Delegated MatrixRTC leave events via delayed events (MSC4140)
Full Changelogs:
(#1519)
-
Upgrade MatrixRTC SFU to v1.13.5.
Full Changelogs:
(#1520)