loganmarchione / docker-speedtest-influxdbv2

Runs Ookla's Speedtest CLI program in Docker, sends the results to InfluxDB
https://hub.docker.com/r/loganmarchione/docker-speedtest-influxdbv2
9 stars 9 forks source link

Update dependency influxdb-client to v1.39.0 #28

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
influxdb-client ==1.36.1 -> ==1.39.0 age adoption passing confidence

Release Notes

influxdata/influxdb-client-python (influxdb-client) ### [`v1.39.0`](https://togithub.com/influxdata/influxdb-client-python/blob/HEAD/CHANGELOG.md#1390-2023-12-05) [Compare Source](https://togithub.com/influxdata/influxdb-client-python/compare/v1.38.0...v1.39.0) ##### Features 1. [#​616](https://togithub.com/influxdata/influxdb-client-python/pull/616): Add `find_tasks_iter` function that allow iterate through all pages of tasks. ### [`v1.38.0`](https://togithub.com/influxdata/influxdb-client-python/blob/HEAD/CHANGELOG.md#1380-2023-10-02) [Compare Source](https://togithub.com/influxdata/influxdb-client-python/compare/v1.37.0...v1.38.0) ##### Bug Fixes 1. [#​601](https://togithub.com/influxdata/influxdb-client-python/pull/601): Use HTTResponse.headers to clear deprecation warning \[urllib3] 2. [#​610](https://togithub.com/influxdata/influxdb-client-python/pull/601): Use iloc to clear deprecation warning ##### Documentation 1. [#​566](https://togithub.com/influxdata/influxdb-client-python/pull/566): Fix Sphinx documentation build and add support `.readthedocs.yml` V2 configuration file ### [`v1.37.0`](https://togithub.com/influxdata/influxdb-client-python/blob/HEAD/CHANGELOG.md#1370-2023-07-28) [Compare Source](https://togithub.com/influxdata/influxdb-client-python/compare/v1.36.1...v1.37.0) ##### Breaking Changes This release disables using of the HTTP proxy environment variables `HTTP_PROXY` and `HTTPS_PROXY` for the asynchronous HTTP client. The proxy environment variables must be explicitly enabled in the client's configuration: ```python from influxdb_client.client.influxdb_client_async import InfluxDBClientAsync async with InfluxDBClientAsync(url="http://localhost:8086", token="my-token", org="my-org", client_session_kwargs={'trust_env': True}) as client: pass ``` This release introduces a support for new version of InfluxDB API definitions with following breaking changes: - `User`, `UserResponse`, `ResourceMember` and `ResourceOwner` classes no longer supports `oauth_id` field - `Task` class no longer supports `type` field - `ScriptUpdateRequest` class no longer supports `name` field - `UsersService.get_flags` operation is moved to `ConfigService` ##### Features 1. [#​586](https://togithub.com/influxdata/influxdb-client-python/pull/586): Add `config_name` key argument for `from_config_file` function to allow loading a specific configuration from a config file ##### API 1. [#​588](https://togithub.com/influxdata/influxdb-client-python/pull/588): Use the latest InfluxDB API definitions for generated APIs ##### Bug Fixes 1. [#​583](https://togithub.com/influxdata/influxdb-client-python/pull/583): Async HTTP client doesn't always use `HTTP_PROXY`/`HTTPS_PROXY` environment variables. \[async/await] 2. [#​584](https://togithub.com/influxdata/influxdb-client-python/pull/584): Parsing empty query result value as `numpy.NaN` 3. [#​595](https://togithub.com/influxdata/influxdb-client-python/pull/595): The `Config-Encoding: identity` header will no longer be set by the `write_api` calls to a remote server

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.