Skip to content

Commit 1d2b8d7

Browse files
authored
Merge pull request #28 from gandalfb/version/logstash-5.5
version/logstash 5.5
2 parents d03a6e0 + 2a6953b commit 1d2b8d7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.4
2+
3+
- update `gemspec` to work with logstash 5.5
4+
15
## 0.5.3
26
- freeze all instance variables
37
- fix parallel processing by creating a `deep_clone` for each event

logstash-filter-rest.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-filter-rest'
3-
s.version = '0.5.3'
3+
s.version = '0.5.4'
44
s.licenses = ['Apache License (2.0)']
55
s.summary = 'This filter requests data from a RESTful Web Service.'
66
s.description = 'This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install logstash-filter-rest. This gem is not a stand-alone program'
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
2727

2828
# Gem dependencies
2929
s.add_runtime_dependency 'logstash-core-plugin-api', '>= 1.60', '<= 2.99'
30-
s.add_runtime_dependency 'logstash-mixin-http_client', '>= 2.2.4', '< 5.0.0'
30+
s.add_runtime_dependency 'logstash-mixin-http_client', '>= 5.0.0', '< 6.0.0'
3131

3232
s.add_development_dependency 'logstash-devutils', '>= 0', '< 2.0.0'
3333
end

0 commit comments

Comments
 (0)