summary refs log tree commit diff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-06-08 11:05:45 +0100
committerErik Johnston <erik@matrix.org>2016-06-08 11:05:45 +0100
commitbab916bccc57734fb96f7f9be66b1b15b2ed4dbf (patch)
treee07a71fd0180f4c193c6a03c9f27b306f3f34c51 /CHANGES.rst
parentMerge branch 'develop' of github.com:matrix-org/synapse into release-v0.16.0 (diff)
downloadsynapse-bab916bccc57734fb96f7f9be66b1b15b2ed4dbf.tar.xz
Bump version and changelog to v0.16.0-rc2
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst27
1 files changed, 27 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index e77b31b583..40f7ebd734 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,30 @@
+Changes in synapse v0.16.0-rc2 (2016-06-08)
+===========================================
+
+Features:
+
+* Add configuration option for tuning GC via ``gc.set_threshold`` (PR #849)
+
+Changes:
+
+* Record metrics about GC (PR #771, #847, #852)
+* Add metric counter for number of persisted events (PR #841)
+
+Bug fixes:
+
+* Fix 'From' header in email notifications (PR #843)
+* Fix presence where timeouts were not being fired for the first 8h after
+  restarts (PR #842)
+* Fix bug where synapse sent malformed transactions to AS's when retrying
+  transactions (Commits 310197b, 843790)
+
+Performance Improvements:
+
+* Remove event fetching from DB threads (PR #835)
+* Change the way we cache events (PR #836)
+* Add events to cache when we persist them (PR #840)
+
+
 Changes in synapse v0.16.0-rc1 (2016-06-03)
 ===========================================