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/11228.feature1
-rw-r--r--changelog.d/11236.feature1
-rw-r--r--changelog.d/11242.misc1
-rw-r--r--changelog.d/11247.misc1
-rw-r--r--changelog.d/11278.misc1
-rw-r--r--changelog.d/11282.misc1
-rw-r--r--changelog.d/11285.misc1
-rw-r--r--changelog.d/11286.doc1
8 files changed, 8 insertions, 0 deletions
diff --git a/changelog.d/11228.feature b/changelog.d/11228.feature
new file mode 100644

index 0000000000..33c1756b50 --- /dev/null +++ b/changelog.d/11228.feature
@@ -0,0 +1 @@ +Allow the admin [Delete Room API](https://matrix-org.github.io/synapse/latest/admin_api/rooms.html#delete-room-api) to block a room without the need to join it. diff --git a/changelog.d/11236.feature b/changelog.d/11236.feature new file mode 100644
index 0000000000..e7aeee2aa6 --- /dev/null +++ b/changelog.d/11236.feature
@@ -0,0 +1 @@ +Support filtering by relation senders & types per [MSC3440](https://github.com/matrix-org/matrix-doc/pull/3440). diff --git a/changelog.d/11242.misc b/changelog.d/11242.misc new file mode 100644
index 0000000000..3a98259edf --- /dev/null +++ b/changelog.d/11242.misc
@@ -0,0 +1 @@ +Split out federated PDU retrieval function into a non-cached version. diff --git a/changelog.d/11247.misc b/changelog.d/11247.misc new file mode 100644
index 0000000000..5ce701560e --- /dev/null +++ b/changelog.d/11247.misc
@@ -0,0 +1 @@ +Clean up code relating to to-device messages and sending ephemeral events to application services. \ No newline at end of file diff --git a/changelog.d/11278.misc b/changelog.d/11278.misc new file mode 100644
index 0000000000..9b014bc8b4 --- /dev/null +++ b/changelog.d/11278.misc
@@ -0,0 +1 @@ +Fix a small typo in the error response when a relation type other than 'm.annotation' is passed to `GET /rooms/{room_id}/aggregations/{event_id}`. \ No newline at end of file diff --git a/changelog.d/11282.misc b/changelog.d/11282.misc new file mode 100644
index 0000000000..4720519cbc --- /dev/null +++ b/changelog.d/11282.misc
@@ -0,0 +1 @@ +Require all files in synapse/ and tests/ to pass mypy unless specifically excluded. diff --git a/changelog.d/11285.misc b/changelog.d/11285.misc new file mode 100644
index 0000000000..4720519cbc --- /dev/null +++ b/changelog.d/11285.misc
@@ -0,0 +1 @@ +Require all files in synapse/ and tests/ to pass mypy unless specifically excluded. diff --git a/changelog.d/11286.doc b/changelog.d/11286.doc new file mode 100644
index 0000000000..890d7b4ee4 --- /dev/null +++ b/changelog.d/11286.doc
@@ -0,0 +1 @@ +Fix typo in the word `available` and fix HTTP method (should be `GET`) for the `username_available` admin API. Contributed by Stanislav Motylkov.