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

Synapse 0.33.7rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@hawkowl hawkowl released this 15 Oct 11:26
· 11065 commits to master since this release
v0.33.7rc1

Features

Bugfixes

  • Fix bug in event persistence logic which caused 'NoneType is not iterable' (#3995)
  • Fix exception in background metrics collection (#3996)
  • Fix exception handling in fetching remote profiles (#3997)
  • Fix handling of rejected threepid invites (#3999)
  • Workers now start on Python 3. (#4027)
  • Synapse now starts on Python 3.7. (#4033)

Internal Changes

  • Log exceptions in looping calls (#4008)
  • Optimisation for serving federation requests (#4017)
  • Add metric to count number of non-empty sync responses (#4022)