File python-influxdb3-python.changes of Package python-influxdb3-python
-------------------------------------------------------------------
Thu Dec 25 18:28:03 UTC 2025 - Frank Kunz <mailinglists@kunz-im-inter.net>
- Version 0.16.0
Features
#158 Improved parameters for setting timeouts
InfluxDB3Client() constructor now directly specifies
write_timeout - timeout in milliseconds to be used when writing data.
query_timeout - timeout in milliseconds to be used when querying data.
Timeouts can be specifically overridden in direct method calls.
client.write() now propagates the argument _request_timeout as an int in
milliseconds on the call stack even in batching mode.
client.query() now propagates the argument timeout as a float in seconds
on the call stack.
CI
#153 Add tests for arm64 CircleCI.
-------------------------------------------------------------------
Mon Sep 8 19:16:44 UTC 2025 - Frank Kunz <mailinglists@kunz-im-inter.net>
- Add 0001-Detect-if-orc-file-format-is-supported.patch
-------------------------------------------------------------------
Sat Sep 6 19:10:29 UTC 2025 - Frank Kunz <mailinglists@kunz-im-inter.net>
- initial package