Skip to content

Commit

Permalink
v1.14.4
Browse files Browse the repository at this point in the history
Signed-off-by: Fujimoto Seiji <[email protected]>
  • Loading branch information
fujimotos committed Jan 6, 2022
1 parent 362ff08 commit d1f33da
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# v1.14.4

## Release v1.14.4 - 2022/01/06

### Enhancement

* `in_tail`: Add option to skip long lines (`max_line_size`)
https://github.com/fluent/fluentd/pull/3565

### Bug fix

* Incorrect BufferChunkOverflowError when each event size is < `chunk_limit_size`
https://github.com/fluent/fluentd/pull/3560
* On macOS with Ruby 2.7/3.0, `out_file` fails to write events if `append` is true.
https://github.com/fluent/fluentd/pull/3579
* test: Fix unstable test cases
https://github.com/fluent/fluentd/pull/3574
https://github.com/fluent/fluentd/pull/3577

# v1.14.3

## Release v1.14.3 - 2021/11/26
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.14.3'
VERSION = '1.14.4'

end

0 comments on commit d1f33da

Please sign in to comment.