diff options
author | Jason Little <realtyem@gmail.com> | 2023-04-17 18:53:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-17 23:53:43 +0000 |
commit | e12d788bb7526b7d9ab09bb3921b3cd17f20a939 (patch) | |
tree | a6e9634c51c708c68c97be37a2f36647e21aee4e /changelog.d | |
parent | Bump mypy from 1.0.0 to 1.0.1 (#15447) (diff) | |
download | synapse-e12d788bb7526b7d9ab09bb3921b3cd17f20a939.tar.xz |
Switch `InstanceLocationConfig` to a pydantic `BaseModel` (#15431)
* Switch InstanceLocationConfig to a pydantic BaseModel, apply Strict* types and add a few helper methods(that will make more sense in follow up work). Co-authored-by: David Robertson <davidr@element.io>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15431.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15431.feature b/changelog.d/15431.feature new file mode 100644 index 0000000000..4492406b49 --- /dev/null +++ b/changelog.d/15431.feature @@ -0,0 +1 @@ +Add some validation to `instance_map` configuration loading. |