summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-10-07 13:54:07 +0100
committerGitHub <noreply@github.com>2022-10-07 13:54:07 +0100
commit2295095c97f3b4707f30ae8cb4562ebb799f7ac1 (patch)
tree2c084ff17e30f123bd0f4aea0191ed45d6a9238f /changelog.d
parentCatch BrokenPipeError from metrics server, and log as a warning (#14072) (diff)
downloadsynapse-2295095c97f3b4707f30ae8cb4562ebb799f7ac1.tar.xz
Use Pydantic to validate /devices endpoints (#14054)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14054.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14054.feature b/changelog.d/14054.feature
new file mode 100644
index 0000000000..9cf3f7a557
--- /dev/null
+++ b/changelog.d/14054.feature
@@ -0,0 +1 @@
+Improve validation of request bodies for the [Device Management](https://spec.matrix.org/v1.4/client-server-api/#device-management) and [MSC2697 Device Dehyrdation](https://github.com/matrix-org/matrix-spec-proposals/pull/2697) client-server API endpoints.