diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2018-07-19 21:03:15 +1000 |
---|---|---|
committer | Amber Brown <hawkowl@atleastfornow.net> | 2018-07-19 21:03:15 +1000 |
commit | ce0545eca1daa9f0f50335b644d53ba2ec965a08 (patch) | |
tree | a742aab793d4c4c82cb2afe28b7d3b9c274f2a52 /changelog.d | |
parent | Merge pull request #3561 from matrix-org/rav/disable_logcontext_warning (diff) | |
download | synapse-ce0545eca1daa9f0f50335b644d53ba2ec965a08.tar.xz |
Revert "0.33.0rc1 changelog"
This reverts commit 21d3b879433e040babd43c89b62827f92e3ac861.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/3316.feature | 1 | ||||
-rw-r--r-- | changelog.d/3351.misc | 0 | ||||
-rw-r--r-- | changelog.d/3463.misc | 0 | ||||
-rw-r--r-- | changelog.d/3464.misc | 0 | ||||
-rw-r--r-- | changelog.d/3496.feature | 1 | ||||
-rw-r--r-- | changelog.d/3497.feature | 1 | ||||
-rw-r--r-- | changelog.d/3498.misc | 0 | ||||
-rw-r--r-- | changelog.d/3499.misc | 0 | ||||
-rw-r--r-- | changelog.d/3501.misc | 0 | ||||
-rw-r--r-- | changelog.d/3505.feature | 1 | ||||
-rw-r--r-- | changelog.d/3521.feature | 1 | ||||
-rw-r--r-- | changelog.d/3530.misc | 0 | ||||
-rw-r--r-- | changelog.d/3533.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/3534.misc | 1 | ||||
-rw-r--r-- | changelog.d/3535.misc | 0 | ||||
-rw-r--r-- | changelog.d/3540.misc | 1 | ||||
-rw-r--r-- | changelog.d/3541.feature | 1 | ||||
-rw-r--r-- | changelog.d/3544.misc | 0 | ||||
-rw-r--r-- | changelog.d/3546.bugfix | 1 |
19 files changed, 10 insertions, 0 deletions
diff --git a/changelog.d/3316.feature b/changelog.d/3316.feature new file mode 100644 index 0000000000..50068b7222 --- /dev/null +++ b/changelog.d/3316.feature @@ -0,0 +1 @@ +Enforce the specified API for report_event diff --git a/changelog.d/3351.misc b/changelog.d/3351.misc new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/changelog.d/3351.misc diff --git a/changelog.d/3463.misc b/changelog.d/3463.misc new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/changelog.d/3463.misc diff --git a/changelog.d/3464.misc b/changelog.d/3464.misc new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/changelog.d/3464.misc diff --git a/changelog.d/3496.feature b/changelog.d/3496.feature new file mode 100644 index 0000000000..6a06a7e755 --- /dev/null +++ b/changelog.d/3496.feature @@ -0,0 +1 @@ +Include CPU time from database threads in request/block metrics. diff --git a/changelog.d/3497.feature b/changelog.d/3497.feature new file mode 100644 index 0000000000..4e333155b6 --- /dev/null +++ b/changelog.d/3497.feature @@ -0,0 +1 @@ +Add CPU metrics for _fetch_event_list diff --git a/changelog.d/3498.misc b/changelog.d/3498.misc new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/changelog.d/3498.misc diff --git a/changelog.d/3499.misc b/changelog.d/3499.misc new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/changelog.d/3499.misc diff --git a/changelog.d/3501.misc b/changelog.d/3501.misc new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/changelog.d/3501.misc diff --git a/changelog.d/3505.feature b/changelog.d/3505.feature new file mode 100644 index 0000000000..ca1867f529 --- /dev/null +++ b/changelog.d/3505.feature @@ -0,0 +1 @@ +Reduce database consumption when processing large numbers of receipts diff --git a/changelog.d/3521.feature b/changelog.d/3521.feature new file mode 100644 index 0000000000..6dced5f2ae --- /dev/null +++ b/changelog.d/3521.feature @@ -0,0 +1 @@ +Cache optimisation for /sync requests \ No newline at end of file diff --git a/changelog.d/3530.misc b/changelog.d/3530.misc new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/changelog.d/3530.misc diff --git a/changelog.d/3533.bugfix b/changelog.d/3533.bugfix new file mode 100644 index 0000000000..04cbbefd5f --- /dev/null +++ b/changelog.d/3533.bugfix @@ -0,0 +1 @@ +Fix queued federation requests being processed in the wrong order diff --git a/changelog.d/3534.misc b/changelog.d/3534.misc new file mode 100644 index 0000000000..949c12dc69 --- /dev/null +++ b/changelog.d/3534.misc @@ -0,0 +1 @@ +refactor: use parse_{string,integer} and assert's from http.servlet for deduplication diff --git a/changelog.d/3535.misc b/changelog.d/3535.misc new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/changelog.d/3535.misc diff --git a/changelog.d/3540.misc b/changelog.d/3540.misc new file mode 100644 index 0000000000..99dcad8e46 --- /dev/null +++ b/changelog.d/3540.misc @@ -0,0 +1 @@ +check isort for each PR diff --git a/changelog.d/3541.feature b/changelog.d/3541.feature new file mode 100644 index 0000000000..24524136ea --- /dev/null +++ b/changelog.d/3541.feature @@ -0,0 +1 @@ +Optimisation to make handling incoming federation requests more efficient. \ No newline at end of file diff --git a/changelog.d/3544.misc b/changelog.d/3544.misc new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/changelog.d/3544.misc diff --git a/changelog.d/3546.bugfix b/changelog.d/3546.bugfix new file mode 100644 index 0000000000..921dc6e7b0 --- /dev/null +++ b/changelog.d/3546.bugfix @@ -0,0 +1 @@ +Ensure that erasure requests are correctly honoured for publicly accessible rooms when accessed over federation. \ No newline at end of file |