Skip to content

v1.0.9

Compare
Choose a tag to compare
@zivillian zivillian released this 29 Jan 16:57

Fixed

  • JSON serialization of MetricDatapoint (#8)

Added

  • Sum/Min/Max overload for IEnumerable<SeriesListBase> (#9)
  • ConfigureAwait(false) on all async calls to prevent deadlocks (#12)
  • add CancellationToken to async methods (#13)