This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
v2.8.0
- Support JSON and JSON Lines output types.
- Add record grouping and
file.name.template
configuration. This configuration is the recommended way to define how the output file names should look like. - Deprecate using
YYYY
in file name templates and automatically replace it withyyyy
.YYYY
represents "week year", while users normally want "calendar year" represented byyyyy
. The change is backward compatible.