Skip to content

Commit 680430c

Browse files
committed
Bump to 3.0.3
Fixes #57
1 parent 08b059b commit 680430c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
## 3.0.3
2+
- Require logstash-mixin-http_client 4.0.3 which fixes error messaging around key/trust-stores when no password supplied
13
## 3.0.2
24
- Relax constraint on logstash-core-plugin-api to >= 1.60 <= 2.99
3-
45
## 3.0.1
56
- Republish all the gems under jruby.
67
## 3.0.0
@@ -16,7 +17,7 @@
1617
- Bump http_client mixin to default to 1 retry for idempotent actions
1718

1819
## 2.0.0
19-
- Plugins were updated to follow the new shutdown semantic, this mainly allows Logstash to instruct input plugins to terminate gracefully,
20+
- Plugins were updated to follow the new shutdown semantic, this mainly allows Logstash to instruct input plugins to terminate gracefully,
2021
instead of using Thread.raise on the plugins' threads. Ref: https://github.com/elastic/logstash/pull/3895
2122
- Dependency on logstash-core update to 2.0
2223

logstash-input-http_poller.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-input-http_poller'
3-
s.version = '3.0.2'
3+
s.version = '3.0.3'
44
s.licenses = ['Apache License (2.0)']
55
s.summary = "Poll HTTP endpoints with Logstash."
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 gemname. This gem is not a stand-alone program"

0 commit comments

Comments
 (0)