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.8.0 #119

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 21, 2022

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

Release notes

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

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

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

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
  • 4e21fa6 release version 2.8.0
  • ab68e23 Merge pull request #308 from bonitoo-io/feat/query-params
  • 82759e0 chore: go 1.17 is required
  • f278cf7 feat: adding flux query parameters
  • ab6361d Merge pull request #307 from bonitoo-io/chore/swagger-sync
  • 7ee57e3 chore: synced with the latest oss.yml
  • c7edf56 Merge pull request #306 from influxdata/circle_ci_machine
  • 3111397 chore(ci): use recommended ubuntu image
  • ffda294 Merge pull request #304 from influxdata/test/add-exported-constructor-for-Que...
  • 66aff05 test: add an exported constructor for QueryTableResult
  • 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.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.8.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 February 21, 2022 05:09
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 21, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 28, 2022

Superseded by #132.

@dependabot dependabot bot closed this Mar 28, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/influxdata/influxdb-client-go/v2-2.8.0 branch March 28, 2022 04:07
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