File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3
3
### API
4
4
1 . [ #15 ] ( https://github.com/influxdata/influxdb-plugin-fluent/pull/15 ) : Default port changed from 9999 -> 8086
5
5
6
+ ### Dependencies
7
+ 1 . [ #16 ] ( https://github.com/influxdata/influxdb-plugin-fluent/pull/16 ) : Upgrade InfluxDB client to 1.8.0
8
+
6
9
## 1.5.0 [ 2020-07-17]
7
10
8
11
1 . [ #12 ] ( https://github.com/influxdata/influxdb-plugin-fluent/pull/12 ) : Renamed gem to ` fluent-plugin-influxdb-v2 `
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Gem::Specification.new do |spec|
47
47
spec . required_ruby_version = '>= 2.2.0'
48
48
49
49
spec . add_runtime_dependency 'fluentd' , '~> 1.8'
50
- spec . add_runtime_dependency 'influxdb-client' , '1.6 .0'
50
+ spec . add_runtime_dependency 'influxdb-client' , '1.8 .0'
51
51
52
52
spec . add_development_dependency 'bundler' , '~> 2.0'
53
53
spec . add_development_dependency 'codecov' , '~> 0.2.8'
You can’t perform that action at this time.
0 commit comments