Skip to content

Commit

Permalink
v1.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Masahiro Nakagawa <[email protected]>
  • Loading branch information
repeatedly committed Jun 5, 2019
1 parent 5ca5ddd commit 45c7b75
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# v1.5

## Release v1.5.1 - 2019/06/05

### Enhancement

* in_tail: Increase read block size to reduce IO call
https://github.com/fluent/fluentd/pull/2418
* in_monitor_agent: Refactor code
https://github.com/fluent/fluentd/pull/2422

### Bug fixes

* out_forward: Fix socket handling of keepalive
https://github.com/fluent/fluentd/pull/2434
* parser: Fix the use of name based timezone
https://github.com/fluent/fluentd/pull/2421
* in_monitor_agent: Fix debug parameter handling
https://github.com/fluent/fluentd/pull/2423
* command: Fix error handling of log rotation age option
https://github.com/fluent/fluentd/pull/2427
* command: Fix ERB warning for ruby 2.6 or later
https://github.com/fluent/fluentd/pull/2430

## Release v1.5.0 - 2019/05/18

### New feature
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.5.0'
VERSION = '1.5.1'

end

0 comments on commit 45c7b75

Please sign in to comment.