Skip to content

Commit

Permalink
v1.10.2
Browse files Browse the repository at this point in the history
Signed-off-by: Masahiro Nakagawa <[email protected]>
  • Loading branch information
repeatedly committed Apr 15, 2020
1 parent cdf75b0 commit a5badcd
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# v1.10

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

### Enhancement

* out_copy: Add plugin_id to log message
https://github.com/fluent/fluentd/pull/2934
* socket: Allow cert chains in mutual auth
https://github.com/fluent/fluentd/pull/2930
* system: Add ignore_repeated_log_interval parameter
https://github.com/fluent/fluentd/pull/2937
* windows: Allow to launch fluentd from whitespace included path
https://github.com/fluent/fluentd/pull/2920
* Refactor code
https://github.com/fluent/fluentd/pull/2935
https://github.com/fluent/fluentd/pull/2936
https://github.com/fluent/fluentd/pull/2938
https://github.com/fluent/fluentd/pull/2939
https://github.com/fluent/fluentd/pull/2946

### Bug fix

* in_syslog: Fix octet-counting mode bug
https://github.com/fluent/fluentd/pull/2942
* out_forward: Create timer for purging obsolete sockets when keepalive_timeout is not set
https://github.com/fluent/fluentd/pull/2943
* out_forward: Need authentication when sending tcp heartbeat with keepalive
https://github.com/fluent/fluentd/pull/2945
* command: Fix fluent-debug start failure
https://github.com/fluent/fluentd/pull/2948
* command: Fix regression of supervisor's worker and `--daemon` combo
https://github.com/fluent/fluentd/pull/2950

## Release v1.10.1 - 2020/04/02

### 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.1'
VERSION = '1.10.2'

end

0 comments on commit a5badcd

Please sign in to comment.