Skip to content

Releases: MikaelGRA/InfluxDB.Client

3.5.1

05 Dec 18:55
cc90dce
Compare
Choose a tag to compare
  • Added support for custom Timeout #26

3.5.0

21 Nov 19:40
12d48d2
Compare
Choose a tag to compare
  • Added support for more primitive types #23
  • Added support for (optional) gzip during write operation #24

3.4.1

02 Nov 17:16
Compare
Choose a tag to compare
  • Added documentation for IHaveMeasurementNname
  • Added NamedDynamicInfluxRow that implement IHaveMeasurementName
  • Fixed bug that caused MeasurementName not to be written into classes implementing IHaveMeasurementName when querying

3.4.0

08 Oct 12:39
Compare
Choose a tag to compare
  • Added support for custom timestamps and preserving timestamp offsets #20

3.3.1

25 Sep 19:08
Compare
Choose a tag to compare

3.3.0

24 Sep 15:00
Compare
Choose a tag to compare
  • Added feature #15 to support better reading of chunked data
  • Fixed bug where "n" was being used to represent nanoseconds instead of "ns"
  • Changed behavior of InfluxSeries.GroupedTags to never be null, instead it will be an empty dictionary if no GROUP BY is specified

3.2.0

22 Sep 21:07
Compare
Choose a tag to compare

3.1.0

22 Jun 20:49
Compare
Choose a tag to compare

3.0.4

26 Apr 12:05
Compare
Choose a tag to compare
  • Fixed issue #12
  • Fixed internal tests so they no longer collide

3.0.3

01 Apr 14:13
Compare
Choose a tag to compare
  • Fixed chunking support. #11
  • Changed newtonsoft json dependency to actually existing version.
  • Change InfluxException throwing behaviour such that they are only throw in case of non-200 status code or other internal exception