github influxdata/influxdb-client-go v2.11.0

latest releases: v2.12.3, v2.12.2, v2.12.1...
24 months ago

2.11.0 [2022-09-29]

Features

  • #353 Simplify generated code.
  • #353 Regenerate code from swagger.
  • #355 Upgrade of lib gopkg.in/yaml from v2 to v3

Bug fixes

  • #354 More efficient synchronization in WriteAPIBlocking.

Breaking change

  • #353:
    • Interface Client has been extended with APIClient() function.
    • The generated client API changed:
      • Function names are simplified (was PostDBRPWithResponse, now PostDBRP)
      • All functions now accept a context and a single wrapper structure with request body and HTTP parameters
      • The functions return deserialized response body or an error (it was a response wrapper with a status code that had to be then validated

Don't miss a new influxdb-client-go release

NewReleases is sending notifications on new releases.