Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Bump github.com/influxdata/influxdb-client-go/v2 from 2.4.0 to 2.8.1 #132

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 28, 2022

Bumps github.com/influxdata/influxdb-client-go/v2 from 2.4.0 to 2.8.1.

Release notes

Sourced from github.com/influxdata/influxdb-client-go/v2's releases.

v2.8.1

Bug fixes

  • #311 Correctly unwrapping http.Error from Server API calls
  • #315 Masking authorization token in log

v2.8.0

Features

  • #304 Added public constructor for QueryTableResult
  • #307 Synced generated server API with the latest oss.yml.
  • #308 Added Flux query parameters. Supported by InfluxDB Cloud only now.
  • #308 Go 1.17 is required

v2.7.0

Features

Bug fixes

  • #294 WritePoint and WriteRecord of WriteAPIBlocking returns always full error information.
  • #300 Closing the response body after write batch.
  • #302 FluxRecord.Table() returns value of the table column.

v2.6.0

Features

  • #285 Added Client.Ping() function as the only validation method available in both OSS and Cloud.
  • #286 Synced generated server API with the latest oss.yml.
  • #287 Added FluxRecord.Result() function as a convenient way to retrieve the Flux result name of data.

Bug fixes

  • #285 Functions Client.Health() and Client.Ready() correctly report an error when called against InfluxDB Cloud.

Breaking change

  • #285 Function Client.Ready() now returns *domain.Ready with full uptime info.

v2.5.1

Bug fixes

  • #276 Synchronized logging methods of log.Logger.

v2.5.0

Features

  • #264 Synced generated server API with the latest oss.yml.
  • #271 Use exponential random retry strategy
  • #273 Added WriteFailedCallback for WriteAPI allowing to be synchronously notified about failed writes and decide on further batch processing.

Bug fixes

  • #269 Synchronized setters of log.Logger to allow concurrent usage
  • #270 Fixed duplicate Content-Type header in requests to managemet API

Documentation

  • #261 Update Line Protocol document link to v2.0

... (truncated)

Changelog

Sourced from github.com/influxdata/influxdb-client-go/v2's changelog.

2.8.1 [2022-03-21]

Bug fixes

  • #311 Correctly unwrapping http.Error from Server API calls
  • #315 Masking authorization token in log

2.8.0 [2022-02-18]

Features

  • #304 Added public constructor for QueryTableResult
  • #307 Synced generated server API with the latest oss.yml.
  • #308 Added Flux query parameters. Supported by InfluxDB Cloud only now.
  • #308 Go 1.17 is required

2.7.0[2022-01-20]

Features

Bug fixes

  • #294 WritePoint and WriteRecord of WriteAPIBlocking returns always full error information.
  • 300 Closing the response body after write batch.
  • 302 FluxRecord.Table() returns value of the table column.

2.6.0[2021-11-26]

Features

  • #285 Added Client.Ping() function as the only validation method available in both OSS and Cloud.
  • #286 Synced generated server API with the latest oss.yml.
  • #287 Added FluxRecord.Result() function as a convenient way to retrieve the Flux result name of data.

Bug fixes

  • #285 Functions Client.Health() and Client.Ready() correctly report an error when called against InfluxDB Cloud.

Breaking change

  • #285 Function Client.Ready() now returns *domain.Ready with full uptime info.

2.5.1[2021-09-17]

Bug fixes

  • #276 Synchronized logging methods of log.Logger.

2.5.0 [2021-08-20]

Features

  • #264 Synced generated server API with the latest oss.yml.
  • #271 Use exponential random retry strategy
  • #273 Added WriteFailedCallback for WriteAPI allowing to be synchronously notified about failed writes and decide on further batch processing.

Bug fixes

  • #269 Synchronized setters of log.Logger to allow concurrent usage
  • #270 Fixed duplicate Content-Type header in requests to managemet API

Documentation

  • #261 Update Line Protocol document link to v2.0
  • #274 Documenting proxy configuration and HTTP redirects handling
Commits
  • 6903b0a docs: missing PR to changelog
  • 85324bd docs: release date to changelog
  • 0746d07 release version 2.8.1
  • fbae8a3 Merge pull request #315 from bonitoo-io/fix/debug_log
  • 6aedde3 fix: masking token for logging (#312)
  • 5368398 Merge pull request #311 from pabigot/pabigot/20220225a
  • 10d3bf4 fix: correct unwrap of http2.Error
  • 7688764 Merge pull request #309 from influxdata/codecov_uploader
  • 065ff9b chore(ci): use new codecov uploader for reporting code coverage
  • e29824d chore(ci): use new codecov uploader for reporting code coverage
  • 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 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 [github.com/influxdata/influxdb-client-go/v2](https://github.com/influxdata/influxdb-client-go) from 2.4.0 to 2.8.1.
- [Release notes](https://github.com/influxdata/influxdb-client-go/releases)
- [Changelog](https://github.com/influxdata/influxdb-client-go/blob/master/CHANGELOG.md)
- [Commits](influxdata/influxdb-client-go@v2.4.0...v2.8.1)

---
updated-dependencies:
- dependency-name: github.com/influxdata/influxdb-client-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team March 28, 2022 04:07
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants