Skip to content
Snippets Groups Projects
Commit 0d0f32bc authored by Brendan Abolivier's avatar Brendan Abolivier
Browse files

1.9.0rc1

parent 90a28fb4
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 20 deletions
Fix a bug where we would assign a numeric userid if somebody tried registering with an empty username.
Remove redundant RegistrationError class.
Don't block processing of incoming EDUs behind processing PDUs in the same transaction.
Add more endpoints to the documentation for Synapse workers.
Remove duplicate check for the `session` query parameter on the `/auth/xxx/fallback/web` Client-Server endpoint.
\ No newline at end of file
Attempt to retry sending a transaction when we detect a remote server has come back online, rather than waiting for a transaction to be triggered by new data.
Fix `purge_room` admin API.
Add org.matrix.e2e_cross_signing to unstable_features in /versions as per [MSC1756](https://github.com/matrix-org/matrix-doc/pull/1756).
Fix a bug causing Synapse to not always purge quiet rooms with a low `max_lifetime` in their message retention policies when running the automated purge jobs.
Add StateMap type alias to simplify types.
Add a `DeltaState` to track changes to be made to current state during event persistence.
Add more logging around message retention policies support.
Fix a bug causing the `synapse_port_db` script to return 0 in a specific error case.
Add a new admin API to list and filter rooms on the server.
\ No newline at end of file
Updates to the SAML mapping provider API.
When processing a SAML response, log the assertions for easier configuration.
Add `local_current_membership` table for tracking local user membership state in rooms.
Fix changing password via user admin API.
Fix `/events/:event_id` deprecated API.
Fixup `synapse.rest` to pass mypy.
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