We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a914108 commit 259114cCopy full SHA for 259114c
CHANGELOG.md
@@ -1,13 +1,15 @@
1
-## 3.0.0
+# 3.0.0
2
- Breaking: Updated plugin to use new Java Event APIs
3
- relax logstash-core-plugin-api constrains
4
- update .travis.yml
5
6
# 2.0.4
7
- Depend on logstash-core-plugin-api instead of logstash-core, removing the need to mass update plugins on major releases of logstash
8
+
9
# 2.0.3
10
- New dependency requirements for logstash-core for the 5.0 release
-## 2.0.0
11
12
+# 2.0.0
13
- Plugins were updated to follow the new shutdown semantic, this mainly allows Logstash to instruct input plugins to terminate gracefully,
14
instead of using Thread.raise on the plugins' threads. Ref: https://github.com/elastic/logstash/pull/3895
15
- Dependency on logstash-core update to 2.0
0 commit comments