Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Masahiro Nakagawa <[email protected]>
  • Loading branch information
repeatedly committed Feb 25, 2019
1 parent 07841c0 commit f92eab6
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# v1.3

## Release v1.4.0 - 2019/02/24

### New features

* multiprocess: Support <worker N-M> syntax
https://github.com/fluent/fluentd/pull/2292
* output: Work <secondary> and retry_forever together
https://github.com/fluent/fluentd/pull/2276
* out_file: Support placeholders in symlink_path
https://github.com/fluent/fluentd/pull/2254

### Enhancements

* output: Add MessagePack unpacker error to unrecoverable error list
https://github.com/fluent/fluentd/pull/2301
* output: Reduce flush deley when large timekey and small timekey_wait are specified
https://github.com/fluent/fluentd/pull/2291
* config: Support embedded ruby code in section argument.
https://github.com/fluent/fluentd/pull/2291
* in_tail: Improve encoding parameter handling
https://github.com/fluent/fluentd/pull/2305
* in_tcp/in_udp: Add <parse> section check
https://github.com/fluent/fluentd/pull/2267

### Bug fixes

* server: Ignore IOError and related errors in UDP
https://github.com/fluent/fluentd/pull/2310
* server: Ignore EPIPE in TLS accept to avoid fluentd restart
https://github.com/fluent/fluentd/pull/2253

## Release v1.3.3 - 2019/01/06

### 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 = '1.3.3'
VERSION = '1.4.0'

end

0 comments on commit f92eab6

Please sign in to comment.