Skip to content

v2.10.0

Compare
Choose a tag to compare
@powersj powersj released this 25 Aug 15:11
· 69 commits to master since this release
781e059

Features

  • #348 Added write.Options.Consitency parameter to support InfluxDB Enterprise.
  • #350 Added support for implicit batching to WriteAPIBlocking. It's off by default, enabled by EnableBatching().

Bug fixes

  • #349 Skip retrying on specific write errors (mostly partial write error).

Breaking change

  • #350 Interface WriteAPIBlocking is extend with EnableBatching() and Flush().