Skip to content

Releases: influxdata/influxdb-client-go

v2.9.1

24 Jun 14:24
Compare
Choose a tag to compare

Bug fixes

  • #332 Retry strategy drops expired batches as soon as they expire.
  • #335 Retry strategy keeps max retry delay for new batches.

v2.9.0

20 May 08:45
Compare
Choose a tag to compare

Features

  • #323 Added TasksAPI.CreateTaskByFlux to allow full control of task script.
  • #328 Added Client.SetupWithToken allowing to specify a custom token.

Bug fixes

  • #324 Non-empty error channel will not block writes

v2.8.2

19 Apr 14:14
Compare
Choose a tag to compare

Bug fixes

  • #319 Synchronized WriteAPIImpl.Close to prevent panic when closing client by multiple go-routines.

v2.8.1

21 Mar 09:59
Compare
Choose a tag to compare

Bug fixes

  • #311 Correctly unwrapping http.Error from Server API calls
  • #315 Masking authorization token in log

v2.8.0

18 Feb 14:35
Compare
Choose a tag to compare

Features

  • #304 Added public constructor for QueryTableResult
  • #307 Synced generated server API with the latest oss.yml.
  • #308 Added Flux query parameters. Supported by InfluxDB Cloud only now.
  • #308 Go 1.17 is required

v2.7.0

20 Jan 15:15
Compare
Choose a tag to compare

Features

Bug fixes

  • #294 WritePoint and WriteRecord 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

26 Nov 11:46
Compare
Choose a tag to compare

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

17 Sep 07:58
Compare
Choose a tag to compare

Bug fixes

  • #276 Synchronized logging methods of log.Logger.

v2.5.0

20 Aug 09:10
Compare
Choose a tag to compare

Features

  • #264 Synced generated server API with the latest oss.yml.
  • #271 Use exponential random retry strategy
  • #273 Added WriteFailedCallback for WriteAPI 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

Documentation

  • #261 Update Line Protocol document link to v2.0
  • #274 Documenting proxy configuration and HTTP redirects handling

v2.4.0

04 Jun 13:32
Compare
Choose a tag to compare

Features

  • #256 Allowing 'Doer' interface for HTTP requests

Bug fixes

  • #259 Fixed leaking connection in case of not reading whole query result on TLS connection