Skip to content

4.8.0

Compare
Choose a tag to compare
@bednar bednar released this 01 Dec 14:55
· 152 commits to master since this release

⚠️ The client can be created without InfluxDBClientFactory:

using var client = new InfluxDBClient("http://localhost:8086", "my-token");

Features

  1. #388: Initialize C# client without InfluxDBClientFactory

Bug Fixes

  1. #426: Parsing HTTP headers with duplicated name

CI

  1. #416: Add build for .NET 7.0

Dependencies

Update dependencies:

Build:

  • #418: RestSharp to 108.0.3
  • #423: Newtonsoft.Json to 13.0.2
  • #405: NodaTime.Serialization.JsonNet to 3.0.1
  • #413: CsvHelper to 30.0.1

Examples:

  • #424: Radzen.Blazor to 4.3.8

Test:

  • #422: WireMock.Net to 1.5.11
  • #412: Microsoft.NET.Test.Sdk to 17.4.0
  • #417: NUnit3TestAdapter to 4.3.1