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/16819.feature1
-rw-r--r--changelog.d/16920.bugfix1
-rw-r--r--changelog.d/16923.bugfix1
-rw-r--r--changelog.d/16943.bugfix1
-rw-r--r--changelog.d/17032.misc1
-rw-r--r--changelog.d/17036.misc1
-rw-r--r--changelog.d/17069.doc1
-rw-r--r--changelog.d/17079.misc1
-rw-r--r--changelog.d/17081.misc1
-rw-r--r--changelog.d/17086.feature1
-rw-r--r--changelog.d/17096.misc1
-rw-r--r--changelog.d/17099.doc1
12 files changed, 12 insertions, 0 deletions
diff --git a/changelog.d/16819.feature b/changelog.d/16819.feature
new file mode 100644

index 0000000000..1af6f466b7 --- /dev/null +++ b/changelog.d/16819.feature
@@ -0,0 +1 @@ +Send an email if the address is already bound to an user account. diff --git a/changelog.d/16920.bugfix b/changelog.d/16920.bugfix new file mode 100644
index 0000000000..460f4f7160 --- /dev/null +++ b/changelog.d/16920.bugfix
@@ -0,0 +1 @@ +Adds validation to ensure that the `limit` parameter on `/publicRooms` is non-negative. diff --git a/changelog.d/16923.bugfix b/changelog.d/16923.bugfix new file mode 100644
index 0000000000..bd6f24925e --- /dev/null +++ b/changelog.d/16923.bugfix
@@ -0,0 +1 @@ +Return `400 M_NOT_JSON` upon receiving invalid JSON in query parameters across various client and admin endpoints, rather than an internal server error. \ No newline at end of file diff --git a/changelog.d/16943.bugfix b/changelog.d/16943.bugfix new file mode 100644
index 0000000000..4360741132 --- /dev/null +++ b/changelog.d/16943.bugfix
@@ -0,0 +1 @@ +Make the CSAPI endpoint `/keys/device_signing/upload` idempotent. \ No newline at end of file diff --git a/changelog.d/17032.misc b/changelog.d/17032.misc new file mode 100644
index 0000000000..b03f6f42e5 --- /dev/null +++ b/changelog.d/17032.misc
@@ -0,0 +1 @@ +Use new receipts column to optimise receipt and push action SQL queries. Contributed by Nick @ Beeper (@fizzadar). diff --git a/changelog.d/17036.misc b/changelog.d/17036.misc new file mode 100644
index 0000000000..3296668059 --- /dev/null +++ b/changelog.d/17036.misc
@@ -0,0 +1 @@ +Fix mypy with latest Twisted release. diff --git a/changelog.d/17069.doc b/changelog.d/17069.doc new file mode 100644
index 0000000000..f5a7f599d1 --- /dev/null +++ b/changelog.d/17069.doc
@@ -0,0 +1 @@ +Add a prompt in the contributing guide to manually configure icu4c. diff --git a/changelog.d/17079.misc b/changelog.d/17079.misc new file mode 100644
index 0000000000..340e40d194 --- /dev/null +++ b/changelog.d/17079.misc
@@ -0,0 +1 @@ +Bump minimum supported Rust version to 1.66.0. diff --git a/changelog.d/17081.misc b/changelog.d/17081.misc new file mode 100644
index 0000000000..d1ab69126c --- /dev/null +++ b/changelog.d/17081.misc
@@ -0,0 +1 @@ +Add helpers to transform Twisted requests to Rust http Requests/Responses. diff --git a/changelog.d/17086.feature b/changelog.d/17086.feature new file mode 100644
index 0000000000..08b407d316 --- /dev/null +++ b/changelog.d/17086.feature
@@ -0,0 +1 @@ +Support delegating the rendezvous mechanism described MSC4108 to an external implementation. diff --git a/changelog.d/17096.misc b/changelog.d/17096.misc new file mode 100644
index 0000000000..b03f6f42e5 --- /dev/null +++ b/changelog.d/17096.misc
@@ -0,0 +1 @@ +Use new receipts column to optimise receipt and push action SQL queries. Contributed by Nick @ Beeper (@fizzadar). diff --git a/changelog.d/17099.doc b/changelog.d/17099.doc new file mode 100644
index 0000000000..d8d10fa53a --- /dev/null +++ b/changelog.d/17099.doc
@@ -0,0 +1 @@ +Clarify what part of message retention is still experimental.