Skip to content

Commit

Permalink
v1.13.2
Browse files Browse the repository at this point in the history
Signed-off-by: Kentaro Hayashi <[email protected]>
  • Loading branch information
kenhys committed Jul 9, 2021
1 parent ec32f32 commit fd4c70a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# v1.13.2

## Release v1.13.2 - 2021/07/29

### Enhancement

* fluent-plugin-generate: Storage plugin was supported.
https://github.com/fluent/fluentd/pull/3426
https://github.com/fluent/fluentd/pull/3444
* parser_json: Added support to customize configuration of oj options.
Use `FLUENT_OJ_OPTION_BIGDECIMAL_LOAD`, `FLUENT_OJ_OPTION_MAX_NESTING`,
`FLUENT_OJ_OPTION_MODE`, and `FLUENT_OJ_OPTION_USE_TO_JSON` environment
variable to configure it.
https://github.com/fluent/fluentd/pull/3315

### Bug fix

* binlog_reader: Fixed a crash bug by missing "fluent/env" dependency.
https://github.com/fluent/fluentd/pull/3443
* Fixed a crash bug on outputting log at the early stage when parsing
config file. This is a regression since v1.13.0. If you use invalid
'@' prefix parameter, remove it as a workaround.
https://github.com/fluent/fluentd/pull/3451

### Misc

# v1.13.1

## Release v1.13.1 - 2021/06/25
Expand Down

0 comments on commit fd4c70a

Please sign in to comment.