Skip to content

Commit 25fa84e

Browse files
bump version to 2.0.5
1 parent 1c97da4 commit 25fa84e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
# 2.0.5
2+
- Fix LocalJumpError exception see https://github.com/logstash-plugins/logstash-output-redis/pull/27
13
# 2.0.4
24
- Depend on logstash-core-plugin-api instead of logstash-core, removing the need to mass update plugins on major releases of logstash
35
# 2.0.3
46
- New dependency requirements for logstash-core for the 5.0 release
57
## 2.0.0
6-
- Plugins were updated to follow the new shutdown semantic, this mainly allows Logstash to instruct input plugins to terminate gracefully,
8+
- Plugins were updated to follow the new shutdown semantic, this mainly allows Logstash to instruct input plugins to terminate gracefully,
79
instead of using Thread.raise on the plugins' threads. Ref: https://github.com/elastic/logstash/pull/3895
810
- Dependency on logstash-core update to 2.0
911

logstash-output-redis.gemspec

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

33
s.name = 'logstash-output-redis'
4-
s.version = '2.0.4'
4+
s.version = '2.0.5'
55
s.licenses = ['Apache License (2.0)']
66
s.summary = "This output will send events to a Redis queue using RPUSH"
77
s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program"

0 commit comments

Comments
 (0)