Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 2.28 KB

CHANGELOG.md

File metadata and controls

45 lines (34 loc) · 2.28 KB

1.3.0 [2020-06-19]

Features

  1. #131 Labels API
  2. #136 Possibility to specify default tags

Bug fixes

  1. #132 Handle unsupported write type as string instead of generating panic
  2. #134 FluxQueryResult: support reordering of annotations

1.2.0 [2020-05-15]

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+
  • #115 Doc and examples for reading write api errors

1.1.0 [2020-04-24]

Features

  1. #100 HTTP request timeout made configurable
  2. #99 Organizations API and Users API
  3. #96 Authorization API

Docs

  1. #101 Added examples to API docs

1.0.0 [2020-04-01]

Core

  • initial release of new client version

Apis

  • initial release of new client version