Skip to content

Releases: influxdata/influxdb-client-ruby

3.1.0

01 Mar 08:48
Compare
Choose a tag to compare

Bug Fixes

  1. #134: Support influxdb v1.8 HTTP error response message. Prior to this change, in case of an HTTP error response (influxDB v1.8) the InfluxError had empty message.

3.0.0

05 Dec 09:08
Compare
Choose a tag to compare

Bug Fixes

  1. #131: Convert time objects present in fields to integer. Prior to this change the timestamps were converted to strings

2.9.0

01 Dec 15:04
Compare
Choose a tag to compare

⚠️ The client can be used as a resource:

InfluxDB2::Client.use('https://localhost:8086', 'my-token') do |client|
    client.do_something
end

Features

  1. #126: Add Task API
  2. #127: Client can be used as a resource

Bug Fixes

  1. #123: Duplicate columns warning shows in improper situations
  2. #124: Query return type is Array instead of Hash

2.8.0

27 Oct 05:14
Compare
Choose a tag to compare

Features

  1. #118: Add FluxRecord.row which stores response data in a array

2.7.0

29 Jul 17:04
Compare
Choose a tag to compare

Features

  1. #106: Add logging for HTTP requests

Others

  1. #108: Use local repository for influxdb-client-apis development

CI

  1. #109: Add Ruby 3.1 into CI

2.6.0

24 Jun 06:37
Compare
Choose a tag to compare

Bug Fixes

  1. #105: Add missing require for PatchBucketRequest model

2.5.0

20 May 06:37
Compare
Choose a tag to compare

Breaking Changes

  1. #103: Rename InvocableScripts to InvokableScripts

2.4.0

19 Apr 07:24
Compare
Choose a tag to compare

Features

  1. #101: Add InvocableScriptsApi to create, update, list, delete and invoke scripts by seamless way

2.3.0

18 Mar 07:36
Compare
Choose a tag to compare

Bug Fixes

  1. #99: Add missing PatchBucketRequest model

CI

  1. #100: Use new Codecov uploader for reporting code coverage

2.2.0

18 Feb 08:00
Compare
Choose a tag to compare

Features

  1. #96: Add support for Parameterized Queries

Bug Fixes

  1. #97: Add missing PermissionResources from Cloud API definition

Documentation

  1. #96: Add Parameterized Queries example