summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13635.feature1
-rw-r--r--changelog.d/13782.feature1
-rw-r--r--changelog.d/13796.misc1
-rw-r--r--changelog.d/13818.doc1
-rw-r--r--changelog.d/13823.misc1
-rw-r--r--changelog.d/13830.bugfix1
-rw-r--r--changelog.d/13855.bugfix1
-rw-r--r--changelog.d/13873.misc1
-rw-r--r--changelog.d/13874.misc1
-rw-r--r--changelog.d/13876.misc1
-rw-r--r--changelog.d/13888.misc1
-rw-r--r--changelog.d/13889.misc1
-rw-r--r--changelog.d/13893.feature1
-rw-r--r--changelog.d/13905.misc1
-rw-r--r--changelog.d/13909.bugfix1
-rw-r--r--changelog.d/13911.doc1
16 files changed, 16 insertions, 0 deletions
diff --git a/changelog.d/13635.feature b/changelog.d/13635.feature
new file mode 100644

index 0000000000..d86bf7ed80 --- /dev/null +++ b/changelog.d/13635.feature
@@ -0,0 +1 @@ +Exponentially backoff from backfilling the same event over and over. diff --git a/changelog.d/13782.feature b/changelog.d/13782.feature new file mode 100644
index 0000000000..d0cb902dff --- /dev/null +++ b/changelog.d/13782.feature
@@ -0,0 +1 @@ +Experimental support for thread-specific receipts ([MSC3771](https://github.com/matrix-org/matrix-spec-proposals/pull/3771)). diff --git a/changelog.d/13796.misc b/changelog.d/13796.misc new file mode 100644
index 0000000000..9ed1662394 --- /dev/null +++ b/changelog.d/13796.misc
@@ -0,0 +1 @@ +Use shared methods for cache invalidation when persisting events, remove duplicate codepaths. Contributed by Nick @ Beeper (@fizzadar). diff --git a/changelog.d/13818.doc b/changelog.d/13818.doc new file mode 100644
index 0000000000..16b31f5071 --- /dev/null +++ b/changelog.d/13818.doc
@@ -0,0 +1 @@ +Update URL for the NixOS module for Synapse. diff --git a/changelog.d/13823.misc b/changelog.d/13823.misc new file mode 100644
index 0000000000..527d79f4b2 --- /dev/null +++ b/changelog.d/13823.misc
@@ -0,0 +1 @@ +Faster Remote Room Joins: tell remote homeservers that we are unable to authorise them if they query a room which has partial state on our server. \ No newline at end of file diff --git a/changelog.d/13830.bugfix b/changelog.d/13830.bugfix new file mode 100644
index 0000000000..e6215806cd --- /dev/null +++ b/changelog.d/13830.bugfix
@@ -0,0 +1 @@ +Fix a long-standing bug where typing events would be accepted from remote servers not present in a room. Also fix a bug where incoming typing events would cause other incoming events to get stuck during a fast join. diff --git a/changelog.d/13855.bugfix b/changelog.d/13855.bugfix new file mode 100644
index 0000000000..5ea8539bd8 --- /dev/null +++ b/changelog.d/13855.bugfix
@@ -0,0 +1 @@ +Fix access token leak to logs from proxy agent. diff --git a/changelog.d/13873.misc b/changelog.d/13873.misc new file mode 100644
index 0000000000..f4342482f0 --- /dev/null +++ b/changelog.d/13873.misc
@@ -0,0 +1 @@ +Create a new snapshot of the database schema. diff --git a/changelog.d/13874.misc b/changelog.d/13874.misc new file mode 100644
index 0000000000..499e488c35 --- /dev/null +++ b/changelog.d/13874.misc
@@ -0,0 +1 @@ +Faster room joins: Send device list updates to most servers in rooms with partial state. diff --git a/changelog.d/13876.misc b/changelog.d/13876.misc new file mode 100644
index 0000000000..ef37100115 --- /dev/null +++ b/changelog.d/13876.misc
@@ -0,0 +1 @@ +Add comments to the Prometheus recording rules to make it clear which set of rules you need for Grafana or Prometheus Console. \ No newline at end of file diff --git a/changelog.d/13888.misc b/changelog.d/13888.misc new file mode 100644
index 0000000000..4ffd9bcede --- /dev/null +++ b/changelog.d/13888.misc
@@ -0,0 +1 @@ +Faster room joins: Avoid waiting for full state when processing `/keys/changes` requests. diff --git a/changelog.d/13889.misc b/changelog.d/13889.misc new file mode 100644
index 0000000000..28bddb7059 --- /dev/null +++ b/changelog.d/13889.misc
@@ -0,0 +1 @@ +Port push rules to using Rust. diff --git a/changelog.d/13893.feature b/changelog.d/13893.feature new file mode 100644
index 0000000000..d0cb902dff --- /dev/null +++ b/changelog.d/13893.feature
@@ -0,0 +1 @@ +Experimental support for thread-specific receipts ([MSC3771](https://github.com/matrix-org/matrix-spec-proposals/pull/3771)). diff --git a/changelog.d/13905.misc b/changelog.d/13905.misc new file mode 100644
index 0000000000..efe3bed5f1 --- /dev/null +++ b/changelog.d/13905.misc
@@ -0,0 +1 @@ +Fix mypy errors with canonicaljson 1.6.3. diff --git a/changelog.d/13909.bugfix b/changelog.d/13909.bugfix new file mode 100644
index 0000000000..883dd72919 --- /dev/null +++ b/changelog.d/13909.bugfix
@@ -0,0 +1 @@ +Fix packaging to include `Cargo.lock` in `sdist`. diff --git a/changelog.d/13911.doc b/changelog.d/13911.doc new file mode 100644
index 0000000000..7cc3206501 --- /dev/null +++ b/changelog.d/13911.doc
@@ -0,0 +1 @@ +Update the man page for the `hash_password` script to correct the default number of bcrypt rounds performed. \ No newline at end of file