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
f8c407a13b
commit
82b3e0851c
17
CHANGES.rst
17
CHANGES.rst
@ -1,3 +1,11 @@
|
|||||||
|
Changes in synapse v0.19.0-rc3 (2017-02-03)
|
||||||
|
===========================================
|
||||||
|
|
||||||
|
* Fix email push in pusher worker (PR #1875)
|
||||||
|
* Make presence.get_new_events a bit faster (PR #1876)
|
||||||
|
* Make /keys/changes a bit more performant (PR #1877)
|
||||||
|
|
||||||
|
|
||||||
Changes in synapse v0.19.0-rc2 (2017-02-02)
|
Changes in synapse v0.19.0-rc2 (2017-02-02)
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
@ -10,18 +18,19 @@ Changes in synapse v0.19.0-rc1 (2017-02-02)
|
|||||||
Features:
|
Features:
|
||||||
|
|
||||||
* Add support for specifying multiple bind addresses (PR #1709, #1712, #1795,
|
* Add support for specifying multiple bind addresses (PR #1709, #1712, #1795,
|
||||||
#1835)
|
#1835). Thanks to @kyrias!
|
||||||
* Add /account/3pid/delete endpoint (PR #1714)
|
* Add /account/3pid/delete endpoint (PR #1714)
|
||||||
* Add config option to configure the Riot URL used in notification emails (PR
|
* Add config option to configure the Riot URL used in notification emails (PR
|
||||||
#1811)
|
#1811). Thanks to @aperezdc!
|
||||||
* Add username and password config options for turn server (PR #1832)
|
* Add username and password config options for turn server (PR #1832). Thanks
|
||||||
|
to @xsteadfastx!
|
||||||
* Implement device lists updates over federation (PR #1857, #1861, #1864)
|
* Implement device lists updates over federation (PR #1857, #1861, #1864)
|
||||||
* Implement /keys/changes (PR #1869, #1872)
|
* Implement /keys/changes (PR #1869, #1872)
|
||||||
|
|
||||||
|
|
||||||
Changes:
|
Changes:
|
||||||
|
|
||||||
* Improve IPv6 support (PR #1696)
|
* Improve IPv6 support (PR #1696). Thanks to @kyrias and @glyph!
|
||||||
* Log which files we saved attachments to in the media_repository (PR #1791)
|
* Log which files we saved attachments to in the media_repository (PR #1791)
|
||||||
* Linearize updates to membership via PUT /state/ to better handle multiple
|
* Linearize updates to membership via PUT /state/ to better handle multiple
|
||||||
joins (PR #1787)
|
joins (PR #1787)
|
||||||
|
@ -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.19.0-rc2"
|
__version__ = "0.19.0-rc3"
|
||||||
|
Loading…
Reference in New Issue
Block a user