- #132 Handle unsupported write type as string instead of generating panic
- #134 FluxQueryResult: support reordering of annotations
- #107 Renamed
InfluxDBClient
interface toClient
, so the full nameinfluxdb2.Client
suits better to Go naming conventions - #125
WriteApi
,WriteApiBlocking
,QueryApi
interfaces and related objects likePoint
,FluxTableMetadata
,FluxTableColumn
,FluxRecord
, moved to theapi
( andapi/write
,api/query
) packages to provide consistent interface
- #112 Clarify how to use client with InfluxDB 1.8+
- #115 Doc and examples for reading write api errors
- #100 HTTP request timeout made configurable
- #99 Organizations API and Users API
- #96 Authorization API
- #101 Added examples to API docs
- initial release of new client version
- initial release of new client version