Skip to content
Snippets Groups Projects
Unverified Commit 8c5b8e6d authored by David Robertson's avatar David Robertson
Browse files

1.73.0rc1

parent 5b0dcda7
No related branches found
No related tags found
No related merge requests found
Extend editorconfig rules on indent and line length to `.pyi` files.
Speed-up `/messages` with `filter_events_for_client` optimizations.
Add missing type hints.
Improve DB performance by reducing amount of data that gets read in `device_lists_changes_in_room`.
Fix a long-standing bug where the [List media admin API](https://matrix-org.github.io/synapse/latest/admin_api/media_admin_api.html#list-all-media-in-a-room) would fail when processing an image with broken thumbnail information.
\ No newline at end of file
Remove legacy Prometheus metrics names. They were deprecated in Synapse v1.69.0 and disabled by default in Synapse v1.71.0.
\ No newline at end of file
Bump dtolnay/rust-toolchain from 55c7845fad90d0ae8b2e83715cb900e5e861e8cb to e645b0cf01249a964ec099494d38d2da0f0b349f.
Bump serde from 1.0.147 to 1.0.148.
Bump serde_json from 1.0.88 to 1.0.89.
In application service transactions that include the experimental `org.matrix.msc3202.device_one_time_key_counts` key, include a duplicate key of `org.matrix.msc3202.device_one_time_keys_count` to match the name proposed by [MSC3202](https://github.com/matrix-org/matrix-spec-proposals/blob/travis/msc/otk-dl-appservice/proposals/3202-encrypted-appservices.md).
Run Rust CI when `Cargo.lock` changes. This is particularly useful for dependabot updates.
Push complement-synapse docker images to ghcr.io repository.
Fix a bug introduced in Synapse 1.67.0 where two logging context warnings would be logged on startup.
Fix a possible variable shadow in `create_new_client_event`.
\ No newline at end of file
matrix-synapse-py3 (1.73.0~rc1) stable; urgency=medium
* New Synapse release 1.73.0rc1.
-- Synapse Packaging team <packages@matrix.org> Tue, 29 Nov 2022 12:28:13 +0000
matrix-synapse-py3 (1.72.0) stable; urgency=medium
* New Synapse release 1.72.0.
......
......@@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml"
[tool.poetry]
name = "matrix-synapse"
version = "1.72.0"
version = "1.73.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.
Please register or to comment