Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.77 KB

CHANGELOG.md

File metadata and controls

39 lines (25 loc) · 1.77 KB

1.4.0 [unreleased]

1.3.0 [2020-04-17]

Features

  1. #32: Checks the health of a running InfluxDB instance by querying the /health

Documentation

  1. #35: Clarify how to use a client with InfluxDB 1.8

1.2.0 [2020-03-13]

Features

  1. #23: Added DeleteApi to delete time series data from InfluxDB.
  2. #24: Added jitter_interval and retry_interval to WriteApi
  3. #26: Set User-Agent to influxdb-client-ruby/VERSION for all requests

Security

  1. #29: Upgrade rake to version 12.3.3 - CVE-2020-8130

Bug Fixes

  1. #22: Fixed batch write
  2. #28: Correctly parse CSV where multiple results include multiple tables
  3. #30: Send Content-Type headers

1.1.0 [2020-02-14]

Features

  1. #14: Added QueryApi
  2. #17: Added possibility to stream query result
  3. #19: Added WriteOptions and possibility to batch write

1.0.0.beta [2020-01-17]

Features

  1. #4: Added WriteApi that will be used for Fluentd plugin