Skip to content

Releases: influxdata/influxdb-client-csharp

5.1.0

Choose a tag to compare

@bednar bednar released this 10 Jun 09:31

CI

  1. #712: Update dotnet-5.0 image from "mcr.microsoft.com/dotnet/sdk:5.0" to "mcr.microsoft.com/dotnet/sdk:5.0-bullseye-slim".
  2. #724: Set snapshot version properly in ci-deploy-snapshot.sh
  3. #728: Set up auto merge dependabot workflow.
  4. #738: The token in the Management API is no longer plain text.
  5. #748: Set prefix commit message for dependabot.

What's Changed

New Contributors

Full Changelog: v5.0.0...v5.1.0

5.0.0

Choose a tag to compare

@bednar bednar released this 13 Jan 11:15

Dependencies

⚠️ Important Notice: Starting from this release, we won’t be listing every dependency change in our changelog. This helps us maintain the project faster and focus on important features for our InfluxDB client.

Features

  1. #615: Use IEnumerable in WriteApi to eliminate unnescessary memmory allocations

CI

  1. #681: Add build for dotnet8

4.18.0

Choose a tag to compare

@bednar bednar released this 13 Sep 06:38

Features:

  1. #658: Add HttpHeaders as IEnumerable<RestSharp.HttpParameter> to HttpException and facilitate access in WriteErrorEvent. Includes new example HttpErrorHandling.

Dependencies

Update dependencies:

Build:

  • #659: RestSharp to 112.0.0

Test:

  • #663: WireMock.Net to 1.6.1

4.17.0 [2024-08-12]

4.17.0

Choose a tag to compare

@bednar bednar released this 12 Aug 08:10

Breaking Changes

API

  • ApiResponse headers has been changed to IEnumerable<(string Name, string Value)>

Bug Fixes

  1. #649: Use HttpCompletionOption.ResponseHeadersRead for asynchronous QueryApi

Dependencies

Update dependencies:

Build:

  • #650: RestSharp to 111.4.0
  • #655: Microsoft.Extensions.ObjectPool to 8.0.7

Test:

  • #652: NUnit3TestAdapter to 4.6.0
  • #654: WireMock.Net to 1.5.62

Examples:

  • #657: Radzen.Blazor to 5.0.6

4.16.0

Choose a tag to compare

@bednar bednar released this 24 Jun 09:42

Features:

  • #633: Add package XML documentation.

Dependencies

Update dependencies:

Build:

  • #634: CsvHelper to 32.0.3
  • #635: Microsoft.Extensions.ObjectPool to 8.0.6
  • #638: System.Reactive to 6.0.1

Test:

  • #639: Microsoft.NET.Test.Sdk to 17.10.0
  • #641: WireMock.Net to 1.5.56

Examples:

  • #636: Radzen.Blazor to 4.32.3

4.15.0

Choose a tag to compare

@bednar bednar released this 17 May 08:59

Bug Fixes

  1. #632: Use HttpCompletionOption.ResponseHeadersRead for streaming

Dependencies

Update dependencies:

Build:

  • #619: CsvHelper to 31.0.2
  • #629: Microsoft.Extensions.ObjectPool to 8.0.3

Test:

  • #608: NUnit to 3.14.0
  • #616: Microsoft.NET.Test.Sdk to 17.9.0
  • #626: coverlet.collector to 6.0.2
  • #628: WireMock.Net to 1.5.51

Examples:

  • #627: Radzen.Blazor to 4.29.1
  • #622: NodaTime to 3.1.11

4.14.0

Choose a tag to compare

@bednar bednar released this 07 Nov 09:47

Features

  1. #590: Allows disable Trace verbose messages

Dependencies

Update dependencies:

Build:

  • #588: Microsoft.Extensions.ObjectPool to 7.0.13
  • #572: NodaTime.Serialization.JsonNet to 3.1.0

Examples:

  • #589: Radzen.Blazor to 4.19.1

Test:

  • #587: WireMock.Net to 1.5.39
  • #573: Microsoft.NET.Test.Sdk to 17.7.2
  • #568: Moq to 4.20.69

4.13.0

Choose a tag to compare

@bednar bednar released this 28 Jul 04:09

Features

  1. #528: Add HttpClient as a part of InfluxDBClientOptions

Bug Fixes

  1. #555: Chaining multiple conditions in LINQ queries

Dependencies

Update dependencies:

Build:

  • #525: System.Reactive to 6.0.0
  • #549: Microsoft.Extensions.ObjectPool to 7.0.9

Examples:

  • #556: Radzen.Blazor to 4.14.1

Test:

  • #543: Microsoft.NET.Test.Sdk to 17.6.3
  • #524: coverlet.collector to 6.0.0
  • #550: WireMock.Net to 1.5.32
  • #529: NUnit3TestAdapter to 4.5.0

4.12.0

Choose a tag to compare

@bednar bednar released this 28 Apr 07:14
3a0d0d9

Bug Fixes

  • #510: Passing aggregation function to AggregateWindow for LINQ queries

Dependencies

Update dependencies:

Build:

  • #497: NodaTime to 3.1.9
  • #485: Newtonsoft.Json to 13.0.3
  • #506: Microsoft.Extensions.ObjectPool to 7.0.5
  • #509: RestSharp to 110.2.0

Examples:

  • #511: Radzen.Blazor to 4.10.1

Test:

  • #508: WireMock.Net to 1.5.23
  • #480: NUnit3TestAdapter to 4.4.2
  • #473: Microsoft.NET.Test.Sdk to 17.5.0

v4.11.0

Choose a tag to compare

@powersj powersj released this 23 Feb 20:48
48e76a7

4.11.0 [2023-02-23]

Bug Fixes

  • Revert [#408] conversion of double to string can result in a loss of precision