Releases: influxdata/influxdb-client-ruby
Releases · influxdata/influxdb-client-ruby
1.11.0
29 Jan 06:54
Compare
Sorry, something went wrong.
No results found
CI
#65 : Added Support for Ruby 3.0
#63 : Updated default docker image to v2.0.3
1.10.0
04 Dec 07:53
Compare
Sorry, something went wrong.
No results found
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
30 Oct 07:33
Compare
Sorry, something went wrong.
No results found
Features
#55 : Improved logging message for retries
1.8.0
02 Oct 06:12
Compare
Sorry, something went wrong.
No results found
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
14 Aug 06:25
Compare
Sorry, something went wrong.
No results found
Features
#47 : Added max_retries, max_retry_delay and exponential_base to WriteApi
1.6.0
17 Jul 08:11
Compare
Sorry, something went wrong.
No results found
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
19 Jun 07:48
Compare
Sorry, something went wrong.
No results found
API
#41 : Updated swagger to latest version
1.4.0
15 May 06:46
Compare
Sorry, something went wrong.
No results found
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
17 Apr 06:26
Compare
Sorry, something went wrong.
No results found
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
13 Mar 07:57
Compare
Sorry, something went wrong.
No results found
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