Skip to content

Releases: ahdde/graphite.net

v3.0.0

01 Mar 11:14
031b35d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v3.0.0

v2.3.0

11 Jun 19:31
ab4db53
Compare
Choose a tag to compare
  • add connection pooling for carbon connections

v2.2.0

21 Jan 11:51
Compare
Choose a tag to compare
  • updated references (Razorvine introduced signed binaries, so bindingRedirect won't work)

v2.1.1

20 Dec 10:58
Compare
Choose a tag to compare

Fixed

  • explicitly set IPv4 if UseDualStack was disabled to support netcoreapp3.0

v2.1.0

10 Sep 13:53
Compare
Choose a tag to compare

Added

  • enable/disable dual stack (#21)
  • generic Function to support missing functions

Fixed

  • add missing keepState parameter to aggregateLine (#22)

v2.0.0

25 Oct 16:11
ddc26e7
Compare
Choose a tag to compare

Fixed

  • invalid parameter type for
    • averageAbove()
    • averageBelow()
    • maximumAbove()
    • maximumBelow()
    • minimumAbove()
    • minimumBelow()
    • removeAboveValue()
    • removeBelowValue()
    • useSeriesAbove()

Added

  • netstandard2.0 support (thanks @shawnallen85)
  • group() extension method for series collections

v1.0.10

31 Jan 10:21
ee4f421
Compare
Choose a tag to compare

Fixed

  • add missing CancellationToken to async methods (#14)

v1.0.9

29 Jan 16:57
Compare
Choose a tag to compare

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)

v1.0.8

13 Oct 16:20
Compare
Choose a tag to compare

Added

v1.0.7

10 Jul 18:20
Compare
Choose a tag to compare

Fixed

  • fix exception for really long requests (>65000 chars) ( merged from pull request #2 )

Added

  • custom exception with detailed error information for non 200 responses (#3)