Releases: influxdata/influxdb-client-csharp
Releases · influxdata/influxdb-client-csharp
1.17.0
Features
- #146: Add support for querying by
LINQ
- #171: Add
QueryApiSync
for synchronous querying - #171: Add
IDomainObjectMapper
for custom mapping DomainObject from/to InfluxDB - #180: Add a mutable
PointData.Builder
to optimize building of immutablePointData
API
- #174: Add possibility to use
CancellationToken
in REST API - #179: Add possibility to use
CancellationToken
in 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.Http
andMicrosoft.Bcl.AsyncInterfaces
CI
- #165: Updated stable image to
influxdb:latest
and 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