Skip to content

Commit 22c9b8e

Browse files
committed
docs: update CHANGELOG.md
1 parent 6986d64 commit 22c9b8e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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

718
1. [#153](https://github.com/InfluxCommunity/influxdb3-python/pull/153) Add tests for arm64 CircleCI.

0 commit comments

Comments
 (0)