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.29.1 #214

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps influxdb-client from 1.19.0 to 1.29.1.

Release notes

Sourced from influxdb-client's releases.

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

This release introduces a support for new version of InfluxDB OSS API definitions - oss.yml. The following breaking changes are in underlying API services and doesn't affect common apis such as - WriteApi, QueryApi, BucketsApi, OrganizationsApi...

  • Add LegacyAuthorizationsService to deal with legacy authorizations
  • Add ResourceService to retrieve all knows resources
  • Add BackupService to represents the data backup functions of InfluxDB
  • Add ReplicationsService to represents the replication functions of InfluxDB
  • Add RestoreService to represents the data restore functions of InfluxDB
  • Add ConfigService to retrieve InfluxDB's runtime configuration

... (truncated)

Changelog

Sourced from influxdb-client's changelog.

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:
    • urllib3 to 1.26.0

CI

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

1.26.0 [2022-02-18]

Breaking Changes

This release introduces a support for new version of InfluxDB OSS API definitions - oss.yml. The following breaking changes are in underlying API services and doesn't affect common apis such as - WriteApi, QueryApi, BucketsApi, OrganizationsApi...

  • Add LegacyAuthorizationsService to deal with legacy authorizations

... (truncated)

Commits
  • 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]
  • 562f4fc chore(dependency): remove six library (#439)
  • e46b810 docs: update PULL_REQUEST_TEMPLATE
  • 9ea7eab refactor: Deprecate and remove semantic-pull-requests, insert influxdata repl...
  • 5168a04 feat: add possibility to authenticate by username/password (#435)
  • 60438b2 docs: how the client uses logging (#434)
  • 215eb88 chore: rename InvocableScripts to InvokableScripts (#433)
  • 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 #217.