Skip to content

Sygnal v0.8.0

Compare
Choose a tag to compare
@reivilibre reivilibre released this 27 Jul 14:53
v0.8.0

Features

  • Add support for HTTP CONNECT proxies on outbound FCM and APNs traffic, with optional support for HTTP Proxy Basic Authentication. (#130)
  • Add support for per-pushkin in-flight request limiting. (#132)

Internal Changes

  • Fixed MyPy errors so it can be enabled in CI and gradually be increased in coverage. (#131)
  • Attempt the same number of retries for both GCM and APNS. (#133)
  • Use tox for tests and linting. (#134)
  • Include libpq5 in the docker image. (#135)