Matrix (Synapse/Element) - Package Updates
Pinned
Matrix (Synapse/Element)
-
[1.23.0]
- Update Synapse to 1.33.0
- Update experimental support for MSC3083: restricting room access via group membership. (#9800, #9814)
- Add experimental support for handling presence on a worker. (#9819, #9820, #9828, #9850)
- Return a new template when an user attempts to renew their account multiple times with the same token, stating that their account is set to expire. This replaces the invalid token template that would previously be shown in this case. This change concerns the optional account validity feature. (#9832)
- Fixes the OIDC SSO flow when using a public_baseurl value including a non-root URL path. (#9726)
- Fix thumbnail generation for some sites with non-standard content types. Contributed by @rkfg. (#9788)
- Add some sanity checks to identity server passed to 3PID bind/unbind endpoints. (#9802)
- Limit the size of HTTP responses read over federation. (#9833)
- Fix a bug which could cause Synapse to get stuck in a loop of resyncing device lists. (#9867)
- Fix a long-standing bug where errors from federation did not propagate to the client. (#9868)
-
[1.24.0]
- Update Synapse to 1.34.0
- Full changelog
- Add support for DELETE /_synapse/admin/v1/rooms/<room_id>. (#9889)
- Improve performance after joining a large room when presence is enabled. (#9910, #9916)
- Support stable identifiers for MSC1772 Spaces. m.space.child events will now be taken into account when populating the experimental spaces summary response. Please see the upgrade notes if you have customised room_invite_state_types in your configuration. (#9915, #9966)
- Improve performance of backfilling in large rooms. (#9935)
-
Synapse [1.25.0]
- Update Synapse to 1.35.0
- Full changelog
- Add experimental support to allow a user who could join a restricted room to view it in the spaces summary. (#9922, #10007, #10038)
- Reduce memory usage when joining very large rooms over federation. (#9958)
- Add a configuration option which allows enabling opentracing by user id. (#9978)
- Enable experimental support for MSC2946 (spaces summary API) and MSC3083 (restricted join rules) by default. (#10011)
-
For those asking about the recent releases, there's been a regression somewhere in Synapse with how auth providers are handled. You can read up here - https://github.com/matrix-org/synapse/issues/10171 . I opened https://github.com/matrix-org/matrix-synapse-ldap3/issues/123 and https://github.com/matrix-org/matrix-synapse-ldap3/issues/124 . Luckily, there is a workaround, so we can fix things in the package.
-
[1.27.0]
- Update Synapse to 1.38.0
- Full changelog
- Implement refresh tokens as specified by MSC2918. (#9450)
- Add support for evicting cache entries based on last access time. (#10205)
- Omit empty fields from the /sync response. Contributed by @deepbluev7. (#10214)
- Improve validation on federation send_{join,leave,knock} endpoints. (#10225, #10243)
- Mark events received over federation which fail a spam check as "soft-failed". (#10263)
- Add metrics for new inbound federation staging area. (#10284)
- Add script to print information about recently registered users. (#10290)