- #32: Checks the health of a running InfluxDB instance by querying the /health
- #35: Clarify how to use a client with InfluxDB 1.8
- #23: Added DeleteApi to delete time series data from InfluxDB.
- #24: Added jitter_interval and retry_interval to WriteApi
- #26: Set User-Agent to influxdb-client-ruby/VERSION for all requests
- #29: Upgrade rake to version 12.3.3 - CVE-2020-8130
- #22: Fixed batch write
- #28: Correctly parse CSV where multiple results include multiple tables
- #30: Send Content-Type headers
- #14: Added QueryApi
- #17: Added possibility to stream query result
- #19: Added WriteOptions and possibility to batch write
- #4: Added WriteApi that will be used for Fluentd plugin