Skip to content

2.9.0

Compare
Choose a tag to compare
@bednar bednar released this 01 Dec 15:04
· 11 commits to master since this release

⚠️ 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