Skip to content

build(deps): bump influxdb3-python from 0.12.0 to 0.14.0 in /Library/Homebrew/formula-analytics #65

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 19, 2025

Bumps influxdb3-python from 0.12.0 to 0.14.0.

Release notes

Sourced from influxdb3-python's releases.

v0.14.0

Features

  1. #141 Move "setuptools" package to build dependency.
  2. #142: Support fast writes without waiting for WAL persistence:
    • New write option (WriteOptions.no_sync) added: True value means faster write but without the confirmation that the data was persisted. Default value: False.
    • Supported by self-managed InfluxDB 3 Core and Enterprise servers only!
    • Also configurable via environment variable (INFLUX_WRITE_NO_SYNC).
    • Long precision string values added from v3 HTTP API: "nanosecond", "microsecond", "millisecond", "second" ( in addition to the existing "ns", "us", "ms", "s").
  3. #145: Improve the document wording for README.md

v0.13.0

Features

  1. #130: Remove org parameters from the example code because It is not mandatory in Influxdb3
  2. #139: Supports environment variables with the same name like other clients
Changelog

Sourced from influxdb3-python's changelog.

0.14.0 [2025-06-18]

Features

  1. #141 Move "setuptools" package to build dependency.
  2. #142: Support fast writes without waiting for WAL persistence:
    • New write option (WriteOptions.no_sync) added: True value means faster write but without the confirmation that the data was persisted. Default value: False.
    • Supported by self-managed InfluxDB 3 Core and Enterprise servers only!
    • Also configurable via environment variable (INFLUX_WRITE_NO_SYNC).
    • Long precision string values added from v3 HTTP API: "nanosecond", "microsecond", "millisecond", "second" ( in addition to the existing "ns", "us", "ms", "s").
  3. #145: Improve the document wording for README.md

0.13.0 [2025-05-20]

Features

  1. #130: Remove org parameters from the example code because It is not mandatory in Influxdb3
  2. #139: Supports environment variables with the same name as other clients
  3. #140: Query api will throw InfluxdbClientQueryError when receiving ArrowException from gRPC servers
Commits
  • 7aa95ba chore(release): release version 0.14.0 [skip ci]
  • f4c10ab Merge pull request #145 from InfluxCommunity/feat/improve-docs-bucket
  • 001f79d feat: improve doc
  • a931efd feat: improve doc
  • d589129 docs: enable build documentation by readthedocs service (#144)
  • f0f47e0 feat: move setup tools to build dependency (#141)
  • 7b9e802 feat: fast no-sync write support (#142)
  • f8a629b Merge pull request #133 from oclyke/oclyke/docs-contribute
  • 39bbea9 feat: improve error handling (#140)
  • 0fc2f05 chore(release): prepare for next development iteration
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [influxdb3-python](https://github.com/InfluxCommunity/influxdb3-python) from 0.12.0 to 0.14.0.
- [Release notes](https://github.com/InfluxCommunity/influxdb3-python/releases)
- [Changelog](https://github.com/InfluxCommunity/influxdb3-python/blob/main/CHANGELOG.md)
- [Commits](InfluxCommunity/influxdb3-python@v0.12.0...v0.14.0)

---
updated-dependencies:
- dependency-name: influxdb3-python
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants