Skip to content

Commit

Permalink
v1.2.3
Browse files Browse the repository at this point in the history
Signed-off-by: Masahiro Nakagawa <[email protected]>
  • Loading branch information
repeatedly committed Jul 11, 2018
1 parent c60dd90 commit 029bb4b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# v1.2

## Release v1.2.3 - 2018/07/10

### Enhancements

* in_http: Consider `<parse>` parameters in batch mode
https://github.com/fluent/fluentd/pull/2055
* in_http: Support gzip payload
https://github.com/fluent/fluentd/pull/2060
* output: Improve compress performance
https://github.com/fluent/fluentd/pull/2031
* in_monitor_agent: Add missing descriptions for configurable options
https://github.com/fluent/fluentd/pull/2037
* parser_syslog: update regex of pid field for conformance to RFC5424 spec
https://github.com/fluent/fluentd/pull/2051

### Bug fixes

* in_tail: Fix to rescue Errno::ENOENT for File.mtime()
https://github.com/fluent/fluentd/pull/2063
* fluent-plugin-generate: Fix Parser plugin template
https://github.com/fluent/fluentd/pull/2026
* fluent-plugin-config-format: Fix NoMethodError for some plugins
https://github.com/fluent/fluentd/pull/2023
* config: Don't warn message for reserved parameters in DSL
https://github.com/fluent/fluentd/pull/2034

## Release v1.2.2 - 2018/06/12

### 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.2'
VERSION = '1.2.3'

end

0 comments on commit 029bb4b

Please sign in to comment.