Matrix (Synapse/Element) - Package Updates
-
[1.125.0]
- Update synapse to 1.144.0
- Full Changelog
- Deprecation of MacOS Python wheels
- Unstable mutual rooms endpoint is now behind an experimental feature flag
-
[1.11.7]
- Update element-web to 1.12.7
- Full Changelog
- Replace legacy icons with compound (#31424). Contributed by @t3chguy.
- Update polls UX to match EX Mobile and improve accessibility (#31245). Contributed by @langleyd.
- Add option to enable read receipt and marker when user interact with UI (#31353). Contributed by @florianduros.
- Introduce a hook to auto dispose view models (#31178). Contributed by @MidhunSureshR.
- Update settings toggles to use consistent design across app. (#30169). Contributed by @Half-Shot.
- Add ability to the room view to hide widgets (#31400). Contributed by @langleyd.
- call: Pass the echo cancellation and noise suppression settings to EC (#31317). Contributed by @BillCarsonFr.
- Tweak rendering of icons for a11y (#31358). Contributed by @t3chguy.
- Implement new
renderNotificationDecorationfrom module API (#31389). Contributed by @MidhunSureshR. - Replace more icons with compound (#31381). Contributed by @t3chguy.
-
[1.11.8]
- Update element-web to 1.12.8
- Full Changelog
- Remove
element_call.participant_limitconfig and associated code. (#31638). Contributed by @Half-Shot. - Switch to rendering svg icons rather than masking them (#31557). Contributed by @t3chguy.
- Update history visibility UX (#31635). Contributed by @langleyd.
- Show correct call icon for joining a call. (#31489). Contributed by @Half-Shot.
- Update StopGapWidgetDriver to support sticky events (#31205). Contributed by @Half-Shot.
- Remove release announcements for new sounds & room list (#31544). Contributed by @t3chguy.
- Add button to restore from backup into /devtools (#31581). Contributed by @mxandreas.
- Switch to non-solid compound icons for room settings & composer (#31561). Contributed by @t3chguy.
- Support encrypted state events MSC4362 (#31513). Contributed by @andybalaam.
- Update prop type & documentation for HistoryVisibleBanner and VM. (#31545). Contributed by @kaylendog.
-
[1.126.0]
- Update synapse to 1.146.0
- Full Changelog
- MSC2697 (Dehydrated devices) has been removed, as the MSC is closed. Developers should migrate to MSC3814. (#19346)
- Support for Ubuntu 25.04 (Plucky Puffin) has been dropped. Synapse no longer builds debian packages for Ubuntu 25.04.
- Add a new config option enable_local_media_storage which controls whether media is additionally stored locally when using configured media_storage_providers. Setting this to false allows off-site media storage without a local cache. Contributed by Patrice Brend'amour @dr.allgood. (#19204)
- Stabilise support for MSC4312's m.oauth User-Interactive Auth stage for resetting cross-signing identity with the OAuth 2.0 API. The old, unstable name (org.matrix.cross_signing_reset) is now deprecated and will be removed in a future release. (#19273)
- Refactor Grafana dashboard to use server_name label (instead of instance). (#19337)
- Fix joining a restricted v12 room locally when no local room creator is present but local users with sufficient power levels are. Contributed by @nexy7574. (#19321)
- Fixed parallel calls to /_matrix/media/v1/create being ratelimited for appservices even if rate_limited: false was set in the registration. Contributed by @tulir @ Beeper. (#19335)
- Fix a bug introduced in 1.61.0 where a user's membership in a room was accidentally ignored when considering access to historical state events in rooms with the "shared" history visibility. Contributed by Lukas Tautz. (#19353)
- MSC4140: Store the JSON content of scheduled delayed events as text instead of a byte array. This fixes the inability to schedule a delayed event with non-ASCII characters in its content. (#19360)
- Always rollback database transactions when retrying (avoid orphaned connections). (#19372)
-
J joseph forked this topic
-
[1.126.1]
- install s3-storage from github again