Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Bump influxdb-client from 2.6.0 to 2.9.0 #58

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 Dec 2, 2022

Bumps influxdb-client from 2.6.0 to 2.9.0.

Release notes

Sourced from influxdb-client's releases.

2.9.0

⚠️ The client can be used as a resource:

InfluxDB2::Client.use('https://localhost:8086', 'my-token') do |client|
    client.do_something
end

Features

  1. #126: Add Task API
  2. #127: Client can be used as a resource

Bug Fixes

  1. #123: Duplicate columns warning shows in improper situations
  2. #124: Query return type is Array instead of Hash

2.8.0

Features

  1. #118: Add FluxRecord.row which stores response data in a array

2.7.0

Features

  1. #106: Add logging for HTTP requests

Others

  1. #108: Use local repository for influxdb-client-apis development

CI

  1. #109: Add Ruby 3.1 into CI
Changelog

Sourced from influxdb-client's changelog.

2.9.0 [2022-01-12]

⚠️ The client can be used as a resource:

InfluxDB2::Client.use('https://localhost:8086', 'my-token') do |client|
    client.do_something
end

Features

  1. #126: Add Task API
  2. #127: Client can be used as a resource

Bug Fixes

  1. #123: Duplicate columns warning shows in improper situations
  2. #124: Query return type is Array instead of Hash

2.8.0 [2022-10-27]

Features

  1. #118: Add FluxRecord.row which stores response data in a array

2.7.0 [2022-07-29]

Features

  1. #106: Add logging for HTTP requests

Others

  1. #108: Use local repository for influxdb-client-apis development

CI

  1. #109: Add Ruby 3.1 into CI
Commits
  • e654d25 chore(release): release version 2.9.0 [skip ci]
  • b3ea057 chore: clear CircleCI cache
  • a9fbd2d feat: client can be used as a resource (#127)
  • 7297785 feat(apis): add Task API (#126)
  • 6fef96a fix: query return type is Array (#124)
  • c2bc31d fix: duplicate columns warning shows in improper situations (#123)
  • 1f9a854 fix(test): latest InfluxDB change error message for invalid format (#121)
  • 3abb9a6 chore(release): prepare for next development iteration
  • 8d201c9 chore(release): release version 2.8.0 [skip ci]
  • 4e7830f docs: fix typo
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 2, 2022
Bumps [influxdb-client](https://github.com/influxdata/influxdb-client-ruby) from 2.6.0 to 2.9.0.
- [Release notes](https://github.com/influxdata/influxdb-client-ruby/releases)
- [Changelog](https://github.com/influxdata/influxdb-client-ruby/blob/master/CHANGELOG.md)
- [Commits](influxdata/influxdb-client-ruby@v2.6.0...v2.9.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 force-pushed the dependabot/bundler/influxdb-client-2.9.0 branch from c4ff2cc to 72c1b03 Compare January 20, 2023 12:02
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants