Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

v0.7.1

Compare
Choose a tag to compare
@erikjohnston erikjohnston released this 19 Feb 10:40
· 20641 commits to develop since this release
v0.7.1

Changes in synapse v0.7.1 (2015-02-19)

  • Initial alpha implementation of parts of the Application Services API.
    Including:
    • AS Registration / Unregistration
    • User Query API
    • Room Alias Query API
    • Push transport for receiving events.
    • User/Alias namespace admin control
  • Add cache when fetching events from remote servers to stop repeatedly
    fetching events with bad signatures.
  • Respect the per remote server retry scheme when fetching both events and
    server keys to reduce the number of times we send requests to dead servers.
  • Inform remote servers when the local server fails to handle a received event.
  • Turn off python bytecode generation due to problems experienced when
    upgrading from previous versions.