Skip to content

v0.9.0

Compare
Choose a tag to compare
@clokep clokep released this 19 Mar 13:47
v0.9.0

Sygnal 0.9.0 (2021-03-19)

Features

  • Add experimental support for WebPush pushkins. (#177)

Bugfixes

  • Fix erroneous warning log line when setting the max_connections option in a GCM app config. (#157)
  • Fix bug where the sygnal_inflight_request_limit_drop metric would not appear in prometheus until requests were actually dropped. (#172)
  • Fix bug where Sygnal would not recover after losing connection to the database. (#179)

Improved Documentation

Internal Changes

  • Remove a source of noisy (but otherwise harmless) exceptions in tests. (#149)
  • Add tests for HTTP Proxy support. (#151, #152)
  • Remove extraneous log line. (#174)
  • Fix type hints due to Twisted upgrade. (#178)