Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.14.3 #3555

Merged
merged 1 commit into from
Nov 26, 2021
Merged

v1.14.3 #3555

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
v1.14.3
Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
  • Loading branch information
kenhys committed Nov 26, 2021
commit 0adad0963e41e6a6a78a7c0565c559a957daed84
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# v1.14.3

## Release v1.14.3 - 2021/11/26

### Enhancement

* Changed to accept `http_parser.rb` 0.8.0.
`http_parser.rb` 0.8.0 is ready for Ractor.
https://github.com/fluent/fluentd/pull/3544

### Bug fix

* in_tail: Fixed a bug that no new logs are read when
`enable_stat_watcher true` and `enable_watch_timer false` is set.
https://github.com/fluent/fluentd/pull/3541
* in_tail: Fixed a bug that the beginning and initial lines are lost
after startup when `read_from_head false` and path includes wildcard '*'.
https://github.com/fluent/fluentd/pull/3542
* Fixed a bug that processing messages were lost when
BufferChunkOverflowError was thrown even though only a specific
message size exceeds chunk_limit_size.
https://github.com/fluent/fluentd/pull/3553
https://github.com/fluent/fluentd/pull/3562

### Misc

* Bump up required version of `win32-service` gem.
newer version is required to implement additional `fluent-ctl` commands.
https://github.com/fluent/fluentd/pull/3556

# v1.14.2

## Release v1.14.2 - 2021/10/29
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.2'
VERSION = '1.14.3'

end