File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 22
33## 0.16.0 [ unreleased]
44
5+ ### Features
6+
7+ 1 . [ #158 ] ( https://github.com/InfluxCommunity/influxdb3-python/pull/158 ) Improved parameters for setting timeouts
8+ - ` InfluxDB3Client() ` constructor now directly specifies
9+ - ` write_timeout ` - timeout in milliseconds to be used when writing data.
10+ - ` query_timeout ` - timeout in milliseconds to be used when querying data.
11+ - Timeouts can be specifically overridden in direct method calls.
12+ - ` client.write() ` now propagates the argument ` _request_timeout ` as an ` int ` in milliseconds on the call stack
13+ even in batching mode.
14+ - ` client.query() ` now propagates the argument ` timeout ` as a ` float ` in seconds on the call stack.
15+
516### CI
617
7181 . [ #153 ] ( https://github.com/InfluxCommunity/influxdb3-python/pull/153 ) Add tests for arm64 CircleCI.
You can’t perform that action at this time.
0 commit comments