summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-09-08 09:58:07 +0100
committerRichard van der Hoff <richard@matrix.org>2020-09-08 09:58:07 +0100
commit8d6f97f932f4f9b37c6000a3f858ac12fc391eb5 (patch)
treedac26ab0b375d4185ef31b51fcace79d4c1e4ba6 /changelog.d
parentFix stack overflow when logging system encounters an error (#8268) (diff)
parentOnly add rows to the push actions table if the event notifies or should be ma... (diff)
downloadsynapse-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.misc1
-rw-r--r--changelog.d/8266.misc1
-rw-r--r--changelog.d/8270.feature1
-rw-r--r--changelog.d/8271.bugfix1
-rw-r--r--changelog.d/8274.feature1
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).