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 5, 2022
1 parent 362ff08 commit 8f69614
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 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

* out_file: Make append option work without compression
https://github.com/fluent/fluentd/pull/3579
* Fix unstable tests on GitHub Actions
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 8f69614

Please sign in to comment.