Skip to content
Snippets Groups Projects
Commit a4687681 authored by Erik Johnston's avatar Erik Johnston
Browse files

Merge branch 'release-v1.57' into develop

parents 9535fd0f 9b1f3600
No related branches found
No related tags found
No related merge requests found
Showing
with 108 additions and 5772 deletions
This diff is collapsed.
Send device list changes to application services as specified by [MSC3202](https://github.com/matrix-org/matrix-spec-proposals/pull/3202), using unstable prefixes. The `msc3202_transaction_extensions` experimental homeserver config option must be enabled and `org.matrix.msc3202: true` must be present in the application service registration file for device list changes to be sent. The "left" field is currently always empty.
\ No newline at end of file
Optimise fetching large quantities of missing room state over federation.
Fix a long-standing bug that updating the server notices user profile (display name/avatar URL) in the configuration would not be applied to pre-existing rooms. Contributed by Jorge Florian.
Remove lingering unstable references to MSC2403 (knocking).
Avoid trying to calculate the state at outlier events.
Omit sending "offline" presence updates to application services after they are initially configured.
\ No newline at end of file
Switch to using a sequence to generate AS transaction IDs. Contributed by Nick Beeper. If running synapse with a dedicated appservice worker, this MUST be stopped before upgrading the main process and database.
Fix a long-standing bug where events from ignored users were still considered for bundled aggregations.
Offload the `update_client_ip` background job from the main process to the background worker, when using Redis-based replication.
Move `update_client_ip` background job from the main process to the background worker.
\ No newline at end of file
Add missing type hints for storage.
Clarify documentation for running SyTest against Synapse, including use of Postgres and worker mode.
\ No newline at end of file
Add missing type definitions for scripts in docker folder. Contributed by Jorge Florian.
Remove the unused and unstable `/aggregations` endpoint which was removed from [MSC2675](https://github.com/matrix-org/matrix-doc/pull/2675).
Move [MSC2654](https://github.com/matrix-org/matrix-doc/pull/2654) support behind an experimental configuration flag.
Add a module callback to react to new 3PID (email address, phone number) associations.
Add a configuration option to remove a specific set of rooms from sync responses.
Document the behaviour of `LoggingTransaction.call_after` and `LoggingTransaction.call_on_exception` methods when transactions are retried.
Avoid trying to calculate the state at outlier events.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment