Skip to content

Releases: fluent/fluentd

Fluentd v1.14.6

31 Mar 05:25

Choose a tag to compare

Fluentd v1.14.6 comes with 2 enhancements and 4 bug fixes. A huge thank to 7 contributors who made this release possible.

Enhancement

  • #3644 Enable server plugins to specify socket-option SO_LINGER
  • #3671 #3679 Add --umask command line parameter

Bug fixes

  • #3630 #3673 Fix metric name typo
  • #3631 Apply modifications in pipeline to the records being passed to @ERROR label
  • #3640 #3649 #3685 #3686 Fix wrong calculation of retry interval
  • #3641 Support IPv6 address for rpc_endpoint in system config

Misc

  • #3619 CI: Support Ruby 3.1 except Windows
  • #3654 Switch to GitHub Discussions
  • #3648 Fix CHANGELOG.md heading styles
  • #3650 Declare null_value_pattern as regexp

Contributors to this release (Alphabetical order)

  • Daijiro Fukuda
  • JiHyunSong
  • Kentaro Hayashi
  • Maksym Lisogorskyi
  • Satoshi Moris Tagomori
  • Sergey Yedrikov
  • Takuro Ashie

Fluentd v1.14.5

09 Feb 03:30

Choose a tag to compare

Fluentd v1.14.5 comes with 2 enhancements and 5 bug fixes. A huge thank to 5 contributors who made this release possible.

Enhancements

  • #3616 Add support for "application/x-ndjson" to in_http
  • #3613 Add support for ucrt binary for Windows

Bug fixes

  • #3608 Don't retry when retry_max_times == 0
  • #3601 Fix hang-up issue during TLS handshake in out_forward
  • #3559 Bump up required ServerEngine to v2.2.5
  • #3596 Fix "invalid byte sequence is replaced" warning on Kubernetes
  • #3592 Fix "ArgumentError: unknown keyword: :logger" on Windows with Ruby 3.1

Contributors to this release (Alphabetical order)

  • Fujimoto Seiji
  • Hiroshi Hatake
  • Maksym Lisogorskyi
  • Takuro Ashie
  • Tomoki Sekiyama