Releases: InfluxCommunity/influxdb3-python
Releases · InfluxCommunity/influxdb3-python
v0.14.0
Features
- #141 Move "setuptools" package to build dependency.
- #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"
).
- New write option (
- #145: Improve the document wording for README.md
v0.13.0
v0.12.0
Features
- #123: Introduces
query_async()
method. From this release the client now has aquery_async()
method that takes advantage of asyncio's event loop to run query calls in their own executor.
For example:
table = await client.query_async(query)
Bug Fixes
- #121: Fix use of arguments
verify_ssl
andssl_ca_cert
inQueryApi
.
0.11.0
0.10.0
0.10.0 [2024-11-27]
Bug Fixes
- #113: Fix import error of
PolarsDataframeSerializer
in batching mode
What's Changed
- fix: 103 batch write example by @karel-rehor in #112
- fix: write polars dataframe by @Tapanhaz in #113
- docs: add Python 3.13 to supported versions by @bednar in #114
New Contributors
Full Changelog: v0.9.0...v0.10.0
0.9.0
What's Changed
- feat: expose response headers in InfluxDBError by @karel-rehor in #108
- fix: #110 - set message 'processor was disposed' to level debug. by @karel-rehor in #111
- fix: add py.typed to the package definition by @bednar in #107
Full Changelog: v0.8.0...v0.9.0
0.8.0
0.7.0
0.6.1
0.6.0
What's Changed
- feat: update user-agent and improve transport selection in queryClient by @karel-rehor in #92
- feat: use build-in Python parsing feature for python >= 3.11 by @bednar in #89
- refactor: to
timezone
specificdatetime
helpers to avoid use deprecated functions by @bednar in #86 - chore: refactor init and extract Query API by @alespour in #93
New Contributors
- @karel-rehor made their first contribution in #92
- @alespour made their first contribution in #93
Full Changelog: v0.5.0...v0.6.0