summary refs log tree commit diff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-07-04 14:02:21 +0100
committerErik Johnston <erik@matrix.org>2017-07-04 14:02:21 +0100
commit05538587efd55bc0df362a1fccf80d5ccce9e5c5 (patch)
treea75482e94efbb95507f8e72756a2ce8b9e142c0c /CHANGES.rst
parentMerge pull request #2330 from matrix-org/erikj/cache_size_factor (diff)
downloadsynapse-05538587efd55bc0df362a1fccf80d5ccce9e5c5.tar.xz
Bump version and changelog v0.22.0-rc2
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index ce356a11bd..713e60d43e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,19 @@
+Changes in synapse v0.22.0-rc2 (2017-07-04)
+===========================================
+
+Changes:
+
+* Improve performance of storing user IPs (PR #2307, #2308)
+* Slightly improve performance of verifying access tokens (PR #2320)
+* Slightly improve performance of event persistence (PR #2321)
+* Increase default cache factor size from 0.1 to 0.5 (PR #2330)
+
+Bug fixes:
+
+* Fix bug with storing registration sessions that caused frequent CPU churn
+  (PR #2319)
+
+
 Changes in synapse v0.22.0-rc1 (2017-06-26)
 ===========================================