Releases: influxdata/influxdb-client-csharp
Releases · influxdata/influxdb-client-csharp
Release list
5.1.0
CI
- #712: Update dotnet-5.0 image from "mcr.microsoft.com/dotnet/sdk:5.0" to "mcr.microsoft.com/dotnet/sdk:5.0-bullseye-slim".
- #724: Set snapshot version properly in ci-deploy-snapshot.sh
- #728: Set up auto merge dependabot workflow.
- #738: The token in the Management API is no longer plain text.
- #748: Set prefix commit message for dependabot.
What's Changed
- ci: update dotnet-5.0 image by @NguyenHoangSon96 in #721
- ci: set snapshot properly for deploy preview by @NguyenHoangSon96 in #724
- chore(deps): Update RestSharp to 113.1.0 and use Timeout property by @drocx in #719
- docs(Client.Legacy): correct 'occured' -> 'occurred' in README example by @SAY-5 in #725
- ci: set up auto-merge dependabot by @NguyenHoangSon96 in #728
- chore(deps): Bump Microsoft.Extensions.ObjectPool from 9.0.0 to 9.0.4 by @dependabot[bot] in #716
- chore(deps): Bump System.Collections.Immutable from 9.0.1 to 9.0.4 by @dependabot[bot] in #715
- chore(deps): Bump Radzen.Blazor from 5.7.2 to 6.6.4 by @dependabot[bot] in #713
- chore(deps): Bump coverlet.collector from 6.0.3 to 6.0.4 by @dependabot[bot] in #697
- chore(deps): Bump WireMock.Net from 1.6.11 to 1.7.1 by @dependabot[bot] in #699
- chore(deps): Bump NodaTime from 3.2.0 to 3.2.2 by @dependabot[bot] in #710
- chore(deps): Bump Tomlyn.Signed from 0.18.0 to 0.19.0 by @dependabot[bot] in #711
- chore(deps): Bump System.Configuration.ConfigurationManager from 9.0.0 to 9.0.4 by @dependabot[bot] in #714
- test: refactor token test by @NguyenHoangSon96 in #738
- Bump coverlet.collector from 6.0.4 to 10.0.0 by @dependabot[bot] in #729
- Bump CsvHelper from 33.0.1 to 33.1.0 by @dependabot[bot] in #730
- Bump NodaTime from 3.2.2 to 3.3.2 by @dependabot[bot] in #736
- Bump Microsoft.NET.Test.Sdk from 17.12.0 to 17.13.0 by @dependabot[bot] in #733
- Bump Microsoft.Net.Http.Headers from 2.3.0 to 2.3.9 by @dependabot[bot] in #732
- Bump Newtonsoft.Json from 13.0.3 to 13.0.4 by @dependabot[bot] in #735
- Bump Moq from 4.20.69 to 4.20.72 by @dependabot[bot] in #734
- ci: set prefix commit message dependabot by @NguyenHoangSon96 in #748
- chore(deps): Bump Radzen.Blazor from 6.6.4 to 10.4.0 by @dependabot[bot] in #749
- chore(deps): Bump Tomlyn.Signed from 0.19.0 to 2.4.0 by @dependabot[bot] in #750
- chore(deps): Bump coverlet.collector from 10.0.0 to 10.0.1 by @dependabot[bot] in #753
- chore(deps): Bump Microsoft.Net.Http.Headers from 2.3.9 to 2.3.10 by @dependabot[bot] in #755
- chore(deps): Bump Microsoft.Extensions.ObjectPool from 9.0.4 to 10.0.8 by @dependabot[bot] in #754
- chore(deps): Bump Radzen.Blazor from 10.4.0 to 10.4.3 by @dependabot[bot] in #756
- chore(deps): Bump System.Collections.Immutable from 9.0.4 to 10.0.8 by @dependabot[bot] in #757
- chore(deps): Bump System.Configuration.ConfigurationManager from 9.0.4 to 10.0.8 by @dependabot[bot] in #758
- chore(deps): Bump Radzen.Blazor from 10.4.3 to 10.4.6 by @dependabot[bot] in #761
- chore(deps): Bump WireMock.Net from 1.7.1 to 1.25.0 by @dependabot[bot] in #763
- chore(deps): Bump Tomlyn.Signed from 2.4.0 to 2.4.1 by @dependabot[bot] in #762
- chore: upgrade NUnit3TestAdapter by @NguyenHoangSon96 in #764
- ci: fix codecov upload script by @NguyenHoangSon96 in #765
New Contributors
- @NguyenHoangSon96 made their first contribution in #721
- @drocx made their first contribution in #719
- @SAY-5 made their first contribution in #725
Full Changelog: v5.0.0...v5.1.0
5.0.0
Dependencies
Features
- #615: Use IEnumerable in WriteApi to eliminate unnescessary memmory allocations
CI
- #681: Add build for
dotnet8