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

1.68.0rc1

parent c802ef14
No related branches found
No related tags found
No related merge requests found
Fix Docker build when Rust .so has been build locally first.
Keep track when we fail to process a pulled event over federation so we can intelligently back-off in the future.
complement: init postgres DB directly inside the target image instead of the base postgres image to fix building using Buildah.
Support providing an index predicate clause when doing upserts.
Delete associated data from `event_failed_pull_attempts`, `insertion_events`, `insertion_event_extremities`, `insertion_event_extremities`, `insertion_event_extremities` when purging the room.
Fix a long standing bug where device lists would remain cached when remote users left and rejoined the last room shared with the local homeserver.
Minor speedups to linting in CI.
matrix-synapse-py3 (1.68.0~rc1) stable; urgency=medium
* New Synapse release 1.68.0rc1.
-- Synapse Packaging team <packages@matrix.org> Tue, 20 Sep 2022 11:18:20 +0100
matrix-synapse-py3 (1.67.0) stable; urgency=medium
* New Synapse release 1.67.0.
......
......@@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml"
[tool.poetry]
name = "matrix-synapse"
version = "1.67.0"
version = "1.68.0rc1"
description = "Homeserver for the Matrix decentralised comms protocol"
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
license = "Apache-2.0"
......
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