0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-02 09:28:20 +02:00

Update CHANGES.rst

This commit is contained in:
Erik Johnston 2015-02-12 10:42:45 +00:00
parent 7fedc36ccc
commit 74f49b872e

View file

@ -1,9 +1,16 @@
Changes in develop
==================
* pydenticon support -- adds dep on pydenticon
* pylru
* simplejson
* Add initial implementation of the `query auth` fedeartion API, allowing
servers to agree on whether an event should be allowed or rejected.
* Persist events we have rejected from federation, fixing the bug where
servers would keep requesting the same events.
* Various performance improvements, including:
- Caching common queries such as fetching events and current state.
- Upgraded JSON library.
* Add default avatars to new user accounts using pydenticon library.
* Correctly time out federation requests.
* Retry federation requests against different servers.
Changes in synapse 0.6.1 (2015-01-07)
=====================================