Releases: influxdata/influxdb-client-ruby
Releases · influxdata/influxdb-client-ruby
3.1.0
Bug Fixes
- #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
Bug Fixes
- #131: Convert time objects present in fields to integer. Prior to this change the timestamps were converted to strings
2.9.0
⚠️ The client can be used as a resource:
InfluxDB2::Client.use('https://localhost:8086', 'my-token') do |client|
client.do_something
end
Features
- #126: Add
Task
API
- #127: Client can be used as a resource
Bug Fixes
- #123: Duplicate columns warning shows in improper situations
- #124: Query return type is
Array
instead of Hash
2.8.0
Features
- #118: Add
FluxRecord.row
which stores response data in a array
2.7.0
Features
- #106: Add logging for HTTP requests
Others
- #108: Use local repository for
influxdb-client-apis
development
CI
- #109: Add Ruby 3.1 into CI
2.6.0
Bug Fixes
- #105: Add missing require for
PatchBucketRequest
model
2.5.0
Breaking Changes
- #103: Rename
InvocableScripts
to InvokableScripts
2.4.0
Features
- #101: Add
InvocableScriptsApi
to create, update, list, delete and invoke scripts by seamless way
2.3.0
Bug Fixes
- #99: Add missing
PatchBucketRequest
model
CI
- #100: Use new Codecov uploader for reporting code coverage
2.2.0
Features
- #96: Add support for Parameterized Queries
Bug Fixes
- #97: Add missing PermissionResources from Cloud API definition
Documentation
- #96: Add Parameterized Queries example