Releases: influxdata/influxdb-client-ruby
Releases · influxdata/influxdb-client-ruby
3.2.0
27 Nov 08:58
Compare
Sorry, something went wrong.
No results found
Others
#137 : Add the csv gem to the gemspec dependencies.
3.1.0
01 Mar 08:48
Compare
Sorry, something went wrong.
No results found
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
05 Dec 09:08
Compare
Sorry, something went wrong.
No results found
Bug Fixes
#131 : Convert time objects present in fields to integer. Prior to this change the timestamps were converted to strings
2.9.0
01 Dec 15:04
Compare
Sorry, something went wrong.
No results found
⚠️ 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
27 Oct 05:14
Compare
Sorry, something went wrong.
No results found
Features
#118 : Add FluxRecord.row which stores response data in a array
2.7.0
29 Jul 17:04
Compare
Sorry, something went wrong.
No results found
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
24 Jun 06:37
Compare
Sorry, something went wrong.
No results found
Bug Fixes
#105 : Add missing require for PatchBucketRequest model
2.5.0
20 May 06:37
Compare
Sorry, something went wrong.
No results found
Breaking Changes
#103 : Rename InvocableScripts to InvokableScripts
2.4.0
19 Apr 07:24
Compare
Sorry, something went wrong.
No results found
Features
#101 : Add InvocableScriptsApi to create, update, list, delete and invoke scripts by seamless way
2.3.0
18 Mar 07:36
Compare
Sorry, something went wrong.
No results found
Bug Fixes
#99 : Add missing PatchBucketRequest model
CI
#100 : Use new Codecov uploader for reporting code coverage