github influxdata/influxdb-client-go v1.2.0

latest releases: v2.12.3, v2.12.2, v2.12.1...
3 years ago

Breaking Changes

  • #107 Renamed InfluxDBClient interface to Client, so the full name influxdb2.Client suits better to Go naming conventions
  • #125 WriteApi,WriteApiBlocking,QueryApi interfaces and related objects like Point, FluxTableMetadata, FluxTableColumn, FluxRecord, moved to the api ( and api/write, api/query) packages
    to provide consistent interface

Features

  1. #120 Health check API
  2. #122 Delete API
  3. #124 Buckets API

Bug fixes

  1. #108 Fix default retry interval doc
  2. #110 Allowing empty (nil) values in query result

Documentation

  • #112 Clarify how to use client with InfluxDB 1.8+

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

NewReleases is sending notifications on new releases.