Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Masahiro Nakagawa <[email protected]>
  • Loading branch information
repeatedly committed Mar 19, 2019
1 parent d18f9b7 commit 56a8a82
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# v1.4

## Release v1.4.1 - 2019/03/18

### Enhancements

* system: Add worker_id to process_name when workers is larger than 1
https://github.com/fluent/fluentd/pull/2321
* in_syslog: Check message length when read from buffer in octet counting
https://github.com/fluent/fluentd/pull/2323
* parser_regexp: Check named captures. When no named captures, configuration error is raised
https://github.com/fluent/fluentd/pull/2331

### Bug fixes

* out_forward: Make tls_client_private_key_passphrase secret
https://github.com/fluent/fluentd/pull/2324

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

### New features
Expand All @@ -15,10 +31,10 @@

* 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
* output: Reduce flush delay 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
https://github.com/fluent/fluentd/pull/2295
* in_tail: Improve encoding parameter handling
https://github.com/fluent/fluentd/pull/2305
* in_tcp/in_udp: Add <parse> section check
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.4.0'
VERSION = '1.4.1'

end

1 comment on commit 56a8a82

@repeatedly
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit includes #2325 patch.

Please sign in to comment.