1.144.0rc1

This commit is contained in:
Devon Hudson
2025-12-02 09:21:08 -07:00
parent 2862c77837
commit 5fe4b7ed60
28 changed files with 68 additions and 26 deletions

View File

@@ -1 +0,0 @@
Improve event filtering for Simplified Sliding Sync.

View File

@@ -1 +0,0 @@
Fix a bug in the database function for fetching state deltas that could result in unnecessarily long query times.

View File

@@ -1 +0,0 @@
Add experimentatal implememntation of [MSC4380](https://github.com/matrix-org/matrix-spec-proposals/pull/4380) (invite blocking).

View File

@@ -1 +0,0 @@
Allow restarting delayed event timeouts on workers.

View File

@@ -1 +0,0 @@
Export `SYNAPSE_SUPPORTED_COMPLEMENT_TEST_PACKAGES` environment variable from `scripts-dev/complement.sh`.

View File

@@ -1 +0,0 @@
Refactor `scripts-dev/complement.sh` logic to avoid `exit` to facilitate being able to source it from other scripts (composable).

View File

@@ -1 +0,0 @@
Expire sliding sync connections that are too old or have too much pending data.

View File

@@ -1 +0,0 @@
Require an experimental feature flag to be enabled in order for the unstable [MSC2666](https://github.com/matrix-org/matrix-spec-proposals/pull/2666) endpoint (`/_matrix/client/unstable/uk.half-shot.msc2666/user/mutual_rooms`) to be available.

View File

@@ -1 +0,0 @@
Prevent changelog check CI running on @dependabot's PRs even when a human has modified the branch.

View File

@@ -1 +0,0 @@
Auto-fix trailing spaces in multi-line strings and comments when running the lint script.

View File

@@ -1 +0,0 @@
Move towards using a dedicated `Duration` type.

View File

@@ -1 +0,0 @@
Improve robustness of the SQL schema linting in CI.

View File

@@ -1 +0,0 @@
Stop building release wheels for MacOS.

View File

@@ -1 +0,0 @@
Add log to determine whether clients are using `/messages` as expected.

View File

@@ -1 +0,0 @@
Simplify README and add ESS Getting started section.

View File

@@ -1 +0,0 @@
Move towards using a dedicated `Duration` type.

View File

@@ -1 +0,0 @@
Add a unit test for ensuring associated refresh tokens are erased when a device is delted.

View File

@@ -1 +0,0 @@
Fix v12 rooms when running with `use_frozen_dicts: True`.

View File

@@ -1 +0,0 @@
Prompt user to consider adding future deprecations to the changelog in release script.

View File

@@ -1 +0,0 @@
Fix bug where invalid `canonical_alias` content would return 500 instead of 400.

View File

@@ -1 +0,0 @@
Document in the `--config-path` help how multiple files are merged - by merging them shallowly.

View File

@@ -1 +0,0 @@
Fix check of the Rust compiled code being outdated when using source checkout and `.egg-info`.

View File

@@ -1 +0,0 @@
Simplify README and add ESS Getting started section.

View File

@@ -1 +0,0 @@
Stop building macos wheels in CI pipeline.