- #23: Added WriteApiAsync for asynchronous write without batching
- #96: The PointData builder is now immutable
- #94: Update swagger to latest version
- #103: Removed log system from Bucket, Dashboard, Organization, Task and Users API - influxdb#18459
- #104: Upgraded InfluxDB 1.7 to 1.8
- #84: Add possibility to authenticate by Basic Authentication or the URL query parameters
- #91: Added support "inf" in Duration
- #92: Remove trailing slash from connection URL
- #70: Optimized mapping of measurements into
PointData
- #69: Write buffer uses correct flush interval and batch size under heavy load
- #77: Clarify how to use a client with InfluxDB 1.8
- #74: update CsvHelper to [15.0.4,16.0)
- #61: Set User-Agent to influxdb-client-csharp/VERSION for all requests
- #64: Add authentication with Username and Password for Client.Legacy
- #63: Correctly parse CSV where multiple results include multiple tables
- #57: LogLevel Header also contains query parameters
- #58: CircleCI builds over dotnet 2.2, 3.0 and 3.1; Added build on Windows Server 2019
- #60: Deploy dev version to Nuget repository
- #52: Updated swagger to latest version
- #54: Added beta release to continuous integration
- #56: WriteApi is disposed after a buffer is fully processed
- #49: Optimized serialization to LineProtocol
- #46: Updated swagger to latest version
- #43 Added DeleteApi
- #42: Updated swagger to latest version
- #34: Renamed Point class to PointData and Task class to TaskType (improving the usability of this library)
- #40: Added
Async
suffix into asynchronous methods
- #59: Added support for Monitoring & Alerting
- #36: Updated swagger to latest version
- #31: Drop NaN and infinity values from fields when writing to InfluxDB
- #39: FluxCSVParser uses a CultureInfo for parsing string to double
- #29: Added support for gzip compression of query response and write body
- #27: The org parameter takes either the ID or Name interchangeably
- #25: Updated swagger to latest version
- #24: The data point without field should be ignored
- Client: The reference C# client that allows query, write and InfluxDB 2.0 management
- Client.Legacy: The reference C# client that allows you to perform Flux queries against InfluxDB 1.7+