Skip to content
This repository was 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.7.0 #111

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2022

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

Release notes

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

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
  • #274 Documenting proxy configuration and HTTP redirects handling
Changelog

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

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
  • b3dde31 release version 2.7.0
  • 4187359 Merge pull request #302 from bonitoo-io/fix/record_table
  • 7137cc0 fix: FluxRecord.Table() returns value of the table column (#301)
  • a00324e Merge pull request #300 from maxmora/close-write-batch-body
  • 63bcf73 fix: Close the response body of a WriteBatch call
  • ada9e3b Merge pull request #298 from bonitoo-io/feat/writerecord
  • 07d750b feat: Further improve WriteAPIBlocking.WriteRecord
  • 28397f4 Merge pull request #297 from pabigot/pabigot/20220103a
  • 0cf22fe chore: optimize single-record blocking write
  • a8363f1 Merge pull request #294 from pabigot/pabigot/20211222a
  • 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.7.0.
- [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.7.0)

---
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 January 24, 2022 05:07
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 24, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 21, 2022

Superseded by #119.

@dependabot dependabot bot closed this Feb 21, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/influxdata/influxdb-client-go/v2-2.7.0 branch February 21, 2022 05:09
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