Skip to content

Commit 3adff15

Browse files
bump version to 2.0.3
1 parent d822236 commit 3adff15

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
## 2.0.3
2+
- Refactored field references, better timestamp handling, code & specs cleanups
3+
14
## 2.0.0
2-
- Plugins were updated to follow the new shutdown semantic, this mainly allows Logstash to instruct input plugins to terminate gracefully,
5+
- Plugins were updated to follow the new shutdown semantic, this mainly allows Logstash to instruct input plugins to terminate gracefully,
36
instead of using Thread.raise on the plugins' threads. Ref: https://github.com/elastic/logstash/pull/3895
47
- Dependency on logstash-core update to 2.0
58

logstash-filter-json.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22

33
s.name = 'logstash-filter-json'
4-
s.version = '2.0.2'
4+
s.version = '2.0.3'
55
s.licenses = ['Apache License (2.0)']
66
s.summary = "This is a JSON parsing filter. It takes an existing field which contains JSON and expands it into an actual data structure within the Logstash event."
77
s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program"

0 commit comments

Comments
 (0)