Skip to content

Commit

Permalink
v1.8.0.rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Masahiro Nakagawa <[email protected]>
  • Loading branch information
repeatedly committed Oct 25, 2019
1 parent bf0fdce commit 5e44deb
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# Unreleased

### New feature

* Add service discovery plugin and `out_forward` use it
https://github.com/fluent/fluentd/pull/2541

### Enhancement

* formatter_csv: Support nested fields
https://github.com/fluent/fluentd/pull/2643
* record_accessor helper: Make code simple and bit faster
https://github.com/fluent/fluentd/pull/2660
* clean up internal classes / code
https://github.com/fluent/fluentd/pull/2647
https://github.com/fluent/fluentd/pull/2648
https://github.com/fluent/fluentd/pull/2653
https://github.com/fluent/fluentd/pull/2654
https://github.com/fluent/fluentd/pull/2657

### Bug fixes

* suppress warning
https://github.com/fluent/fluentd/pull/2652


# v1.7

## Release v1.7.4 - 2019/10/24
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.7.4'
VERSION = '1.8.0.rc1'

end

0 comments on commit 5e44deb

Please sign in to comment.