We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a62929c commit 8465ebcCopy full SHA for 8465ebc
CHANGELOG.md
@@ -1,5 +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 [2021-10-22]
12
13
### Features
0 commit comments