Skip to content

v2.1.0

Compare
Choose a tag to compare
@vlastahajek vlastahajek released this 02 Oct 09:02
· 289 commits to master since this release

Features

  1. #193 Added authentication using username and password. See UsersAPI.SignIn() and UsersAPI.SignOut()
  2. #204 Synced with InfluxDB 2 RC0 swagger. Added pagination to Organizations API and After paging param to Buckets API.

Bug fixes

  1. #191 Fixed QueryTableResult.Next() failed to parse boolean datatype.
  2. #192 Client.Close() closes idle connections of internally created HTTP client

Documentation

  1. #189 Added clarification that server URL has to be the InfluxDB server base URL to API docs and all examples.
  2. #196 Changed default server port 9999 to 8086 in docs and examples
  3. #200 Fix example code in the Readme