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

1.10.0rc1

parent 83b0ea04
No related branches found
No related tags found
No related merge requests found
When a client asks for a remote user's device keys check if the local cache for that user has been marked as potentially stale.
Fix race in federation sender worker that delayed sending of device updates.
Fix race in federation sender worker that delayed sending of device updates.
Fix bug where Synapse didn't invalidate cache of remote users' devices when Synapse left a room.
Add background update to clean out left rooms from current state.
Refactoring work in preparation for changing the event redaction algorithm.
Refactoring work in preparation for changing the event redaction algorithm.
Refactoring work in preparation for changing the event redaction algorithm.
Refactoring work in preparation for changing the event redaction algorithm.
Record room versions in the `rooms` table.
Fix waking up other workers when remote server is detected to have come back online.
Add background update to clean out left rooms from current state.
Detect unknown remote devices and mark cache as stale.
Refactoring work in preparation for changing the event redaction algorithm.
...@@ -36,7 +36,7 @@ try: ...@@ -36,7 +36,7 @@ try:
except ImportError: except ImportError:
pass pass
__version__ = "1.9.1" __version__ = "1.10.0rc1"
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)): if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
# We import here so that we don't have to install a bunch of deps when # We import here so that we don't have to install a bunch of deps when
......
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