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