Skip to content

Commit 3fa5f6b

Browse files
committed
dependency logstash-core-plugin-api >= 1.60 <= 2.99
1 parent efebe29 commit 3fa5f6b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.1.1
2+
- Relax constraint on logstash-core-plugin-api to >= 1.60 <= 2.99
3+
14
## 3.1.0
25
- breaking,config: Remove deprecated config 'verify_ssl'. Please use 'ssl_certificate_validation'.
36

logstash-output-http.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22

33
s.name = 'logstash-output-http'
4-
s.version = '3.1.0'
4+
s.version = '3.1.1'
55
s.licenses = ['Apache License (2.0)']
66
s.summary = "This output lets you `PUT` or `POST` events to a generic HTTP(S) endpoint"
77
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 gemname. This gem is not a stand-alone program"
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
2020
s.metadata = { "logstash_plugin" => "true", "logstash_group" => "output" }
2121

2222
# Gem dependencies
23-
s.add_runtime_dependency "logstash-core-plugin-api", "~> 2.0"
23+
s.add_runtime_dependency "logstash-core-plugin-api", ">= 1.60", "<= 2.99"
2424
s.add_runtime_dependency "logstash-mixin-http_client", ">= 2.2.1", "< 5.0.0"
2525

2626
s.add_development_dependency 'logstash-devutils'

0 commit comments

Comments
 (0)