Releases: ahdde/graphite.net
Releases · ahdde/graphite.net
v3.0.0
01 Mar 11:14
Compare
Sorry, something went wrong.
No results found
v2.3.0
11 Jun 19:31
Compare
Sorry, something went wrong.
No results found
add connection pooling for carbon connections
v2.2.0
21 Jan 11:51
Compare
Sorry, something went wrong.
No results found
updated references (Razorvine introduced signed binaries, so bindingRedirect won't work)
v2.1.1
20 Dec 10:58
Compare
Sorry, something went wrong.
No results found
Fixed
explicitly set IPv4 if UseDualStack was disabled to support netcoreapp3.0
v2.1.0
10 Sep 13:53
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed
add missing CancellationToken to async methods (#14 )
v1.0.9
29 Jan 16:57
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
v1.0.7
10 Jul 18:20
Compare
Sorry, something went wrong.
No results found
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 )