diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2018-07-19 21:11:24 +1000 |
---|---|---|
committer | Amber Brown <hawkowl@atleastfornow.net> | 2018-07-19 21:11:24 +1000 |
commit | 13d501c773e4c7a5fcf409db7360293a4f1347e0 (patch) | |
tree | b28ccd318c53beb789a070a35a20ee26e9c7ce8f /changelog.d | |
parent | Revert "0.33.0rc1 changelog" (diff) | |
download | synapse-13d501c773e4c7a5fcf409db7360293a4f1347e0.tar.xz |
update changelogs
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/3498.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/3498.misc | 0 | ||||
-rw-r--r-- | changelog.d/3501.feature | 1 | ||||
-rw-r--r-- | changelog.d/3501.misc | 0 | ||||
-rw-r--r-- | changelog.d/3505.feature | 2 | ||||
-rw-r--r-- | changelog.d/3521.feature | 2 |
6 files changed, 4 insertions, 2 deletions
diff --git a/changelog.d/3498.bugfix b/changelog.d/3498.bugfix new file mode 100644 index 0000000000..d0d01101f3 --- /dev/null +++ b/changelog.d/3498.bugfix @@ -0,0 +1 @@ +Use more portable syntax in our use of the attrs package, widening the supported versions diff --git a/changelog.d/3498.misc b/changelog.d/3498.misc deleted file mode 100644 index e69de29bb2..0000000000 --- a/changelog.d/3498.misc +++ /dev/null diff --git a/changelog.d/3501.feature b/changelog.d/3501.feature new file mode 100644 index 0000000000..6a06a7e755 --- /dev/null +++ b/changelog.d/3501.feature @@ -0,0 +1 @@ +Include CPU time from database threads in request/block metrics. diff --git a/changelog.d/3501.misc b/changelog.d/3501.misc deleted file mode 100644 index e69de29bb2..0000000000 --- a/changelog.d/3501.misc +++ /dev/null diff --git a/changelog.d/3505.feature b/changelog.d/3505.feature index ca1867f529..a6b686f68d 100644 --- a/changelog.d/3505.feature +++ b/changelog.d/3505.feature @@ -1 +1 @@ -Reduce database consumption when processing large numbers of receipts +optimisation for /sync diff --git a/changelog.d/3521.feature b/changelog.d/3521.feature index 6dced5f2ae..a6b686f68d 100644 --- a/changelog.d/3521.feature +++ b/changelog.d/3521.feature @@ -1 +1 @@ -Cache optimisation for /sync requests \ No newline at end of file +optimisation for /sync |