We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b807a48 commit c1204c4Copy full SHA for c1204c4
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## 3.5.0 [unreleased]
2
+
3
+### Deprecates
4
+- `InfluxDBClient.health()`: instead use `InfluxDBClient.ping()`
5
+- `InfluxDBClientKotlin.health()`: instead use `InfluxDBClientKotlin.ping()`
6
+- `InfluxDBClientScala.health()`: instead use `InfluxDBClientScala.ping()`
7
8
+### Features
9
+1. [#272](https://github.com/influxdata/influxdb-client-java/pull/272): Add `PingService` to check status of OSS and Cloud instance
10
11
## 3.4.0 [unreleased]
12
13
### Features
0 commit comments