influxdb-client-ruby

InfluxDB 2.0 Ruby Client

MIT License

Downloads
12M
Stars
46
Committers
14

Bot releases are visible (Hide)

influxdb-client-ruby - 1.10.0

Published by bednar almost 4 years ago

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'
influxdb-client-ruby - 1.9.0

Published by bednar almost 4 years ago

Features

  1. #55: Improved logging message for retries
influxdb-client-ruby - 1.8.0

Published by bednar about 4 years ago

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

Published by bednar about 4 years ago

Features

  1. #47: Added max_retries, max_retry_delay and exponential_base to WriteApi
influxdb-client-ruby - 1.6.0

Published by bednar over 4 years ago

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

Published by bednar over 4 years ago

API

  1. #41: Updated swagger to latest version
influxdb-client-ruby - 1.4.0

Published by bednar over 4 years ago

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'
influxdb-client-ruby - 1.3.0

Published by bednar over 4 years ago

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

Published by bednar over 4 years ago

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

Published by bednar over 4 years ago

Features

  1. #14: Added QueryApi
  2. #17: Added possibility to stream query result
  3. #19: Added WriteOptions and possibility to batch write
influxdb-client-ruby - 1.0.0.beta

Published by bednar almost 5 years ago

Features

  1. #4: Added WriteApi that will be used for Fluentd plugin