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 0 additions and 20 deletions
Default to `private` room visibility rather than `public` when a client does not specify one, according to spec.
\ No newline at end of file
Remove broken and unused development scripts.
\ No newline at end of file
Convert `Linearizer` tests from `inlineCallbacks` to async.
Update docstrings for `ReadWriteLock` tests.
Remove broken and unused development scripts.
\ No newline at end of file
Refactor `Linearizer`, convert methods to async and use an async context manager.
Fix a long-standing bug where `Linearizer`s could get stuck if a cancellation were to happen at the wrong time.
Fix a spec compliance issue where requests to the `/publicRooms` federation API would specify `limit` as a string.
\ No newline at end of file
Make `StreamToken.from_string` and `RoomStreamToken.parse` propagate cancellations instead of replacing them with `SynapseError`s.
Reduce overhead of restarting synchrotrons.
Update the link to Redis pub/sub documentation in the workers documentation..
\ No newline at end of file
Update `/messages` to use historic pagination tokens if no `from` query parameter is given.
Add type hints to tests files.
\ No newline at end of file
Reduce overhead of restarting synchrotrons.
Allow specifying the Postgres database's port when running unit tests with Postgres.
\ No newline at end of file
Remove temporary pin of signedjson<=1.1.1 that was added in Synapse 1.56.0.
Add opentracing spans to calls to external cache.
Lay groundwork for using `poetry` to manage Synapse's dependencies.
\ No newline at end of file
Make missing `importlib_metadata` dependency explicit.
\ No newline at end of file
Bundle locked versions of dependencies into the Docker image.
\ No newline at end of file
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