Synapse v0.33.0.rc1 Release Notes

Release Date: 2018-07-18 // almost 6 years ago
  • 🔋 Features

    • Enforce the specified API for report_event. (#3316)
    • Include CPU time from database threads in request/block metrics. (#3496, #3501)
    • Add CPU metrics for _fetch_event_list. (#3497)
    • Optimisation to make handling incoming federation requests more efficient. (#3541)

    🛠 Bugfixes

    • 🐎 Fix a significant performance regression in /sync. (#3505, #3521, #3530, #3544)
    • 📦 Use more portable syntax in our use of the attrs package, widening the supported versions. (#3498)
    • Fix queued federation requests being processed in the wrong order. (#3533)
    • Ensure that erasure requests are correctly honoured for publicly accessible rooms when accessed over federation. (#3546)

    Misc

    Synapse 0.32.2 (2018-07-07)

    🛠 Bugfixes

    • Amend the Python dependencies to depend on attrs from PyPI, not attr (#3492)

    Synapse 0.32.1 (2018-07-06)

    🛠 Bugfixes

    • Add explicit dependency on netaddr (#3488)