Features
- #285 Added Client.Ping() function as the only validation method available in both OSS and Cloud.
- #286 Synced generated server API with the latest oss.yml.
- #287 Added FluxRecord.Result() function as a convenient way to retrieve the Flux result name of data.
Bug fixes
- #285 Functions Client.Health() and Client.Ready() correctly report an error when called against InfluxDB Cloud.
Breaking change
- #285 Function Client.Ready() now returns
*domain.Ready
with full uptime info.