File tree 2 files changed +4
-1
lines changed
Filter options
2 files changed +4
-1
lines changed
Original file line number Diff line number Diff line change 5
5
1 . [ #241 ] ( https://github.com/influxdata/influxdb-client-python/pull/241 ) : Add detail error message for not supported type of ` Point.field `
6
6
1 . [ #238 ] ( https://github.com/influxdata/influxdb-client-python/pull/238 ) : Add possibility to specify default ` timezone ` for datetimes without ` tzinfo `
7
7
8
+ ### Documentation
9
+ 1 . [ #255 ] ( https://github.com/influxdata/influxdb-client-python/pull/255 ) : Fix invalid description for env var ` INFLUXDB_V2_CONNECTION_POOL_MAXSIZE `
10
+
8
11
## 1.17.0 [ 2021-04-30]
9
12
10
13
### Features
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ Supported properties are:
201
201
- ``INFLUXDB_V2_TIMEOUT `` - socket timeout in ms (default value is 10000)
202
202
- ``INFLUXDB_V2_VERIFY_SSL `` - set this to false to skip verifying SSL certificate when calling API from https server
203
203
- ``INFLUXDB_V2_SSL_CA_CERT `` - set this to customize the certificate file to verify the peer
204
- - ``INFLUXDB_V2_CONNECTION_POOL_MAXSIZE `` - set this to customize the certificate file to verify the peer
204
+ - ``INFLUXDB_V2_CONNECTION_POOL_MAXSIZE `` - set the number of connections to save that can be reused by urllib3
205
205
206
206
.. code-block :: python
207
207
You can’t perform that action at this time.
0 commit comments