Skip to content

Commit f1b842f

Browse files
committed
dependency logstash-core-plugin-api ~> 1.0
1 parent 3dd95ad commit f1b842f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# 2.0.4
2+
- Depend on logstash-core-plugin-api instead of logstash-core, removing the need to mass update plugins on major releases of logstash
13
# 2.0.3
24
- New dependency requirements for logstash-core for the 5.0 release
35
## 2.0.0

logstash-output-neo4j.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-neo4j'
4-
s.version = '2.0.3'
4+
s.version = '2.0.4'
55
s.licenses = ['Apache License (2.0)']
66
s.summary = "Logstash Output to Neo4j"
77
s.description = "Output events to Neo4j"
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
1919
# Special flag to let us know this is actually a logstash plugin
2020
s.metadata = { "logstash_plugin" => "true", "logstash_group" => "output" }
2121

22-
s.add_runtime_dependency "logstash-core", ">= 2.0.0", "< 6.0.0.alpha1"
22+
s.add_runtime_dependency "logstash-core-plugin-api", "~> 1.0"
2323
s.add_runtime_dependency 'jar-dependencies'
2424

2525
if RUBY_PLATFORM == 'java'

0 commit comments

Comments
 (0)