diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-09-08 09:58:07 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-09-08 09:58:07 +0100 |
commit | 8d6f97f932f4f9b37c6000a3f858ac12fc391eb5 (patch) | |
tree | dac26ab0b375d4185ef31b51fcace79d4c1e4ba6 /changelog.d | |
parent | Fix stack overflow when logging system encounters an error (#8268) (diff) | |
parent | Only add rows to the push actions table if the event notifies or should be ma... (diff) | |
download | synapse-8d6f97f932f4f9b37c6000a3f858ac12fc391eb5.tar.xz |
Merge remote-tracking branch 'origin/release-v1.20.0' into develop
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8264.misc | 1 | ||||
-rw-r--r-- | changelog.d/8266.misc | 1 | ||||
-rw-r--r-- | changelog.d/8270.feature | 1 | ||||
-rw-r--r-- | changelog.d/8271.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/8274.feature | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/changelog.d/8264.misc b/changelog.d/8264.misc new file mode 100644 index 0000000000..600b175655 --- /dev/null +++ b/changelog.d/8264.misc @@ -0,0 +1 @@ +Add more logging to debug slow startup. diff --git a/changelog.d/8266.misc b/changelog.d/8266.misc new file mode 100644 index 0000000000..e7c899bea8 --- /dev/null +++ b/changelog.d/8266.misc @@ -0,0 +1 @@ +Do not attempt to upgrade upgrade database schema on worker processes. diff --git a/changelog.d/8270.feature b/changelog.d/8270.feature new file mode 100644 index 0000000000..feb02be234 --- /dev/null +++ b/changelog.d/8270.feature @@ -0,0 +1 @@ +Add unread messages count to sync responses, as specified in [MSC2654](https://github.com/matrix-org/matrix-doc/pull/2654). diff --git a/changelog.d/8271.bugfix b/changelog.d/8271.bugfix new file mode 100644 index 0000000000..b75f07b03c --- /dev/null +++ b/changelog.d/8271.bugfix @@ -0,0 +1 @@ +Fix slow start times for large servers by removing a table scan of the `users` table from startup code. diff --git a/changelog.d/8274.feature b/changelog.d/8274.feature new file mode 100644 index 0000000000..feb02be234 --- /dev/null +++ b/changelog.d/8274.feature @@ -0,0 +1 @@ +Add unread messages count to sync responses, as specified in [MSC2654](https://github.com/matrix-org/matrix-doc/pull/2654). |