Skip to content

Releases: civitaspo/fluent-plugin-cat-sweep

v0.2.0

09 Jan 13:49
871cf7e
Compare
Choose a tag to compare

Breaking Changes:

  • Use v1.0 API.
    • Drop support for Fluentd versions smaller than v0.14.
    • #21 ( by @karupanerura )

https://rubygems.org/gems/fluent-plugin-cat-sweep/versions/0.2.0

v0.1.0

16 Oct 13:17
Compare
Choose a tag to compare
  1. Avoid suffix to be ..processing and ..error (fix to be .processing and .error)
  2. Create directories on move_to so that filenames will be unique, otherwise, some files would be overwritten
    • Also revert processing_filename on move_to
  3. Add error class name to error_filename suffix so that we can tell what errors occurred easily

contributed by @sonots