Releases: influxdata/influxdb-client-ruby
Releases · influxdata/influxdb-client-ruby
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
2.1.0
Features
- #93: Add
PingApi
to check status of OSS and Cloud instance
CI
- #91: Switch to next-gen CircleCI's convenience images
- #95: Update
jruby
to 9.3.1.0-jdk11
2.0.0
Bug Fixes
- #90: Fix parse text plain 503 error response
- #89: Correct redirect location
Breaking Changes
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
.
Features
- #89:
Authorization
header is not forwarded when redirect leads to a different domain
1.17.0
Bug Fixes
- #87: Parsing infinite numbers
1.16.0
Bug Fixes
- #86: Uninitialized
set
for models
1.15.0
API
- #79: Update swagger generator to 5.1.1
- #82: Use openapi repository as a source for InfluxDB API definition
1.14.0
API
- #77: Update swagger to latest version
CI
- #78: Add build configuration for jruby
v1.13.0
API
- #76: Update swagger to latest version
1.12.1
Bug Fixes
- #74: Avoid uses sources from parent path
1.12.0
Features
- #69: Created
influxdb-client-apis
package for Management API
- #71: Added possibility to specify the certification verification behaviour
CI
- #73: Updated stable image to
influxdb:latest
and nightly to quay.io/influxdb/influxdb:nightly