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

⬆️ Update influxdb-client to v1.37.0 #391

Merged
merged 1 commit into from
Aug 2, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 28, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

influxdata/influxdb-client-python (influxdb-client)

v1.37.0

Compare Source

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:

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: Add config_name key argument for from_config_file function to allow loading a specific configuration from a config file
API
  1. #​588: Use the latest InfluxDB API definitions for generated APIs
Bug Fixes
  1. #​583: Async HTTP client doesn't always use HTTP_PROXY/HTTPS_PROXY environment variables. [async/await]
  2. #​584: Parsing empty query result value as numpy.NaN
  3. #​595: The Config-Encoding: identity header will no longer be set by the write_api calls to a remote server

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot added dependencies Upgrade or downgrade of project dependencies. no-stale This issue or PR is exempted from the stable bot. python labels Jul 28, 2023
@github-actions github-actions bot removed the python label Jul 29, 2023
@renovate renovate bot force-pushed the renovate/influxdb-client-1.x branch 2 times, most recently from 9025668 to 038cf62 Compare August 2, 2023 05:14
@renovate renovate bot force-pushed the renovate/influxdb-client-1.x branch from 038cf62 to af3c723 Compare August 2, 2023 06:17
@frenck frenck merged commit 6d9e1cc into main Aug 2, 2023
25 checks passed
@frenck frenck deleted the renovate/influxdb-client-1.x branch August 2, 2023 06:26
@github-actions github-actions bot locked and limited conversation to collaborators Aug 3, 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. no-stale This issue or PR is exempted from the stable bot.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant