diff options
author | Erik Johnston <erik@matrix.org> | 2015-06-15 18:26:24 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-06-15 18:26:24 +0100 |
commit | f13890ddcec3c581cb7a9c5fd07b856134fbf5f6 (patch) | |
tree | 9af75062a32c58bd986ec9306d9ff570cb92e84f /CHANGES.rst | |
parent | Disable twisted access logging. Move access logging to SynapseRequest object (diff) | |
parent | Merge pull request #185 from matrix-org/erikj/listeners_config (diff) | |
download | synapse-f13890ddcec3c581cb7a9c5fd07b856134fbf5f6.tar.xz |
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/sanitize_logging
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 778d3c00ec..62aecda27a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,17 +1,22 @@ +Changes in synapse v0.9.2-r2 (2015-06-15) +========================================= + +Fix packaging so that schema delta python files get included in the package. + Changes in synapse v0.9.2 (2015-06-12) ====================================== General: -* Use ultrajson for json deserialisation, and for serialisation when a - canonical encoding is not required. Ultrajson is significantly faster - than simplejson in some circumstances. +* Use ultrajson for json (de)serialisation when a canonical encoding is not + required. Ultrajson is significantly faster than simplejson in certain + circumstances. * Use connection pools for outgoing HTTP connections. * Process thumbnails on separate threads. Configuration: -* Add option to disable HTTP response compression. +* Add option, ``gzip_responses``, to disable HTTP response compression. Federation: |