Skip to content

Commit 9931349

Browse files
committed
bump to 4.0.0
1 parent a3d292a commit 9931349

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
## 3.4.5
1+
## 4.0.0
22
- Major performance improvements due to reduced locking
33

4+
## 3.4.5
5+
- version yanked due to breaking changes within .patch release cause logstash crashes in < 5.6
6+
47
## 3.4.4
58
- Update gemspec summary
69

logstash-filter-grok.gemspec

Lines changed: 2 additions & 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-filter-grok'
4-
s.version = '3.4.5'
4+
s.version = '4.0.0'
55
s.licenses = ['Apache License (2.0)']
66
s.summary = "Parses unstructured event data into fields"
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"
@@ -21,6 +21,7 @@ Gem::Specification.new do |s|
2121

2222
# Gem dependencies
2323
s.add_runtime_dependency "logstash-core-plugin-api", ">= 1.60", "<= 2.99"
24+
s.add_runtime_dependency "logstash-core", ">= 5.6.0"
2425

2526
s.add_runtime_dependency 'jls-grok', '~> 0.11.3'
2627
s.add_runtime_dependency 'stud', '~> 0.0.22'

0 commit comments

Comments
 (0)