Skip to content
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

Bump influxdb-client from 1.21.0 to 1.36.1 in /glances #326

Merged
merged 1 commit into from
Mar 15, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2023

Bumps influxdb-client from 1.21.0 to 1.36.1.

Release notes

Sourced from influxdb-client's releases.

v1.36.1

1.36.1 [2023-02-23]

Bug Fixes

  1. #559: Exceptions in callbacks can cause deadlocks

v1.36.0

1.36.0 [2023-01-26]

Features

  1. #536: Query to CSV skip empty lines
  2. #538: Configure types of integer fields when initializing Point from dict structure

v1.35.0

1.35.0 [2022-12-01]

Features

  1. #528: Add BucketSchemasService to manage explicit bucket schemas to enforce column names, tags, fields, and data types for your data

Bug Fixes

  1. #526: Creating client instance from static configuration
  2. #531: HTTP request return type for Management API [async/await]
  3. #534: Use HTTResponse.headers to clear deprecation warning [urllib3]

CI

  1. #523: Add Python 3.11 to CI builds

v1.34.0

Breaking Changes

  1. #509: Rename key_file to cert_key_file inside the central configuration class

Features

  1. #510: Allow to use client's optional configs for initialization from file or environment properties
  2. #509: MTLS support for the InfluxDB Python client

Bug Fixes

  1. #512: Exception propagation for asynchronous QueryApi [async/await]
  2. #518: Parsing query response with two-bytes UTF-8 character [async/await]
  3. #521: Duplicated debug output

v1.33.0

Features

  1. #498: Add possibility to update user's password by users_api
  2. #502: Add FluxRecord.row with response data stored in array

... (truncated)

Changelog

Sourced from influxdb-client's changelog.

1.36.1 [2023-02-23]

Bug Fixes

  1. #559: Exceptions in callbacks can cause deadlocks

1.36.0 [2023-01-26]

Features

  1. #536: Query to CSV skip empty lines
  2. #538: Configure types of integer fields when initializing Point from dict structure

1.35.0 [2022-12-01]

Features

  1. #528: Add BucketSchemasService to manage explicit bucket schemas to enforce column names, tags, fields, and data types for your data

Bug Fixes

  1. #526: Creating client instance from static configuration
  2. #531: HTTP request return type for Management API [async/await]
  3. #534: Use HTTResponse.headers to clear deprecation warning [urllib3]

CI

  1. #523: Add Python 3.11 to CI builds

1.34.0 [2022-10-27]

Breaking Changes

  1. #509: Rename key_file to cert_key_file inside the central configuration class

Features

  1. #510: Allow to use client's optional configs for initialization from file or environment properties
  2. #509: MTLS support for the InfluxDB Python client

Bug Fixes

  1. #512: Exception propagation for asynchronous QueryApi [async/await]
  2. #518: Parsing query response with two-bytes UTF-8 character [async/await]
  3. #521: Duplicated debug output

1.33.0 [2022-09-29]

Features

  1. #498: Add possibility to update user's password by users_api
  2. #502: Add FluxRecord.row with response data stored in array

Bug Fixes

  1. #497: Parsing InfluxDB response with new line character in CSV column [async/await]

1.32.0 [2022-08-25]

⚠️ This release drop supports for Python 3.6. As of 2021-12-23, 3.6 has reached the end-of-life phase of its release cycle. 3.6.15 was the final security release. For more info see: https://peps.python.org/pep-0494/#lifespan

... (truncated)

Commits
  • b2e82d1 chore(release): release version 1.36.1 [skip CI]
  • 497738c fix: Prevent exceptions in callbacks from causing deadlocks (#559)
  • a07fea6 chore(release): prepare for next development iteration
  • 367d948 chore(release): release version 1.36.0 [skip CI]
  • dc95257 docs: clarify the unit of a parameter (#542)
  • df12e0b fix: numpy no longer supports np.float type (#543)
  • 03f5bd7 feat: configure types of integers fields when initializing Point from dict ...
  • 2d1fb2c feat(query): query to csv skip empty lines (#536)
  • 735385d chore(release): prepare for next development iteration
  • 9314c45 chore(release): release version v1.35.0 [skip CI]
  • 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 [influxdb-client](https://github.com/influxdata/influxdb-client-python) from 1.21.0 to 1.36.1.
- [Release notes](https://github.com/influxdata/influxdb-client-python/releases)
- [Changelog](https://github.com/influxdata/influxdb-client-python/blob/master/CHANGELOG.md)
- [Commits](influxdata/influxdb-client-python@v1.21.0...v1.36.1)

---
updated-dependencies:
- dependency-name: influxdb-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Upgrade or downgrade of project dependencies. python labels Mar 15, 2023
@frenck frenck merged commit 2b5f19e into main Mar 15, 2023
@frenck frenck deleted the dependabot/pip/glances/influxdb-client-1.36.1 branch March 15, 2023 18:26
@github-actions github-actions bot locked and limited conversation to collaborators Mar 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Upgrade or downgrade of project dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant