Skip to content

Releases: influxdata/influxdb-client-ruby

1.10.0

04 Dec 07:53
Compare
Choose a tag to compare

Features

  1. #59: CSV parser is able to parse export from UI

CI

  1. #62: Updated default docker image to v2.0.2

Bug Fixes

  1. #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
Choose a tag to compare

Features

  1. #55: Improved logging message for retries

1.8.0

02 Oct 06:12
Compare
Choose a tag to compare

Features

  1. #36: Added support for default tags
  2. #53: Default strategy for batching worker is best-effort

API

  1. #50: Default port changed from 9999 -> 8086

1.7.0

14 Aug 06:25
Compare
Choose a tag to compare

Features

  1. #47: Added max_retries, max_retry_delay and exponential_base to WriteApi

1.6.0

17 Jul 08:11
Compare
Choose a tag to compare

Bug Fixes

  1. #42: Fixed serialization of \n, \r and \t to Line Protocol, = is valid sign for measurement name
  2. #44: Fixed supporting of Ruby 2.2

1.5.0

19 Jun 07:48
Compare
Choose a tag to compare

API

  1. #41: Updated swagger to latest version

1.4.0

15 May 06:46
Compare
Choose a tag to compare

Features

  1. #38: Remove trailing slash from connection URL

Documentation

  1. #37: Fix documentation: replace references to InfluxDB module by InfluxDB2. Allow require 'influxdb-client'

1.3.0

17 Apr 06:26
Compare
Choose a tag to compare

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

13 Mar 07:57
Compare
Choose a tag to compare

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

Bugs

  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

14 Feb 08:48
Compare
Choose a tag to compare

Features

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