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/9885.misc1
-rw-r--r--changelog.d/9886.misc1
-rw-r--r--changelog.d/9889.feature1
-rw-r--r--changelog.d/9889.removal1
-rw-r--r--changelog.d/9895.bugfix1
-rw-r--r--changelog.d/9896.bugfix1
-rw-r--r--changelog.d/9896.misc1
-rw-r--r--changelog.d/9904.misc1
-rw-r--r--changelog.d/9911.doc1
9 files changed, 9 insertions, 0 deletions
diff --git a/changelog.d/9885.misc b/changelog.d/9885.misc
new file mode 100644

index 0000000000..492fccea46 --- /dev/null +++ b/changelog.d/9885.misc
@@ -0,0 +1 @@ +Add type hints to presence handler. diff --git a/changelog.d/9886.misc b/changelog.d/9886.misc new file mode 100644
index 0000000000..8ff869e659 --- /dev/null +++ b/changelog.d/9886.misc
@@ -0,0 +1 @@ +Reduce memory usage of the LRU caches. diff --git a/changelog.d/9889.feature b/changelog.d/9889.feature new file mode 100644
index 0000000000..74d46f222e --- /dev/null +++ b/changelog.d/9889.feature
@@ -0,0 +1 @@ +Add support for `DELETE /_synapse/admin/v1/rooms/<room_id>`. \ No newline at end of file diff --git a/changelog.d/9889.removal b/changelog.d/9889.removal new file mode 100644
index 0000000000..398b9e129b --- /dev/null +++ b/changelog.d/9889.removal
@@ -0,0 +1 @@ +Mark as deprecated `POST /_synapse/admin/v1/rooms/<room_id>/delete`. \ No newline at end of file diff --git a/changelog.d/9895.bugfix b/changelog.d/9895.bugfix new file mode 100644
index 0000000000..1053f975bf --- /dev/null +++ b/changelog.d/9895.bugfix
@@ -0,0 +1 @@ +Fix a bug introduced in v1.32.0 where the associated connection was improperly logged for SQL logging statements. diff --git a/changelog.d/9896.bugfix b/changelog.d/9896.bugfix new file mode 100644
index 0000000000..07a8e87f9f --- /dev/null +++ b/changelog.d/9896.bugfix
@@ -0,0 +1 @@ +Correct the type hint for the `user_may_create_room_alias` method of spam checkers. It is provided a `RoomAlias`, not a `str`. diff --git a/changelog.d/9896.misc b/changelog.d/9896.misc new file mode 100644
index 0000000000..e41c7d1f02 --- /dev/null +++ b/changelog.d/9896.misc
@@ -0,0 +1 @@ +Add type hints to the `synapse.handlers` module. diff --git a/changelog.d/9904.misc b/changelog.d/9904.misc new file mode 100644
index 0000000000..3db1e625ae --- /dev/null +++ b/changelog.d/9904.misc
@@ -0,0 +1 @@ +Time response time for external cache requests. diff --git a/changelog.d/9911.doc b/changelog.d/9911.doc new file mode 100644
index 0000000000..f7fd9f1ba9 --- /dev/null +++ b/changelog.d/9911.doc
@@ -0,0 +1 @@ +Add `port` argument to the Postgres database sample config section. \ No newline at end of file