Skip to content

Commit

Permalink
v1.9.1.rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Masahiro Nakagawa <[email protected]>
  • Loading branch information
repeatedly committed Jan 7, 2020
1 parent 2800465 commit 19f9d42
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# v1.9

## Unreleased

### New feature

* New light-weight config reload mechanizm
https://github.com/fluent/fluentd/pull/2716
* Drop ruby 2.1/2.2/2.3 support
https://github.com/fluent/fluentd/pull/2750

### Enhancement

* output: Show better message for secondary warning
https://github.com/fluent/fluentd/pull/2751
* Clean up code for ruby 2.7
https://github.com/fluent/fluentd/pull/2753

### Bug fixes

* outut/buffer: Fix stage size computation
https://github.com/fluent/fluentd/pull/2734

# v1.8

## Release v1.8.1 - 2019/12/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.8.1'
VERSION = '1.9.0.rc1'

end

0 comments on commit 19f9d42

Please sign in to comment.