Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Masahiro Nakagawa <[email protected]>
  • Loading branch information
repeatedly committed Apr 30, 2018
1 parent 99b96fe commit a9ed7bb
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# v1.1

## Release v1.2.0 - 2018/04/30

### New Features

* New Counter API
https://github.com/fluent/fluentd/pull/1857
* output: Backup for broken chunks
https://github.com/fluent/fluentd/pull/1952
* filter_grep: Support `<and>` and `<or>` support
https://github.com/fluent/fluentd/pull/1897
* config: Support `regexp` type in configuration parameter
https://github.com/fluent/fluentd/pull/1927

### Enhancements

* parser_nginx: Support optional `http-x-forwarded-for` field
https://github.com/fluent/fluentd/pull/1932
* filter_grep: Improve the performance
https://github.com/fluent/fluentd/pull/1940

### Bug fixes

* log: Fix unexpected implementation bug when log rotation setting is applied
https://github.com/fluent/fluentd/pull/1957
* server helper: Close invalid socket when ssl error happens on reading
https://github.com/fluent/fluentd/pull/1942
* output: Buffer chunk's unique id should be formatted as hex in the log

## Release v1.1.3 - 2018/04/03

### Enhancements
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.2.0.pre1'
VERSION = '1.2.0'

end

0 comments on commit a9ed7bb

Please sign in to comment.