Skip to content

Commit

Permalink
Merge pull request #1266 from fluent/release-v0.14.7
Browse files Browse the repository at this point in the history
Release v0.14.7
  • Loading branch information
tagomoris authored Oct 7, 2016
2 parents ca20c54 + 6792849 commit cbe0c15
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
46 changes: 46 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,51 @@
# v0.14

## Release v0.14.7 - 2016/10/07

### New features / Enhancement

* in_forward: support to transfer compressed data
https://github.com/fluent/fluentd/pull/1179
* out_stdout: fix to show nanosecond resolution time
https://github.com/fluent/fluentd/pull/1249
* Add option to rotate Fluentd daemon's log
https://github.com/fluent/fluentd/pull/1235
* Add a feature to parse/format numeric time (unix time [+ subsecond value])
https://github.com/fluent/fluentd/pull/1254
* Raise configuration errors for inconsistent <label> configurations
https://github.com/fluent/fluentd/pull/1233
* Fix to instantiate an unconfigured section even for multi: true
https://github.com/fluent/fluentd/pull/1210
* Add validators of placeholders for buffering key extraction
https://github.com/fluent/fluentd/pull/1255
* Fix to show log messages about filter optimization only when needed
https://github.com/fluent/fluentd/pull/1227
* Add some features to write plugins more easily
https://github.com/fluent/fluentd/pull/1256

### Bug fixes

* Fix Oj's default option to encode/decode JSON in the same way with Yajl
https://github.com/fluent/fluentd/pull/1147
https://github.com/fluent/fluentd/pull/1239
* Fix to raise correct configuration errors
https://github.com/fluent/fluentd/pull/1223
* Fix a bug to call `shutdown` method (and some others) twice
https://github.com/fluent/fluentd/pull/1242
* Fix to enable `chunk.each` only when it's encoded by msgpack
https://github.com/fluent/fluentd/pull/1263
* Fix a bug not to stop enqueue/flush threads correctly
https://github.com/fluent/fluentd/pull/1264
* out_forward: fix a bug that UDP heartbeat doesn't work
https://github.com/fluent/fluentd/pull/1238
* out_file: fix a crash bug when v0.14 enables symlink and resumes existing buffer file chunk generated by v0.12
https://github.com/fluent/fluentd/pull/1234
* in_monitor_agent: fix compatibility problem between outputs of v0.12 and v0.14
https://github.com/fluent/fluentd/pull/1232
* in_tail: fix a bug to crash to read large amount logs
https://github.com/fluent/fluentd/pull/1259
https://github.com/fluent/fluentd/pull/1261

## Release v0.14.6 - 2016/09/07

### Bug fixes
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.6'
VERSION = '0.14.7'

end

0 comments on commit cbe0c15

Please sign in to comment.