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/14213.misc1
-rw-r--r--changelog.d/15388.feature1
-rw-r--r--changelog.d/15450.feature1
-rw-r--r--changelog.d/15520.feature1
-rw-r--r--changelog.d/15582.feature1
-rw-r--r--changelog.d/15649.misc1
-rw-r--r--changelog.d/15674.feature1
-rw-r--r--changelog.d/15675.misc1
-rw-r--r--changelog.d/15689.misc1
-rw-r--r--changelog.d/15690.misc1
-rw-r--r--changelog.d/15694.misc1
-rw-r--r--changelog.d/15697.misc1
-rw-r--r--changelog.d/15705.feature1
-rw-r--r--changelog.d/15709.misc1
14 files changed, 14 insertions, 0 deletions
diff --git a/changelog.d/14213.misc b/changelog.d/14213.misc
new file mode 100644

index 0000000000..b0689f3d15 --- /dev/null +++ b/changelog.d/14213.misc
@@ -0,0 +1 @@ +Log when events are (maybe unexpectedly) filtered out of responses in tests. diff --git a/changelog.d/15388.feature b/changelog.d/15388.feature new file mode 100644
index 0000000000..6cc55cafa2 --- /dev/null +++ b/changelog.d/15388.feature
@@ -0,0 +1 @@ +Stable support for [MSC3882](https://github.com/matrix-org/matrix-spec-proposals/pull/3882) to allow an existing device/session to generate a login token for use on a new device/session. \ No newline at end of file diff --git a/changelog.d/15450.feature b/changelog.d/15450.feature new file mode 100644
index 0000000000..2102381143 --- /dev/null +++ b/changelog.d/15450.feature
@@ -0,0 +1 @@ +Support resolving a room's [canonical alias](https://spec.matrix.org/v1.7/client-server-api/#mroomcanonical_alias) via the module API. \ No newline at end of file diff --git a/changelog.d/15520.feature b/changelog.d/15520.feature new file mode 100644
index 0000000000..f4fd40ab94 --- /dev/null +++ b/changelog.d/15520.feature
@@ -0,0 +1 @@ +Enable support for [MSC3952](https://github.com/matrix-org/matrix-spec-proposals/pull/3952): intentional mentions. diff --git a/changelog.d/15582.feature b/changelog.d/15582.feature new file mode 100644
index 0000000000..00959500a5 --- /dev/null +++ b/changelog.d/15582.feature
@@ -0,0 +1 @@ +Experimental [MSC3861](https://github.com/matrix-org/matrix-spec-proposals/pull/3861) support: delegate auth to an OIDC provider. diff --git a/changelog.d/15649.misc b/changelog.d/15649.misc new file mode 100644
index 0000000000..fca38abe0f --- /dev/null +++ b/changelog.d/15649.misc
@@ -0,0 +1 @@ +Read from column `full_user_id` rather than `user_id` of tables `profiles` and `user_filters`. diff --git a/changelog.d/15674.feature b/changelog.d/15674.feature new file mode 100644
index 0000000000..68cf207dc0 --- /dev/null +++ b/changelog.d/15674.feature
@@ -0,0 +1 @@ +Add Syanpse version deploy annotations to Grafana dashboard which enables easy correlation between behavior changes witnessed in a graph to a certain Synapse version and nail down regressions. diff --git a/changelog.d/15675.misc b/changelog.d/15675.misc new file mode 100644
index 0000000000..05538fdbef --- /dev/null +++ b/changelog.d/15675.misc
@@ -0,0 +1 @@ +Cache requests for user's devices over federation. diff --git a/changelog.d/15689.misc b/changelog.d/15689.misc new file mode 100644
index 0000000000..4262cc9515 --- /dev/null +++ b/changelog.d/15689.misc
@@ -0,0 +1 @@ +Add fully qualified docker image names to Dockerfiles. diff --git a/changelog.d/15690.misc b/changelog.d/15690.misc new file mode 100644
index 0000000000..c6c259eb7d --- /dev/null +++ b/changelog.d/15690.misc
@@ -0,0 +1 @@ +Remove some unused code. diff --git a/changelog.d/15694.misc b/changelog.d/15694.misc new file mode 100644
index 0000000000..93ceaeafc9 --- /dev/null +++ b/changelog.d/15694.misc
@@ -0,0 +1 @@ +Improve type hints. diff --git a/changelog.d/15697.misc b/changelog.d/15697.misc new file mode 100644
index 0000000000..93ceaeafc9 --- /dev/null +++ b/changelog.d/15697.misc
@@ -0,0 +1 @@ +Improve type hints. diff --git a/changelog.d/15705.feature b/changelog.d/15705.feature new file mode 100644
index 0000000000..e3cbb5a12e --- /dev/null +++ b/changelog.d/15705.feature
@@ -0,0 +1 @@ +Add a catch-all * to the supported relation types when redacting an event and its related events. This is an update to [MSC3912](https://github.com/matrix-org/matrix-spec-proposals/pull/3861) implementation. diff --git a/changelog.d/15709.misc b/changelog.d/15709.misc new file mode 100644
index 0000000000..e9ce84a940 --- /dev/null +++ b/changelog.d/15709.misc
@@ -0,0 +1 @@ +Update docstring and traces on `maybe_backfill()` functions.