Releases: MikaelGRA/InfluxDB.Client
Releases · MikaelGRA/InfluxDB.Client
4.0.3
- 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
- Support decimals (stored as float point) and DateTimeOffsets (stored as string) as fields.
4.0.0
- 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
- Support parameter binding #37
3.6.4
- Fixed #36, Added interface (IInfluxClient) for all public methods on InfluxClient.
3.6.3
- Fixed #35, default "chunked" parameter to true when using ReadChunkedAsync method to query data.
3.6.2
- Support for replacing existings timestamp parsers in DefaultTimestampParserRegistry
3.6.1
- 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
- Fixed proper escaping of measurement names
- Added support for primitive types as tags #29
3.5.2
- Added overload of constructor to InfluxClient that takes HttpClient #27