Skip to content

Bump InfluxDB.Client from 4.15.0 to 4.18.0 #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 13, 2024

Bumps InfluxDB.Client from 4.15.0 to 4.18.0.

Release notes

Sourced from InfluxDB.Client's releases.

4.18.0

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

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

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

... (truncated)

Changelog

Sourced from InfluxDB.Client's changelog.

4.18.0 [2024-09-13]

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]

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
  • #662: Microsoft.Extensions.ObjectPool to 8.0.8

Test:

  • #652: NUnit3TestAdapter to 4.6.0
  • #654: WireMock.Net to 1.5.62
  • #661: Microsoft.NET.Test.Sdk to 17.11.0

Examples:

  • #664: Radzen.Blazor to 5.1.6

4.16.0 [2024-06-24]

Features:

  • #633: Add package XML documentation.

Dependencies

Update dependencies:

Build:

  • #634: CsvHelper to 32.0.3

... (truncated)

Commits
  • 407e375 chore(release): release version 4.18.0 [skip ci]
  • ed645d1 chore(deps): Bump WireMock.Net from 1.5.62 to 1.6.1 (#663)
  • c723766 test: add test for server returning 201 Created for writes (#665)
  • 412970c chore(deps): Bump Microsoft.Extensions.ObjectPool from 8.0.7 to 8.0.8 (#662)
  • 39fc378 chore(deps): Bump Radzen.Blazor from 5.0.6 to 5.1.6 (#664)
  • 3464c5c chore(deps): Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0 (#661)
  • f212951 feat: add response headers to HttpException (#658)
  • fd2ea47 docs: Update CHANGELOG.md
  • 66d226c chore(deps): Bump RestSharp from 111.4.0 to 112.0.0 in /Client.Core (#659)
  • 11c2f23 chore(release): prepare for next development iteration
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [InfluxDB.Client](https://github.com/influxdata/influxdb-client-csharp) from 4.15.0 to 4.18.0.
- [Release notes](https://github.com/influxdata/influxdb-client-csharp/releases)
- [Changelog](https://github.com/influxdata/influxdb-client-csharp/blob/master/CHANGELOG.md)
- [Commits](influxdata/influxdb-client-csharp@v4.15.0...v4.18.0)

---
updated-dependencies:
- dependency-name: InfluxDB.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants