Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Masahiro Nakagawa <[email protected]>
  • Loading branch information
repeatedly committed Nov 27, 2018
1 parent 1982f2f commit 3dabdc5
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,5 +1,28 @@
# v1.3

## Release v1.3.1 - 2018/11/27

### Enhancements

* out_forward: Separate parameter names for certificate
https://github.com/fluent/fluentd/pull/2181
https://github.com/fluent/fluentd/pull/2190
* out_forward: Add `verify_connection_at_startup` parameter to check connection setting at startup phase
https://github.com/fluent/fluentd/pull/2184
* config: Check right slash position in regexp type
https://github.com/fluent/fluentd/pull/2176
* parser_nginx: Support multiple IPs in `http_x_forwarded_for` field
https://github.com/fluent/fluentd/pull/2171

### Bug fixes

* fluent-cat: Fix retry limit handling
https://github.com/fluent/fluentd/pull/2193
* record_accessor helper: Delete top level field with bracket style
https://github.com/fluent/fluentd/pull/2192
* filter_record_transformer: Keep `class` methond to avoid undefined method error
https://github.com/fluent/fluentd/pull/2186

## Release v1.3.0 - 2018/11/10

### New features
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.3.0'
VERSION = '1.3.1'

end

0 comments on commit 3dabdc5

Please sign in to comment.