Releases: influxdata/influxdb-client-csharp
Releases · influxdata/influxdb-client-csharp
1.7.0
Features
- #70: Optimized mapping of measurements into
PointData
Bug Fixes
- #69: Write buffer uses correct flush interval and batch size under heavy load
Documentation
- #77: Clarify how to use a client with InfluxDB 1.8
Dependencies
- #74: update CsvHelper to [15.0.4,16.0)
1.6.0
Features
- #61: Set User-Agent to influxdb-client-csharp/VERSION for all requests
- #64: Add authentication with Username and Password for Client.Legacy
Bugs
- #63: Correctly parse CSV where multiple results include multiple tables
1.5.0
Features
- #57: LogLevel Header also contains query parameters
CI
- #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
1.4.0
API
- #52: Updated swagger to latest version
CI
- #54: Added beta release to continuous integration
Bugs
- #56: WriteApi is disposed after a buffer is fully processed
1.3.0
Performance
- #49: Optimized serialization to LineProtocol
API
- #46: Updated swagger to latest version
Bugs
- #45: Assemblies are strong-named
- #48: Packing library icon into a package
1.2.0
Features
- #43 Added DeleteApi
API
- #42: Updated swagger to latest version
1.1.0
Breaking Changes
- #34: Renamed Point class to PointData and Task class to TaskType (improving the usability of this library)
- #40: Added
Async
suffix into asynchronous methods
Features
- #59: Added support for Monitoring & Alerting
API
- #36: Updated swagger to latest version
Bugs
- #31: Drop NaN and infinity values from fields when writing to InfluxDB
- #39: FluxCSVParser uses a CultureInfo for parsing string to double
1.0.0
Features
- #29: Added support for gzip compression of query response and write body
Bugs
- #27: The org parameter takes either the ID or Name interchangeably
API
- #25: Updated swagger to latest version