Skip to content

Releases: influxdata/influxdb-client-csharp

1.7.0

17 Apr 05:59
Compare
Choose a tag to compare

Features

  1. #70: Optimized mapping of measurements into PointData

Bug Fixes

  1. #69: Write buffer uses correct flush interval and batch size under heavy load

Documentation

  1. #77: Clarify how to use a client with InfluxDB 1.8

Dependencies

  1. #74: update CsvHelper to [15.0.4,16.0)

1.6.0

13 Mar 08:24
Compare
Choose a tag to compare

Features

  1. #61: Set User-Agent to influxdb-client-csharp/VERSION for all requests
  2. #64: Add authentication with Username and Password for Client.Legacy

Bugs

  1. #63: Correctly parse CSV where multiple results include multiple tables

1.5.0

14 Feb 08:12
Compare
Choose a tag to compare

Features

  1. #57: LogLevel Header also contains query parameters

CI

  1. #58: CircleCI builds over dotnet 2.2, 3.0 and 3.1; Added build on Windows Server 2019
  2. #60: Deploy dev version to Nuget repository

1.4.0

17 Jan 08:51
Compare
Choose a tag to compare

API

  1. #52: Updated swagger to latest version

CI

  1. #54: Added beta release to continuous integration

Bugs

  1. #56: WriteApi is disposed after a buffer is fully processed

1.3.0

06 Dec 08:06
Compare
Choose a tag to compare

Performance

  1. #49: Optimized serialization to LineProtocol

API

  1. #46: Updated swagger to latest version

Bugs

  1. #45: Assemblies are strong-named
  2. #48: Packing library icon into a package

1.2.0

08 Nov 08:10
Compare
Choose a tag to compare

Features

  1. #43 Added DeleteApi

API

  1. #42: Updated swagger to latest version

1.1.0

11 Oct 09:24
Compare
Choose a tag to compare

Breaking Changes

  1. #34: Renamed Point class to PointData and Task class to TaskType (improving the usability of this library)
  2. #40: Added Async suffix into asynchronous methods

Features

  1. #59: Added support for Monitoring & Alerting

API

  1. #36: Updated swagger to latest version

Bugs

  1. #31: Drop NaN and infinity values from fields when writing to InfluxDB
  2. #39: FluxCSVParser uses a CultureInfo for parsing string to double

1.0.0

23 Aug 11:04
Compare
Choose a tag to compare

Features

  1. #29: Added support for gzip compression of query response and write body

Bugs

  1. #27: The org parameter takes either the ID or Name interchangeably

API

  1. #25: Updated swagger to latest version