Skip to content

Sygnal 0.3.0 (2020-03-24)

Compare
Choose a tag to compare
@richvdh richvdh released this 24 Mar 16:39
v0.3.0

Features

  • Add prometheus metric for the number of requests in flight. (#87)
  • Add prometheus metrics to track pushkin things. (#88)

Bugfixes

  • Fix warnings about finish() after disconnect. (#84)
  • Fix a bug which meant that requests were logged with an invalid timestamp. (#86)

Internal Changes

  • Change how we stub out HTTP requests in the tests. (#85)