diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-07-19 11:12:33 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-07-19 11:12:33 +0100 |
commit | 1ffb7bec2090df16b66bb803a8540e5f20b1649d (patch) | |
tree | 8ffb1ee66a6a7008fb3cc8578f3ab1f3ed6c5af7 /CHANGES.rst | |
parent | Merge pull request #3556 from matrix-org/rav/background_processes (diff) | |
parent | Merge pull request #3561 from matrix-org/rav/disable_logcontext_warning (diff) | |
download | synapse-1ffb7bec2090df16b66bb803a8540e5f20b1649d.tar.xz |
Merge remote-tracking branch 'origin/release-v0.33.0' into develop
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index ba6929c435..f81e7e6cf3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,30 @@ +Synapse 0.33.0rc1 (2018-07-18) +============================== + +Features +-------- + +- Enforce the specified API for report_event (`#3316 <https://github.com/matrix-org/synapse/issues/3316>`_) +- Include CPU time from database threads in request/block metrics. (`#3496 <https://github.com/matrix-org/synapse/issues/3496>`_) +- Add CPU metrics for _fetch_event_list (`#3497 <https://github.com/matrix-org/synapse/issues/3497>`_) +- Reduce database consumption when processing large numbers of receipts (`#3505 <https://github.com/matrix-org/synapse/issues/3505>`_) +- Cache optimisation for /sync requests (`#3521 <https://github.com/matrix-org/synapse/issues/3521>`_) +- Optimisation to make handling incoming federation requests more efficient. (`#3541 <https://github.com/matrix-org/synapse/issues/3541>`_) + + +Bugfixes +-------- + +- Fix queued federation requests being processed in the wrong order (`#3533 <https://github.com/matrix-org/synapse/issues/3533>`_) +- Ensure that erasure requests are correctly honoured for publicly accessible rooms when accessed over federation. (`#3546 <https://github.com/matrix-org/synapse/issues/3546>`_) + + +Misc +---- + +- `#3351 <https://github.com/matrix-org/synapse/issues/3351>`_, `#3463 <https://github.com/matrix-org/synapse/issues/3463>`_, `#3464 <https://github.com/matrix-org/synapse/issues/3464>`_, `#3498 <https://github.com/matrix-org/synapse/issues/3498>`_, `#3499 <https://github.com/matrix-org/synapse/issues/3499>`_, `#3501 <https://github.com/matrix-org/synapse/issues/3501>`_, `#3530 <https://github.com/matrix-org/synapse/issues/3530>`_, `#3534 <https://github.com/matrix-org/synapse/issues/3534>`_, `#3535 <https://github.com/matrix-org/synapse/issues/3535>`_, `#3540 <https://github.com/matrix-org/synapse/issues/3540>`_, `#3544 <https://github.com/matrix-org/synapse/issues/3544>`_ + + Synapse 0.32.2 (2018-07-07) =========================== |