Compare commits

...

3 Commits

Author SHA1 Message Date
Erik Johnston
5e88d51fb9 Add note about e2e APIs 2015-07-21 10:30:51 +01:00
Erik Johnston
308454e610 Update CHANGES 2015-07-21 10:23:04 +01:00
Erik Johnston
712617b4b2 Bump change log and version to v0.9.4-rc1 2015-07-21 09:50:55 +01:00
2 changed files with 23 additions and 1 deletions

View File

@@ -1,3 +1,25 @@
Changes in synapse v0.9.4-rc1 (2015-07-21)
==========================================
General:
* Add basic implementation of receipts. (SPEC-99)
* Add support for configuration presets in room creation API.
* Add auth event that limits the visibility of history for new users.
(SPEC-134)
* Add SAML2 login/registration support. (Thanks Muthu Subramanian!)
* Add Content-Disposition headers to content repository responses. (SYN-150)
* Add client side key management APIs for end to end encryption.
* Change power level semantics so that you cannot kick, ban or change power
levels of users that have equal or greater power level than you. (SYN-192)
* Improve performance by bulk inserting events where appropriate.
* Improve performance by bulk verifying signatures where appropriate.
Configuration:
* Add support for including TLS certificate chains.
Changes in synapse v0.9.3 (2015-07-01)
======================================

View File

@@ -16,4 +16,4 @@
""" This is a reference implementation of a Matrix home server.
"""
__version__ = "0.9.3"
__version__ = "0.9.4-rc1"