Releases: influxdata/influxdb-client-ruby
Releases · influxdata/influxdb-client-ruby
1.10.0
Features
- #59: CSV parser is able to parse export from UI
CI
- #62: Updated default docker image to v2.0.2
Bug Fixes
- #61: Query results has precision with nanosecond, e.g. '1970-01-01T00:00:00.000123456+00:00'
1.9.0
Features
- #55: Improved logging message for retries
1.8.0
Features
- #36: Added support for default tags
- #53: Default strategy for batching worker is best-effort
API
- #50: Default port changed from 9999 -> 8086
1.7.0
Features
- #47: Added max_retries, max_retry_delay and exponential_base to WriteApi
1.6.0
Bug Fixes
- #42: Fixed serialization of
\n
, \r
and \t
to Line Protocol, =
is valid sign for measurement name
- #44: Fixed supporting of Ruby 2.2
1.5.0
API
- #41: Updated swagger to latest version
1.4.0
Features
- #38: Remove trailing slash from connection URL
Documentation
- #37: Fix documentation: replace references to InfluxDB module by InfluxDB2. Allow
require 'influxdb-client'
1.3.0
Features
- #32: Checks the health of a running InfluxDB instance by querying the /health
Documentation
- #35: Clarify how to use a client with InfluxDB 1.8
1.2.0
Features
- #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
Security
- #29: Upgrade rake to version 12.3.3 - CVE-2020-8130
Bugs
- #22: Fixed batch write
- #28: Correctly parse CSV where multiple results include multiple tables
- #30: Send Content-Type headers
1.1.0
Features
- #14: Added QueryApi
- #17: Added possibility to stream query result
- #19: Added WriteOptions and possibility to batch write