Matrix (Synapse/Element) - Package Updates
-
[1.107.0]
- Update base image to 5.0.0
-
[1.108.0]
- Update synapse to 1.127.0
- Full Changelog
- Update MSC4140 implementation to no longer cancel a user's own delayed state events with an event type & state key that match a more recent state event sent by that user. (#17810)
- Fixed a minor typo in the Synapse documentation. Contributed by @karuto12. (#18224)
- Remove undocumented SYNAPSE_USE_FROZEN_DICTS environment variable. (#18123)
- Fix detection of workflow failures in the release script. (#18211)
- Add caching support to media endpoints. (#18235)
-
[1.10.1]
- Update element-web to 1.11.96
- Full Changelog
- RoomListViewModel: Track the index of the active room in the list (#29519). Contributed by @MidhunSureshR.
- New room list: add empty state (#29512). Contributed by @florianduros.
- Implement
MessagePreviewViewModel
(#29514). Contributed by @MidhunSureshR. - RoomListViewModel: Add functionality to toggle message preview setting (#29511). Contributed by @MidhunSureshR.
- New room list: add more options menu on room list item (#29445). Contributed by @florianduros.
- RoomListViewModel: Provide a way to resort the room list and track the active sort method (#29499). Contributed by @MidhunSureshR.
- Change *All rooms* meta space name to *All Chats* (#29498). Contributed by @florianduros.
- Add setting to hide avatars of rooms you have been invited to. (#29497). Contributed by @Half-Shot.
- Room List Store: Save preferred sorting algorithm and use that on app launch (#29493). Contributed by @MidhunSureshR.
- Add key storage toggle to Encryption settings (#29310). Contributed by @dbkr.
-
[1.108.1]
- Update synapse to 1.127.1
- Full Changelog
- Fix CVE-2025-30355 / GHSA-v56r-hwv5-mxg6. High severity vulnerability affecting federation. The vulnerability has been exploited in the wild.
-
[1.10.2]
- Update element-web to 1.11.97
- Full Changelog
- New room list: reduce padding between avatar and room list border (#29634). Contributed by @florianduros.
- Bundle Element Call with Element Web packages (#29309). Contributed by @t3chguy.
- Hide an event notification if it is redacted (#29605). Contributed by @Half-Shot.
- Switch away from nesting React trees and mangling the DOM (#29586). Contributed by @t3chguy.
- New room list: add notification decoration (#29552). Contributed by @florianduros.
- RoomListStore: Unread filter should match rooms that were marked as unread (#29580). Contributed by @MidhunSureshR.
- Add support for hiding videos (#29496). Contributed by @Half-Shot.
- Use an outline icon for the report room button (#29573). Contributed by @robintown.
- Generate/load pickle key on SSO (#29568). Contributed by @Jujure.
- Add report room dialog button/dialog. (#29513). Contributed by @Half-Shot.
-
[1.109.0]
- Update synapse to 1.128.0
- Full Changelog
- Add an access token introspection cache to make Matrix Authentication Service integration (MSC3861) more efficient. (#18231)
- Add background job to clear unreferenced state groups. (#18254)
- Hashes of media files are now tracked by Synapse. Media quarantines will now apply to all files with the same hash. (#18277, #18302, #18296)
-
[1.10.3]
- Update element-web to 1.11.98
- Full Changelog
- print better errors in the search view instead of a blocking modal (#29724). Contributed by @Jujure.
- New room list: video room and video call decoration (#29693). Contributed by @florianduros.
- Remove Secure Backup, Cross-signing and Cryptography sections in
Security & Privacy
user settings (#29088). Contributed by @florianduros. - Allow reporting a room when rejecting an invite. (#29570). Contributed by @Half-Shot.
- RoomListViewModel: Reset primary and secondary filters on space change (#29672). Contributed by @MidhunSureshR.
- RoomListStore: Support specific sorting requirements for muted rooms (#29665). Contributed by @MidhunSureshR.
- New room list: add notification options menu (#29639). Contributed by @florianduros.
- Room List: Scroll to top of the list when active room is not in the list (#29650). Contributed by @MidhunSureshR.
- Fix unwanted form submit behaviour in memberlist (#29747). Contributed by @MidhunSureshR.
- New room list: fix public room icon visibility when filter change (#29737). Contributed by @florianduros.
-
[1.10.4]
- Update element-web to 1.11.99
- Full Changelog
-
[1.110.0]
- Update synapse to 1.129.0
- Full Changelog
-
[1.10.5]
- Update element-web to 1.11.100
- Full Changelog
- Move rich topics out of labs / stabilise MSC3765 (#29817). Contributed by @Johennes.
- Spell out that Element Web does not work on mobile. (#29211). Contributed by @ara4n.
- Add message preview support to the new room list (#29784). Contributed by @dbkr.
- Global configuration flag for media previews (#29582). Contributed by @Half-Shot.
- New room list: add partial keyboard shortcuts support (#29783). Contributed by @florianduros.
- MVVM RoomSummaryCard Topic (#29710). Contributed by @MarcWadai.
- Warn on self change from settings > roles (#28926). Contributed by @MarcWadai.
- New room list: new visual for invitation (#29773). Contributed by @florianduros.
- Fix incorrect display of the user info display name (#29826). Contributed by @langleyd.
- RoomListStore: Remove invite rooms on decline (#29804). Contributed by @MidhunSureshR.