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
ddfcdd4778
commit
2b8ff4659f
17
CHANGES.rst
17
CHANGES.rst
@ -1,5 +1,5 @@
|
|||||||
Changes in synapse v0.18.0-rc1 (2016-09-16)
|
Changes in synapse v0.18.0 (2016-09-19)
|
||||||
===========================================
|
=======================================
|
||||||
|
|
||||||
The release includes major changes to the state storage database schemas, which
|
The release includes major changes to the state storage database schemas, which
|
||||||
significantly reduce database size. Synapse will attempt to upgrade the current
|
significantly reduce database size. Synapse will attempt to upgrade the current
|
||||||
@ -9,6 +9,19 @@ want to consider migrating to using Postgres before upgrading very large SQLite
|
|||||||
daabases
|
daabases
|
||||||
|
|
||||||
|
|
||||||
|
Changes:
|
||||||
|
|
||||||
|
* Make public room search case insensitive (PR #1127)
|
||||||
|
|
||||||
|
|
||||||
|
Bug fixes:
|
||||||
|
|
||||||
|
* Fix and clean up publicRooms pagination (PR #1129)
|
||||||
|
|
||||||
|
|
||||||
|
Changes in synapse v0.18.0-rc1 (2016-09-16)
|
||||||
|
===========================================
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|
||||||
* Add ``only=highlight`` on ``/notifications`` (PR #1081)
|
* Add ``only=highlight`` on ``/notifications`` (PR #1081)
|
||||||
|
@ -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.18.0-rc1"
|
__version__ = "0.18.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user