Naila / Naila.py

Naila Bot written in discord.py
GNU Affero General Public License v3.0
11 stars 4 forks source link

Bump influxdb-client from 1.19.0 to 1.30.0 #217

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps influxdb-client from 1.19.0 to 1.30.0.

Release notes

Sourced from influxdb-client's releases.

1.30.0

Features

  1. #440: Add possibility to specify timestamp column and its timezone [DataFrame]

Bug Fixes

  1. #457: Formatting nanoseconds to Flux AST

1.29.1

Bug Fixes

  1. #443: Initialization of the client without auth credentials

1.29.0

Breaking Changes

  1. #433: Rename InvocableScripts to InvokableScripts

Features

  1. #435: Add possibility to authenticate by username/password

Dependencies

  1. #439: Remove six library

Documentation

  1. #434: How the client uses logging

1.28.0

Features

  1. #413: Add support for async/await with asyncio via InfluxDBClientAsync, for more info see: How to use Asyncio

Bug Fixes

  1. #425: Improve error message if there is no organization with required name

1.27.0

Features

  1. #412: DeleteApi uses default value from InfluxDBClient.org if an org parameter is not specified
  2. #405: Add InfluxLoggingHandler. A handler to use the client in native python logging.
  3. #404: Add InvocableScriptsApi to create, update, list, delete and invoke scripts by seamless way

Bug Fixes

  1. #419: Use allowed_methods to clear deprecation warning [urllib3]

Dependencies

  1. #419: Update dependencies:
    • urllib3 to 1.26.0

CI

  1. #411: Use new Codecov uploader for reporting code coverage

1.26.0

Breaking Changes

... (truncated)

Changelog

Sourced from influxdb-client's changelog.

1.30.0 [2022-06-24]

Features

  1. #440: Add possibility to specify timestamp column and its timezone [DataFrame]

Bug Fixes

  1. #457: Formatting nanoseconds to Flux AST

Dependencies

  1. #449: Remove pytz library

1.29.1 [2022-05-23]

Bug Fixes

  1. #443: Initialization of the client without auth credentials

1.29.0 [2022-05-20]

Breaking Changes

  1. #433: Rename InvocableScripts to InvokableScripts

Features

  1. #435: Add possibility to authenticate by username/password

Dependencies

  1. #439: Remove six library

Documentation

  1. #434: How the client uses logging

1.28.0 [2022-04-19]

Features

  1. #413: Add support for async/await with asyncio via InfluxDBClientAsync, for more info see: How to use Asyncio

Bug Fixes

  1. #425: Improve error message if there is no organization with required name

1.27.0 [2022-03-18]

Features

  1. #412: DeleteApi uses default value from InfluxDBClient.org if an org parameter is not specified
  2. #405: Add InfluxLoggingHandler. A handler to use the client in native python logging.
  3. #404: Add InvokableScriptsApi to create, update, list, delete and invoke scripts by seamless way

Bug Fixes

  1. #419: Use allowed_methods to clear deprecation warning [urllib3]

Dependencies

  1. #419: Update dependencies:

... (truncated)

Commits
  • 184a4dd chore(release): release version 1.30.0 [skip CI]
  • 465476b fix: formatting nanoseconds to Flux AST (#457)
  • 2089a33 docs: how to serialize the query results to custom timezone (#456)
  • 22a8707 chore: remove pytz library (#449)
  • 2db3afc feat(data_frame): add possibility to specify timestamp column (#440)
  • 8543469 chore(release): prepare for next development iteration
  • 896591b chore(release): release version 1.29.1 [skip CI]
  • 712552b fix: initialization of the client without auth credentials (#443)
  • 1cad3f2 chore(release): prepare for next development iteration
  • 233d5ce chore(release): release version 1.29.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)
dependabot[bot] commented 2 years ago

Superseded by #225.