-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Review CHANGELOG format * update for LS 5.0
- Loading branch information
Showing
6 changed files
with
41 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
*.gem | ||
Gemfile.lock | ||
.bundle | ||
vendor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
--- | ||
sudo: false | ||
language: ruby | ||
cache: bundler | ||
jdk: | ||
- oraclejdk8 | ||
rvm: | ||
- jruby-1.7.23 | ||
script: | ||
- bundle exec rspec spec | ||
- jruby-1.7.25 | ||
before_script: | ||
- bundle exec rake vendor | ||
script: | ||
- bundle exec rspec spec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
# 2.0.4 | ||
- Depend on logstash-core-plugin-api instead of logstash-core, removing the need to mass update plugins on major releases of logstash | ||
# 2.0.3 | ||
- New dependency requirements for logstash-core for the 5.0 release | ||
## 3.0.0 | ||
- breaking: Updated plugin to use new Java Event APIs | ||
|
||
## 2.0.4 | ||
- internal,deps: Depend on logstash-core-plugin-api instead of logstash-core, removing the need to mass update plugins on major releases of logstash | ||
|
||
## 2.0.3 | ||
- internal,deps: New dependency requirements for logstash-core for the 5.0 release | ||
|
||
## 2.0.0 | ||
- Plugins were updated to follow the new shutdown semantic, this mainly allows Logstash to instruct input plugins to terminate gracefully, | ||
- internal: Plugins were updated to follow the new shutdown semantic, this mainly allows Logstash to instruct input plugins to terminate gracefully, | ||
instead of using Thread.raise on the plugins' threads. Ref: https://github.com/elastic/logstash/pull/3895 | ||
- Dependency on logstash-core update to 2.0 | ||
- internal,deps: Dependency on logstash-core update to 2.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters