v2.10.0
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 byEnableBatching()
.
Bug fixes
- #349 Skip retrying on specific write errors (mostly partial write error).
Breaking change
- #350 Interface
WriteAPIBlocking
is extend withEnableBatching()
andFlush()
.