Skip to content

Commit

Permalink
docs: update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Oct 22, 2021
1 parent a62929c commit 8465ebc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## 3.5.0 [unreleased]

### Deprecates
- `InfluxDBClient.health()`: instead use `InfluxDBClient.ping()`
- `InfluxDBClientKotlin.health()`: instead use `InfluxDBClientKotlin.ping()`
- `InfluxDBClientScala.health()`: instead use `InfluxDBClientScala.ping()`

### Features
1. [#272](https://github.com/influxdata/influxdb-client-java/pull/272): Add `PingService` to check status of OSS and Cloud instance

## 3.4.0 [2021-10-22]

### Features
Expand Down

0 comments on commit 8465ebc

Please sign in to comment.