Skip to content

Commit 0568e2e

Browse files
committed
docs: update CHANGELOG.md
1 parent 49c75f8 commit 0568e2e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
### Deprecated
77
1. [#264](https://github.com/influxdata/influxdb-client-python/pull/264): Deprecated `org_id` options BucketsApi.create_bucket in favor of `org` parameter
88

9+
### Documentation
10+
1. [#269](https://github.com/influxdata/influxdb-client-python/pull/269): Add new example: How to check connection credentials
11+
912
## 1.18.0 [2021-06-04]
1013

1114
### Breaking Changes

examples/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
- [influx_cloud.py](influx_cloud.py) - How to connect to InfluxDB 2 Cloud
2121
- [influxdb_18_example.py](influxdb_18_example.py) - How to connect to InfluxDB 1.8
2222
- [nanosecond_precision.py](nanosecond_precision.py) - How to use nanoseconds precision
23-
- [connection_check.py](connection_check.py) - How to check connection configuration
23+
- [connection_check.py](connection_check.py) - How to check connection credentials
2424

examples/connection_check.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
How to How to check that connection information are suitable for queries and writes from/into specified bucket.
2+
How to check that connection credentials are suitable for queries and writes from/into specified bucket.
33
"""
44

55
from influxdb_client import InfluxDBClient

0 commit comments

Comments
 (0)