Skip to content

Commit

Permalink
v1.10.3
Browse files Browse the repository at this point in the history
Signed-off-by: Masahiro Nakagawa <[email protected]>
  • Loading branch information
repeatedly committed May 1, 2020
1 parent 8e6d621 commit d8a0ff3
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.10

## Release v1.10.3 - 2020/05/01

### Enhancement

* record_accessor: Add `set` method
https://github.com/fluent/fluentd/pull/2977
* config: Ruby DSL format is deprecated
https://github.com/fluent/fluentd/pull/2958
* Refactor code
https://github.com/fluent/fluentd/pull/2961
https://github.com/fluent/fluentd/pull/2962
https://github.com/fluent/fluentd/pull/2965
https://github.com/fluent/fluentd/pull/2966
https://github.com/fluent/fluentd/pull/2978

### Bug fix

* out_forward: Disable `linger_timeout` setting on Windows
https://github.com/fluent/fluentd/pull/2959
* out_forward: Fix warning of service discovery manager when fluentd stops
https://github.com/fluent/fluentd/pull/2974

## Release v1.10.2 - 2020/04/15

### Enhancement
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.10.2'
VERSION = '1.10.3'

end

0 comments on commit d8a0ff3

Please sign in to comment.