Skip to content
Snippets Groups Projects
Commit 2b522cce authored by Olivier Wilkinson (reivilibre)'s avatar Olivier Wilkinson (reivilibre)
Browse files

Merge branch 'release-v1.68' into develop

parents 85fc7ea1 cfe486b0
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 20 deletions
Tag traces with the instance name to be able to easily jump into the right logs and filter traces by instance.
Add a stub Rust crate.
Concurrently fetch room push actions when calculating badge counts. Contributed by Nick @ Beeper (@fizzadar).
Fix a long-standing bug where the `cache_invalidation_stream_seq` sequence would begin at 1 instead of 2.
Add a stub Rust crate.
Update the script which makes full schema dumps.
Add a stub Rust crate.
Deduplicate `is_server_notices_room`.
\ No newline at end of file
Simplify the dependency DAG in the tests workflow.
Add docs for common fix of deleting the `matrix_synapse.egg-info/` directory for fixing Python dependency problems.
Remove an old, incorrect migration file.
Fix a long-standing spec compliance bug where Synapse would accept a trailing slash on the end of `/get_missing_events` federation requests.
\ No newline at end of file
Don't include redundant `prev_state` in new events. Contributed by Denis Kariakin (@dakariakin).
Update request log format documentation to mention the format used when the authenticated user is controlling another user.
\ No newline at end of file
Remove unused method in `synapse.api.auth.Auth`.
Fix a memory leak when running the unit tests.
\ No newline at end of file
Add `listeners[x].request_id_header` config to specify which request header to extract and use as the request ID in order to correlate requests from a reverse-proxy.
Use partial indices on SQLite.
Check that portdb generates the same postgres schema as that in the source tree.
Add an admin API endpoint to find a user based on its external ID in an auth provider.
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