Releases: MikaelGRA/InfluxDB.Client
Releases · MikaelGRA/InfluxDB.Client
3.5.1
- Added support for custom Timeout #26
3.5.0
- Added support for more primitive types #23
- Added support for (optional) gzip during write operation #24
3.4.1
- 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
- Added support for custom timestamps and preserving timestamp offsets #20
3.3.0
- 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.0.4
- Fixed issue #12
- Fixed internal tests so they no longer collide
3.0.3
- 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