mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Bump version and changelog
This commit is contained in:
parent
f92d7416d7
commit
05538587ef
16
CHANGES.rst
16
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)
|
Changes in synapse v0.22.0-rc1 (2017-06-26)
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
|
@ -16,4 +16,4 @@
|
|||||||
""" This is a reference implementation of a Matrix home server.
|
""" This is a reference implementation of a Matrix home server.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "0.22.0-rc1"
|
__version__ = "0.22.0-rc2"
|
||||||
|
Loading…
Reference in New Issue
Block a user