diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-05-31 11:38:13 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-05-31 11:38:13 +0100 |
commit | c605da97bff8dc749ebea1fc016f231461b2c19f (patch) | |
tree | 8a1f131272010881b97c215e4a5518dd1ebc4735 /changelog.d | |
parent | Rewrite get_server_verify_keys, again. (diff) | |
parent | Merge pull request #5300 from matrix-org/rav/server_keys/06-fix-serverkeys-ha... (diff) | |
download | synapse-c605da97bff8dc749ebea1fc016f231461b2c19f.tar.xz |
Merge remote-tracking branch 'origin/develop' into rav/server_keys/05-rewrite-gsvk-again
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5293.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/5294.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/5296.misc | 1 | ||||
-rw-r--r-- | changelog.d/5300.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/5303.misc | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/changelog.d/5293.bugfix b/changelog.d/5293.bugfix new file mode 100644 index 0000000000..aa519a8433 --- /dev/null +++ b/changelog.d/5293.bugfix @@ -0,0 +1 @@ +Fix a bug where it is not possible to get events in the federation format with the request `GET /_matrix/client/r0/rooms/{roomId}/messages`. diff --git a/changelog.d/5294.bugfix b/changelog.d/5294.bugfix new file mode 100644 index 0000000000..5924bda319 --- /dev/null +++ b/changelog.d/5294.bugfix @@ -0,0 +1 @@ +Fix performance problems with the rooms stats background update. diff --git a/changelog.d/5296.misc b/changelog.d/5296.misc new file mode 100644 index 0000000000..a038a6f7f6 --- /dev/null +++ b/changelog.d/5296.misc @@ -0,0 +1 @@ +Refactor keyring.VerifyKeyRequest to use attr.s. diff --git a/changelog.d/5300.bugfix b/changelog.d/5300.bugfix new file mode 100644 index 0000000000..049e93cd5a --- /dev/null +++ b/changelog.d/5300.bugfix @@ -0,0 +1 @@ +Fix noisy 'no key for server' logs. diff --git a/changelog.d/5303.misc b/changelog.d/5303.misc new file mode 100644 index 0000000000..f6a7f1f8e3 --- /dev/null +++ b/changelog.d/5303.misc @@ -0,0 +1 @@ +Clarify that the admin change password API logs the user out. |