Releases: MikaelGRA/InfluxDB.Client
Releases · MikaelGRA/InfluxDB.Client
4.0.3
19 Apr 17:47
Compare
Sorry, something went wrong.
No results found
Fixed a bug where the character used for escaping in a field value was not properly escaped itself when writing to influxdb
4.0.1
04 Mar 20:07
Compare
Sorry, something went wrong.
No results found
Support decimals (stored as float point) and DateTimeOffsets (stored as string) as fields.
4.0.0
19 Jan 13:18
Compare
Sorry, something went wrong.
No results found
All common management operation now uses POST method even if it is operations that does not change anything, such as "SHOW STATS"
Changed most methods on InfluxClient to extension methods
StrongNaming for nuget package #43
Added Shard Group Duration to RETENTION POLICY operations
SourceLink-enabled
Changed framework dependency from netstandard1.3 to netstandard2.0 #46
Fixed #49
Fixed #48
3.7.0
02 Sep 10:32
Compare
Sorry, something went wrong.
No results found
Support parameter binding #37
3.6.4
27 Aug 20:22
Compare
Sorry, something went wrong.
No results found
Fixed #36 , Added interface (IInfluxClient) for all public methods on InfluxClient.
3.6.3
18 Jul 21:27
Compare
Sorry, something went wrong.
No results found
Fixed #35 , default "chunked" parameter to true when using ReadChunkedAsync method to query data.
3.6.2
09 Jun 09:10
Compare
Sorry, something went wrong.
No results found
Support for replacing existings timestamp parsers in DefaultTimestampParserRegistry
3.6.1
14 Apr 18:09
Compare
Sorry, something went wrong.
No results found
Added support for InfluxMeasurementAttribute. #30
Fixed a bug where if different types of rows were specified in the Write method, the operation would fail.
3.6.0
23 Mar 19:09
Compare
Sorry, something went wrong.
No results found
Fixed proper escaping of measurement names
Added support for primitive types as tags #29
3.5.2
13 Jan 18:05
Compare
Sorry, something went wrong.
No results found
Added overload of constructor to InfluxClient that takes HttpClient #27