Skip to content

Commit 954f02b

Browse files
committed
Review CHANGELOG format
1 parent 34fccde commit 954f02b

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
## 3.0.1
2-
- Republish all the gems under jruby.
2+
- internal: Republish all the gems under jruby.
3+
34
## 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+
913
## 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
1115

1216
## 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
1418

1519
## 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,
1721
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
1923

0 commit comments

Comments
 (0)