influxdb-client-ruby

InfluxDB 2.0 Ruby Client

MIT License

Downloads
12M
Stars
46
Committers
14

Bot releases are hidden (Show)

influxdb-client-ruby - 3.1.0 Latest Release

Published by bednar 8 months ago

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.
influxdb-client-ruby - 3.0.0

Published by bednar 11 months ago

Bug Fixes

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

Published by bednar almost 2 years ago

⚠️ 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
influxdb-client-ruby - 2.8.0

Published by bednar almost 2 years ago

Features

  1. #118: Add FluxRecord.row which stores response data in a array
influxdb-client-ruby - 2.7.0

Published by bednar about 2 years ago

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
influxdb-client-ruby - 2.6.0

Published by bednar over 2 years ago

Bug Fixes

  1. #105: Add missing require for PatchBucketRequest model
influxdb-client-ruby - 2.5.0

Published by bednar over 2 years ago

Breaking Changes

  1. #103: Rename InvocableScripts to InvokableScripts
influxdb-client-ruby - 2.4.0

Published by bednar over 2 years ago

Features

  1. #101: Add InvocableScriptsApi to create, update, list, delete and invoke scripts by seamless way
influxdb-client-ruby - 2.3.0

Published by bednar over 2 years ago

Bug Fixes

  1. #99: Add missing PatchBucketRequest model

CI

  1. #100: Use new Codecov uploader for reporting code coverage
influxdb-client-ruby - 2.2.0

Published by bednar over 2 years ago

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
influxdb-client-ruby - 2.1.0

Published by bednar almost 3 years ago

Features

  1. #93: Add PingApi to check status of OSS and Cloud instance

CI

  1. #91: Switch to next-gen CircleCI's convenience images
  2. #95: Update jruby to 9.3.1.0-jdk11
influxdb-client-ruby - 2.0.0

Published by rhajek about 3 years ago

Bug Fixes

  1. #90: Fix parse text plain 503 error response
  2. #89: Correct redirect location

Breaking Changes

Due to a security reason Authorization header is not forwarded when redirect leads to a different domain.
To overcome this limitation you have to set the client property redirect_forward_authorization to true.

Features

  1. #89: Authorization header is not forwarded when redirect leads to a different domain
influxdb-client-ruby - 1.17.0

Published by bednar about 3 years ago

Bug Fixes

  1. #87: Parsing infinite numbers
influxdb-client-ruby - 1.16.0

Published by bednar over 3 years ago

Bug Fixes

  1. #86: Uninitialized set for models
influxdb-client-ruby - 1.15.0

Published by bednar over 3 years ago

API

  1. #79: Update swagger generator to 5.1.1
  2. #82: Use openapi repository as a source for InfluxDB API definition
influxdb-client-ruby - 1.14.0

Published by bednar over 3 years ago

API

  1. #77: Update swagger to latest version

CI

  1. #78: Add build configuration for jruby
influxdb-client-ruby -

Published by bednar over 3 years ago

API

  1. #76: Update swagger to latest version
influxdb-client-ruby - 1.12.1

Published by bednar over 3 years ago

Bug Fixes

  1. #74: Avoid uses sources from parent path
influxdb-client-ruby - 1.12.0

Published by bednar over 3 years ago

Features

  1. #69: Created influxdb-client-apis package for Management API
  2. #71: Added possibility to specify the certification verification behaviour

CI

  1. #73: Updated stable image to influxdb:latest and nightly to quay.io/influxdb/influxdb:nightly
influxdb-client-ruby - 1.11.0

Published by bednar over 3 years ago

CI

  1. #65: Added Support for Ruby 3.0
  2. #63: Updated default docker image to v2.0.3