Releases: influxdata/influxdb-client-csharp
Releases · influxdata/influxdb-client-csharp
1.18.0
Features
- #184: Add possibility to specify
WebProxyfor Client - #185: Use
group()function in output Flux query. See details - Group function [LINQ] - #186: Produce a typed HTTP exception
- #188: Switch
pivot()anddrop()function to achieve better performance
Bug Fixes
- #183: Propagate runtime exception to EventHandler
1.17.0
Features
- #146: Add support for querying by
LINQ - #171: Add
QueryApiSyncfor synchronous querying - #171: Add
IDomainObjectMapperfor custom mapping DomainObject from/to InfluxDB - #180: Add a mutable
PointData.Builderto optimize building of immutablePointData
API
- #174: Add possibility to use
CancellationTokenin REST API - #179: Add possibility to use
CancellationTokenin the async write API (WriteApiAsync)
Bug Fixes
- #168: DateTime is always serialized into UTC
- #169: Fix domain structure for Flux AST
- #181: Remove download overhead for Queries
Dependencies
- #175: Update dependencies of
InfluxDB.Client:- JsonSubTypes to 1.8.0
- Microsoft.Extensions.ObjectPool to 5.0.4
- Microsoft.Net.Http.Headers to 2.2.8
- System.Collections.Immutable to 5.0.0
- System.Configuration.ConfigurationManager to 5.0.0
- System.Reactive to 5.0.0
- #182: Update test dependencies:
- Microsoft.NET.Test.Sdk to 16.5.0
CI
- #182: Add build for
dotnet5, Fix code coverage report
1.16.0
Bug Fixes
- #154: Always use
ConfigureAwait(false)to avoid unnecessary context switching and potential dead-locks. Avoid unnecessary await overhead. - #158: Remove Unnecesary dependencies:
System.Net.HttpandMicrosoft.Bcl.AsyncInterfaces
CI
- #165: Updated stable image to
influxdb:latestand nightly toquay.io/influxdb/influxdb:nightly
1.15.0
1.14.0
1.13.0
1.12.0
1.11.0
1.10.0
1.9.0
Features
- #96: The PointData builder is now immutable
API
- #94: Update swagger to latest version
- #103: Removed log system from Bucket, Dashboard, Organization, Task and Users API - influxdb#18459
CI
- #104: Upgraded InfluxDB 1.7 to 1.8