Skip to content

Commit

Permalink
v1.14.3
Browse files Browse the repository at this point in the history
Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
  • Loading branch information
kenhys committed Nov 10, 2021
1 parent f03bb92 commit 3380d2e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# v1.14.3

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

### 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`.
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

### 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

0 comments on commit 3380d2e

Please sign in to comment.