Skip to content

Commit

Permalink
v0.14.21
Browse files Browse the repository at this point in the history
  • Loading branch information
repeatedly committed Sep 7, 2017
1 parent d14ea82 commit 4faf3d0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# v0.14

## Release v0.14.21 - 2017/09/07

### New features / Enhancements

* filter_parser: Support record_accessor in key_name
https://github.com/fluent/fluentd/pull/1654
* buffer: Support record_accessor in chunk keys
https://github.com/fluent/fluentd/pull/1662

### Bug fixes

* compat_parameters: Support all syslog parser parameters
https://github.com/fluent/fluentd/pull/1650
* filter_record_transformer: Don't create new keys if the original record doesn't have `keep_keys` keys
https://github.com/fluent/fluentd/pull/1663
* in_tail: Fix the error when 'tag *' is configured
https://github.com/fluent/fluentd/pull/1664
* supervisor: Clear previous worker pids when receive kill signals.
https://github.com/fluent/fluentd/pull/1683

## Release v0.14.20 - 2017/07/31

### New features / Enhancements
Expand Down
2 changes: 1 addition & 1 deletion lib/fluent/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

module Fluent

VERSION = '0.14.20'
VERSION = '0.14.21'

end

0 comments on commit 4faf3d0

Please sign in to comment.