summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2022-11-30 11:59:57 +0000
committerGitHub <noreply@github.com>2022-11-30 11:59:57 +0000
commitecb6fe9d9cf8375b760eb727be0e1dec3612e026 (patch)
tree3ad698b48cf2df53edf2729f7fce85eb06b4a3e2 /changelog.d
parentAdvertise support for Matrix v1.5. (#14576) (diff)
downloadsynapse-ecb6fe9d9cf8375b760eb727be0e1dec3612e026.tar.xz
Stop using deprecated `keyIds` param on /key/v2/server (#14525)
Fixes #14523.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14490.feature1
-rw-r--r--changelog.d/14490.misc1
-rw-r--r--changelog.d/14525.feature1
3 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/14490.feature b/changelog.d/14490.feature
new file mode 100644

index 0000000000..c7cb571294 --- /dev/null +++ b/changelog.d/14490.feature
@@ -0,0 +1 @@ +Stop using deprecated `keyIds` parameter when calling `/_matrix/key/v2/server`. diff --git a/changelog.d/14490.misc b/changelog.d/14490.misc deleted file mode 100644
index c0a4daa885..0000000000 --- a/changelog.d/14490.misc +++ /dev/null
@@ -1 +0,0 @@ -Fix a bug introduced in Synapse 0.9 where it would fail to fetch server keys whose IDs contain a forward slash. diff --git a/changelog.d/14525.feature b/changelog.d/14525.feature new file mode 100644
index 0000000000..c7cb571294 --- /dev/null +++ b/changelog.d/14525.feature
@@ -0,0 +1 @@ +Stop using deprecated `keyIds` parameter when calling `/_matrix/key/v2/server`.