- #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.
- #131: Convert time objects present in fields to integer. Prior to this change the timestamps were converted to strings
InfluxDB2::Client.use('https://localhost:8086', 'my-token') do |client|
client.do_something
end
- #123: Duplicate columns warning shows in improper situations
- #124: Query return type is
Array
instead ofHash
- #118: Add
FluxRecord.row
which stores response data in a array
- #106: Add logging for HTTP requests
- #108: Use local repository for
influxdb-client-apis
development
- #109: Add Ruby 3.1 into CI
- #105: Add missing require for
PatchBucketRequest
model
- #103: Rename
InvocableScripts
toInvokableScripts
- #101: Add
InvokableScriptsApi
to create, update, list, delete and invoke scripts by seamless way
- #99: Add missing
PatchBucketRequest
model
- #100: Use new Codecov uploader for reporting code coverage
- #96: Add support for Parameterized Queries
- #97: Add missing PermissionResources from Cloud API definition
- #96: Add Parameterized Queries example
- #93: Add
PingApi
to check status of OSS and Cloud instance
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
.
- #89:
Authorization
header is not forwarded when redirect leads to a different domain
- #87: Parsing infinite numbers
- #86: Uninitialized
set
for models
- #79: Update swagger generator to 5.1.1
- #82: Use openapi repository as a source for InfluxDB API definition
- #77: Update swagger to latest version
- #78: Add build configuration for jruby
- #76: Update swagger to latest version
- #74: Avoid uses sources from parent path
- #69: Created
influxdb-client-apis
package for Management API - #71: Added possibility to specify the certification verification behaviour
- #73: Updated stable image to
influxdb:latest
and nightly toquay.io/influxdb/influxdb:nightly
- #59: CSV parser is able to parse export from UI
- #62: Updated default docker image to v2.0.2
- #61: Query results has precision with nanosecond, e.g. '1970-01-01T00:00:00.000123456+00:00'
- #55: Improved logging message for retries
- #50: Default port changed from 9999 -> 8086
- #52: Fixed aborting of background threads
- #47: Added max_retries, max_retry_delay and exponential_base to WriteApi
- #42: Fixed serialization of
\n
,\r
and\t
to Line Protocol,=
is valid sign for measurement name - #44: Fixed supporting of Ruby 2.2
- #41: Updated swagger to latest version
- #38: Remove trailing slash from connection URL
- #37: Fix documentation: replace references to InfluxDB module by InfluxDB2. Allow
require 'influxdb-client'
- #32: Checks the health of a running InfluxDB instance by querying the /health
- #35: Clarify how to use a client with InfluxDB 1.8
- #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
- #29: Upgrade rake to version 12.3.3 - CVE-2020-8130
- #22: Fixed batch write
- #28: Correctly parse CSV where multiple results include multiple tables
- #30: Send Content-Type headers
- #14: Added QueryApi
- #17: Added possibility to stream query result
- #19: Added WriteOptions and possibility to batch write
- #4: Added WriteApi that will be used for Fluentd plugin