Skip to content

Commit

Permalink
bump version to 4.1.2
Browse files Browse the repository at this point in the history
Fixes #62
  • Loading branch information
yaauie committed May 16, 2018
1 parent 6054996 commit 9236016
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.1.2
- bugfix: improves trim_key and trim_value to trim any _sequence_ of matching characters from the beginning and ends of the corresponding keys and values; a previous implementation limitited trim to a single character from each end, which was surprising.
- bugfix: fixes issue where we can fail to correctly break up a sequence that includes a partially-quoted value followed by another fully-quoted value by slightly reducing greediness of quoted-value captures.

## 4.1.1
- bugfix: correctly handle empty values between value separator and field separator (#58)

Expand Down
2 changes: 1 addition & 1 deletion logstash-filter-kv.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|

s.name = 'logstash-filter-kv'
s.version = '4.1.1'
s.version = '4.1.2'
s.licenses = ['Apache License (2.0)']
s.summary = "Parses key-value pairs"
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
Expand Down

0 comments on commit 9236016

Please sign in to comment.