diff options
author | David Robertson <davidr@element.io> | 2022-10-07 13:54:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-07 13:54:07 +0100 |
commit | 2295095c97f3b4707f30ae8cb4562ebb799f7ac1 (patch) | |
tree | 2c084ff17e30f123bd0f4aea0191ed45d6a9238f /changelog.d | |
parent | Catch BrokenPipeError from metrics server, and log as a warning (#14072) (diff) | |
download | synapse-2295095c97f3b4707f30ae8cb4562ebb799f7ac1.tar.xz |
Use Pydantic to validate /devices endpoints (#14054)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14054.feature | 1 |
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. |