Skip to content

Releases: MikaelGRA/InfluxDB.Client

4.0.3

19 Apr 17:47
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Support decimals (stored as float point) and DateTimeOffsets (stored as string) as fields.

4.0.0

19 Jan 13:18
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Support parameter binding #37

3.6.4

27 Aug 20:22
Compare
Choose a tag to compare
  • Fixed #36, Added interface (IInfluxClient) for all public methods on InfluxClient.

3.6.3

18 Jul 21:27
60a842d
Compare
Choose a tag to compare
  • Fixed #35, default "chunked" parameter to true when using ReadChunkedAsync method to query data.

3.6.2

09 Jun 09:10
ec23903
Compare
Choose a tag to compare
  • Support for replacing existings timestamp parsers in DefaultTimestampParserRegistry

3.6.1

14 Apr 18:09
1251dd1
Compare
Choose a tag to compare
  • 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
e71bdf1
Compare
Choose a tag to compare
  • Fixed proper escaping of measurement names
  • Added support for primitive types as tags #29

3.5.2

13 Jan 18:05
4e020b5
Compare
Choose a tag to compare
  • Added overload of constructor to InfluxClient that takes HttpClient #27