Releases: influxdata/influxdb-client-go
Releases · influxdata/influxdb-client-go
v2.9.1
v2.9.0
v2.8.2
v2.8.1
v2.8.0
v2.7.0
Features
- #297,#298 Optimized
WriteRecord
of WriteAPIBlocking. Custom batch can be easily written by a single argument.
Bug fixes
- #294
WritePoint
andWriteRecord
of WriteAPIBlocking returns always full error information. - #300 Closing the response body after write batch.
- #302 FluxRecord.Table() returns value of the table column.
v2.6.0
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.
v2.5.1
v2.5.0
Features
- #264 Synced generated server API with the latest oss.yml.
- #271 Use exponential random retry strategy
- #273 Added
WriteFailedCallback
forWriteAPI
allowing to be synchronously notified about failed writes and decide on further batch processing.
Bug fixes
- #269 Synchronized setters of log.Logger to allow concurrent usage
- #270 Fixed duplicate
Content-Type
header in requests to managemet API