Skip to content

Commit

Permalink
v1.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: Masahiro Nakagawa <[email protected]>
  • Loading branch information
repeatedly committed Mar 24, 2020
1 parent 02d503d commit 7e3022e
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 1 deletion.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,51 @@
# v1.10

## Release v1.10.0 - 2020/03/24

### New feature

* sd plugin: Add RSV record plugin
https://github.com/fluent/fluentd/pull/2876

### Enhancement

* server: Add `cert_verifier` parameter for TLS transport
https://github.com/fluent/fluentd/pull/2888
* parser_syslog: Support customized time format
https://github.com/fluent/fluentd/pull/2886
* in_dummy: Delete `suspend` parameter
https://github.com/fluent/fluentd/pull/2897
* Refactor code
https://github.com/fluent/fluentd/pull/2858
https://github.com/fluent/fluentd/pull/2862
https://github.com/fluent/fluentd/pull/2864
https://github.com/fluent/fluentd/pull/2869
https://github.com/fluent/fluentd/pull/2870
https://github.com/fluent/fluentd/pull/2874
https://github.com/fluent/fluentd/pull/2881
https://github.com/fluent/fluentd/pull/2885
https://github.com/fluent/fluentd/pull/2894
https://github.com/fluent/fluentd/pull/2896
https://github.com/fluent/fluentd/pull/2898
https://github.com/fluent/fluentd/pull/2899
https://github.com/fluent/fluentd/pull/2900
https://github.com/fluent/fluentd/pull/2901
https://github.com/fluent/fluentd/pull/2906

### Bug fix

* out_forward: windows: Permit to specify `linger_timeout`
https://github.com/fluent/fluentd/pull/2868
* parser_syslog: Fix syslog format detection
https://github.com/fluent/fluentd/pull/2879
* buffer: Fix `available_buffer_space_ratio` calculation
https://github.com/fluent/fluentd/pull/2882
* tls: Support CRLF based X.509 certificates
https://github.com/fluent/fluentd/pull/2890
* msgpack_factory mixin: Fix performance penalty for deprecation log
https://github.com/fluent/fluentd/pull/2903


# v1.9

## Release v1.9.3 - 2020/03/05
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.9.3'
VERSION = '1.10.0'

end

0 comments on commit 7e3022e

Please sign in to comment.