|
1 | 1 | ## 3.0.1
|
2 |
| - - Republish all the gems under jruby. |
| 2 | + - internal: Republish all the gems under jruby. |
| 3 | + |
3 | 4 | ## 3.0.0
|
4 |
| - - Update the plugin to the version 2.0 of the plugin api, this change is required for Logstash 5.0 compatibility. See https://github.com/elastic/logstash/issues/5141 |
5 |
| -# 2.0.6 |
6 |
| - - Depend on logstash-core-plugin-api instead of logstash-core, removing the need to mass update plugins on major releases of logstash |
7 |
| -# 2.0.5 |
8 |
| - - New dependency requirements for logstash-core for the 5.0 release |
| 5 | + - internal,deps: Update the plugin to the version 2.0 of the plugin api, this change is required for Logstash 5.0 compatibility. See https://github.com/elastic/logstash/issues/5141 |
| 6 | + |
| 7 | +## 2.0.6 |
| 8 | + - internal,deps: Depend on logstash-core-plugin-api instead of logstash-core, removing the need to mass update plugins on major releases of logstash |
| 9 | + |
| 10 | +## 2.0.5 |
| 11 | + - internal,deps: New dependency requirements for logstash-core for the 5.0 release |
| 12 | + |
9 | 13 | ## 2.0.4
|
10 |
| - - Added an option to configure the tags set when a `JSON` parsing error occur #20 |
| 14 | + - feature: Added an option to configure the tags set when a `JSON` parsing error occur #20 |
11 | 15 |
|
12 | 16 | ## 2.0.3
|
13 |
| - - Refactored field references, better timestamp handling, code & specs cleanups |
| 17 | + - internal,cleanup: Refactored field references, better timestamp handling, code & specs cleanups |
14 | 18 |
|
15 | 19 | ## 2.0.0
|
16 |
| - - Plugins were updated to follow the new shutdown semantic, this mainly allows Logstash to instruct input plugins to terminate gracefully, |
| 20 | + - internal: Plugins were updated to follow the new shutdown semantic, this mainly allows Logstash to instruct input plugins to terminate gracefully, |
17 | 21 | instead of using Thread.raise on the plugins' threads. Ref: https://github.com/elastic/logstash/pull/3895
|
18 |
| - - Dependency on logstash-core update to 2.0 |
| 22 | + - internal,deps: Dependency on logstash-core update to 2.0 |
19 | 23 |
|
0 commit comments