Skip to content

Latest commit

 

History

History
2670 lines (2125 loc) · 96.5 KB

File metadata and controls

2670 lines (2125 loc) · 96.5 KB

v1.16

Release v1.16.1 - 2023/04/17

Enhancement

  • in_tcp: Add message_length_limit to drop large incoming data fluent#4137

Bug Fix

  • Fix NameError of SecondaryFileOutput when setting secondary other than out_secondary_file fluent#4124
  • Server helper: Suppress error of UDPServer over max_bytes on Windows fluent#4131
  • Buffer: Fix that compress setting causes unexpected error when receiving already compressed MessagePack fluent#4147

Misc

Release v1.16.0 - 2023/03/29

Enhancement

  • in_tcp: Add send_keepalive_packet option fluent#3961
  • buffer: backup broken file chunk fluent#4025
  • Add warning messages for restoring buffer with flush_at_shutdown true fluent#4027
  • Add logs for time period of restored buffer possibly broken fluent#4028

Bug Fix

  • http_server_helper: Fix format of log messages originating from Async gem fluent#3987
  • Change to not generate a sigdump file after receiving a SIGTERM signal on non-Windows fluent#4034 fluent#4043
  • out_forward: fix error of ack handling conflict on stopping with require_ack_response enabled fluent#4030
  • Fix problem that some system configs are not reflected fluent#4064 fluent#4065 fluent#4086 fluent#4090 fluent#4096
  • Fix bug that the logger outputs some initial log messages without applying some settings such as format fluent#4091
  • Windows: Fix a bug that the wrong log file is reopened with log rotate setting when flushing or graceful reloading fluent#4054
  • Fix race condition of out_secondary_file fluent#4081
  • Suppress warning using different secondary for out_secondary_file fluent#4087
  • Fix value of system_config.workers at run_configure. Change argument type of Fluent::Plugin::Base::configure() to Fluent::Config::Element only. fluent#4066
  • Fix bug that Fluentd sometimes tries to use an unavailable port and fails to start on Windows fluent#4092

Misc

v1.15

Release v1.15.3 - 2022/11/02

Bug Fix

  • Support glob for !include directive in YAML config format fluent#3917
  • Remove meaningless oj options fluent#3929
  • Fix log initializer to correctly create per-process files on Windows fluent#3939
  • out_file: Fix the multi-worker check with <worker 0-N> directive fluent#3942

Misc

Release v1.15.2 - 2022/08/22

Enhancement

  • Add a new system configuration enable_jit fluent#3857

Bug Fix

  • out_file: Fix append mode with --daemon flag fluent#3864
  • child_process: Plug file descriptor leak fluent#3844

Misc

Release v1.15.1 - 2022/07/27

Bug Fix

  • Add support for concurrent append in out_file fluent#3808

Misc

  • in_tail: Show more information on skipping update_watcher fluent#3829

Release v1.15.0 - 2022/06/29

Enhancement

  • in_tail: Add log throttling in files based on group rules fluent#3535 fluent#3771
  • Add dump command to fluent-ctl fluent#3680
  • Handle YAML configuration format on configuration file fluent#3712
  • Add restart_worker_interval parameter in <system> directive to set interval to restart workers that has stopped for some reason. fluent#3768

Bug fixes

  • out_forward: Fix to update timeout of cached sockets fluent#3711
  • in_tail: Fix a possible crash on file rotation when follow_inodes true fluent#3754
  • output: Fix a possible crash of flush thread fluent#3755
  • in_tail: Fix crash bugs on Ruby 3.1 on Windows fluent#3766
  • in_tail: Fix a bug that in_tail cannot open non-ascii path on Windows fluent#3774
  • Fix a bug that fluentd doesn't release its own log file even after rotated by external tools fluent#3782

Misc

v1.14

Release v1.14.6 - 2022/03/31

Enhancement

Bug fixes

Misc

Release v1.14.5 - 2022/02/09

Enhancement

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

Bug fixes

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

Release v1.14.4 - 2022/01/06

Enhancement

  • in_tail: Add option to skip long lines (max_line_size) fluent#3565

Bug fix

  • Incorrect BufferChunkOverflowError when each event size is < chunk_limit_size fluent#3560
  • On macOS with Ruby 2.7/3.0, out_file fails to write events if append is true. fluent#3579
  • test: Fix unstable test cases fluent#3574 fluent#3577

Release v1.14.3 - 2021/11/26

Enhancement

  • Changed to accept http_parser.rb 0.8.0. http_parser.rb 0.8.0 is ready for Ractor. fluent#3544

Bug fix

  • in_tail: Fixed a bug that no new logs are read when enable_stat_watcher true and enable_watch_timer false is set. fluent#3541
  • in_tail: Fixed a bug that the beginning and initial lines are lost after startup when read_from_head false and path includes wildcard '*'. fluent#3542
  • Fixed a bug that processing messages were lost when BufferChunkOverflowError was thrown even though only a specific message size exceeds chunk_limit_size. fluent#3553 fluent#3562

Misc

  • Bump up required version of win32-service gem. newer version is required to implement additional fluent-ctl commands. fluent#3556

Release v1.14.2 - 2021/10/29

IMPORTANT: This release contain the fix for CVE-2021-41186 - ReDoS vulnerability in parser_apache2. This vulnerability is affected from Fluentd v0.14.14 to v1.14.1. We recommend to upgrade Fluentd to v1.14.2 or use patched version of parser_apache2 plugin.

Enhancement

  • fluent-cat: Add --event-time option to send specified event time for testing. fluent#3528

Bug fix

  • Fixed to generate correct epoch timestamp even after switching Daylight Saving Time fluent#3524
  • Fixed ReDoS vulnerability in parser_apache2. This vulnerability is caused by a certain pattern of a broken apache log.

Release v1.14.1 - 2021/09/29

Enhancement

  • in_tail: Added file related metrics. These metrics should be collected same as fluent-bit's in_tail. fluent#3504
  • out_forward: Changed to use metrics mechanism for node statistics fluent#3506

Bug fix

  • in_tail: Fixed a crash bug that it raise undefined method of eof? error. This error may happen only when read_bytes_limit_per_second was specified. fluent#3500
  • out_forward: Fixed a bug that node statistics information is not included correctly. fluent#3503 fluent#3507
  • Fixed a error when using @include directive It was occurred when http/https scheme URI is used in @include directive with Ruby 3. fluent#3517
  • out_copy: Fixed to suppress a wrong warning for ignore_if_prev_success It didn't work even if a user set it. fluent#3515
  • Fixed not to output nanoseconds field of next retry time in warning log Then, inappropriate labels in log are also fixed. (retry_time -> retry_times, next_retry_seconds -> next_retry_time) fluent#3518

Release v1.14.0 - 2021/08/30

Enhancement

  • Added enable_input_metrics, enable_size_metrics system configuration parameter This feature might need to pay higher CPU cost, so input event metrics features are disabled by default. These features are also enabled by --enable-input-metrics,--enable-size-metrics command line option. fluent#3440
  • Added reserved word @ROOT for getting root router. This is incompatible change. Do not use @ROOT for label name. fluent#3358
  • in_syslog: Added send_keepalive_packet option fluent#3474
  • in_http: Added cors_allow_credentials option. This option tells browsers whether to expose the response to frontend when the credentials mode is "include". fluent#3481 fluent#3491

Bug fix

  • in_tail: Fixed a bug that deleted paths are not removed from pos file by file compaction at start up fluent#3467
  • in_tail: Revived a warning message of retrying unaccessible file fluent#3478
  • TLSServer: Fixed a crash bug on logging peer host name errors fluent#3483

Misc

v1.13

Release v1.13.3 - 2021/07/27

Bug fix

  • in_tail: Care DeletePending state on Windows fluent#3457 fluent#3460
  • in_tail: Fix some pos_file bugs. Avoid deleting pos_file entries unexpectedly when both pos_file_compaction_interval and follow_inode are enabled. Use bytesize instead of size for path length. fluent#3459
  • in_tail: Fix detecting rotation twice on follow_inode. fluent#3466

Misc

  • Remove needless spaces in a sample config file fluent#3456

Release v1.13.2 - 2021/07/12

Enhancement

  • fluent-plugin-generate: Storage plugin was supported. fluent#3426
  • 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. fluent#3315

Bug fix

  • binlog_reader: Fixed a crash bug by missing "fluent/env" dependency. fluent#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. fluent#3451
  • in_tail: Fixed a bug that when rotation is occurred, remaining lines will be discarded if the throttling feature is enabled. fluent#3390
  • fluent-plugin-generate: Fixed a crash bug during gemspec generation. It was unexpectedly introduced by #3305, thus this bug was a regression since 1.12.3. fluent#3444

Misc

  • Fixed the runtime dependency version of http_parse.rb to 0.7.0. It was fixed because false positive detection is occurred frequently by security scanning tools. fluent#3450

Release v1.13.1 - 2021/06/25

Bug fix

  • out_forward: Fixed a race condition on handshake It's caused by using a same unpacker from multiple threads. fluent#3405 fluent#3406
  • in_tail: Fixed to remove too much verbose debugging logs It was unexpectedly introduced by #3185 log throttling feature. fluent#3418
  • Fixed not to echo back the provides path as is on a 404 error There was a potential cross-site scripting vector even though it is quite difficult to exploit. fluent#3427

Misc

  • Pretty print for Fluent::Config::Section has been supported for debugging fluent#3398
  • CI: Dropped to run CI for Ruby 2.5 fluent#3412

Release v1.13.0 - 2021/05/29

Enhancement

Bug fix

  • Fix to disable trace_instruction when RubyVM::InstructionSequence is available. It improves compatibility with truffleruby some extent. fluent#3376
  • in_tail: Safely skip files which are used by another process on Windows. It improves exception handling about ERROR_SHARING_VIOLATION on Windows. fluent#3378
  • fluent-cat: the issue resending secondary file in specific format has been fixed fluent#3368
  • in_tail: Shutdown immediately & safely even if reading huge files Note that skip_refresh_on_startup must be enabled. fluent#3380

Misc

  • example: Change a path to backup_path in counter_server correctly fluent#3359
  • README: Update link to community forum to discuss.fluentd.org fluent#3360

v1.12

Release v1.12.4 - 2021/05/26

Bug fix

  • in_tail: Fix a bug that refresh_watcher fails to handle file rotations fluent#3393

Release v1.12.3 - 2021/04/23

Enhancement

  • plugin_helper: Allow TLS to use keep-alive socket option fluent#3308

Bug fix

Misc

Release v1.12.2 - 2021/03/29

Enhancement

Bug fix

  • in_tail: Expect ENOENT during stat fluent#3275
  • out_forward: Prevent transferring duplicate logs on restart fluent#3267 fluent#3285
  • in_tail: Handle to send rotated logs when mv is used for rotating fluent#3294
  • fluent-plugin-config-format: Fill an uninitialized instance variable fluent#3297
  • Fix MessagePackEventStream issue with Enumerable methods fluent#2116

Misc

Release v1.12.1 - 2021/02/18

Enhancement

  • out_http: Add headers_from_placeholders parameter fluent#3241
  • fluent-plugin-config-format: Add --table option to use markdown table fluent#3240
  • Add --disable-shared-socket/disable_shared_socket to disable ServerEngine's shared socket setup fluent#3250

Bug fix

  • ca_generate: Fix creating TLS certification files which include broken extensions fluent#3246
  • test: Drop TLS 1.1 tests fluent#3256
  • Remove old gem constraints to support Ruby 3

Misc

Release v1.12.0 - 2021/01/05

New feature

Enhancement

Bug fix

  • output: Prevent retry.step from being called too many times in a short time fluent#3203

v1.11

Release v1.11.5 - 2020/11/06

Enhancement

  • formatter: Provide newline parameter to support CRLF fluent#3152
  • out_http: adding support for intermediate certificates fluent#3146
  • Update serverengine dependency to 2.2.2 or later

Bug fix

  • Fix a bug that windows service isn't stopped gracefuly fluent#3156

Release v1.11.4 - 2020/10/13

Enhancement

  • inject: Support unixtime_millis in time_type parameter fluent#3145

Bug fix

  • out_http: Fix broken data with json_array true fluent#3144
  • output: Fix wrong logging issue for ${chunk_id} fluent#3134

Release v1.11.3 - 2020/09/30

Enhancement

Bug fix

Release v1.11.2 - 2020/08/04

Enhancement

Bug fix

  • buffer: Fix log message for chunk_limit_records case fluent#3079
  • buffer: Fix timekey optimization for non-windows platform fluent#3092
  • cert: Raise an error for broken certificate file fluent#3086
  • cert: Set TLS ciphers list correcty on older OpenSSL fluent#3093

Release v1.11.1 - 2020/06/22

Enhancement

Bug fix

  • in_tail: Use actual path instead of based pattern for ignore list fluent#3042
  • child_process helper: Fix child process failure due to SIGPIPE if the command uses stdout fluent#3044

Release v1.11.0 - 2020/06/04

New feature

Enhancement

Bug fix

  • in_gc_stat: Add use_symbol_keys parameter to emit string key record fluent#3008

v1.10

Release v1.10.4 - 2020/05/12

Enhancement

Bug fix

  • supervisor: Call File.umask(0) for standalone worker fluent#2987
  • out_forward: Fix ZeroDivisionError issue with weight 0 fluent#2989

Release v1.10.3 - 2020/05/01

Enhancement

Bug fix

  • out_forward: Disable linger_timeout setting on Windows fluent#2959
  • out_forward: Fix warning of service discovery manager when fluentd stops fluent#2974

Release v1.10.2 - 2020/04/15

Enhancement

Bug fix

  • in_syslog: Fix octet-counting mode bug fluent#2942
  • out_forward: Create timer for purging obsolete sockets when keepalive_timeout is not set fluent#2943
  • out_forward: Need authentication when sending tcp heartbeat with keepalive fluent#2945
  • command: Fix fluent-debug start failure fluent#2948
  • command: Fix regression of supervisor's worker and --daemon combo fluent#2950

Release v1.10.1 - 2020/04/02

Enhancement

Bug fix

  • in_tail: Fix pos_file_compaction_interval parameter type fluent#2921
  • in_tail: Fix seek position update after compaction fluent#2922
  • parser_syslog: Fix regression in the with_priority and RFC5424 case fluent#2923

Misc

Release v1.10.0 - 2020/03/24

New feature

Enhancement

Bug fix

  • out_forward: windows: Permit to specify linger_timeout fluent#2868
  • parser_syslog: Fix syslog format detection fluent#2879
  • buffer: Fix available_buffer_space_ratio calculation fluent#2882
  • tls: Support CRLF based X.509 certificates fluent#2890
  • msgpack_factory mixin: Fix performance penalty for deprecation log fluent#2903

v1.9

Release v1.9.3 - 2020/03/05

Enhancement

Bug fix

Misc

Release v1.9.2 - 2020/02/13

Enhancement

  • in_tail: Add pos_file_compaction_interval parameter for auto compaction fluent#2805
  • command: Use given encoding when RUBYOPT has -E fluent#2814

Bug fix

  • command: Accept RUBYOPT with two or more options fluent#2807
  • command: Fix infinite loop bug when RUBYOPT is invalid fluent#2813
  • log: serverengine's log should be formatted with the same format of fluentd fluent#2812
  • in_http: Fix NoMethodError when OPTIONS request doesn't have 'Origin' header fluent#2823
  • parser_syslog: Improved for parsing RFC5424 structured data in parser_syslog fluent#2816

Release v1.9.1 - 2020/01/31

Enhancement

  • http_server helper: Support HTTPS fluent#2787
  • in_tail: Add path_delimiter to split with any char fluent#2796
  • in_tail: Remove an entry from PositionaFile when it is unwatched fluent#2803
  • out_http: Add warning for retryable_response_code fluent#2809
  • parser_syslog: Add multiline RFC5424 support fluent#2767
  • Add TLS module to unify TLS related code fluent#2802

Bug fix

  • output: Add EncodingError to unrecoverable errors fluent#2808
  • tls: Fix TLS version handling in secure mode fluent#2802

Release v1.9.0 - 2020/01/22

New feature

Enhancement

Bug fix

  • buffer: Disable the optimization of Metadata instance comparison on Windows fluent#2778
  • outut/buffer: Fix stage size computation fluent#2734
  • server: Ignore Errno::EHOSTUNREACH in TLS accept to avoid fluentd restart fluent#2773
  • server: Fix IPv6 dual stack mode issue for udp socket fluent#2781
  • config: Support @include/include directive for spaces included path fluent#2780

v1.8

Release v1.8.1 - 2019/12/26

Enhancement

  • in_tail: Add path_timezone parameter to format path with the specified timezone fluent#2719
  • out_copy: Add copy_mode parameter. deep_copy parameter is now deprecated. fluent#2747
  • supervisor: Add deprecated log for inline_config fluent#2746

Bug fixes

  • parser_ltsv: Prevent garbage result by checking label_delimiter fluent#2748

Release v1.8.0 - 2019/12/11

New feature

  • Add service discovery plugin and out_forward use it fluent#2541
  • config: Add strict mode and support default/nil value in ruby embedded mode fluent#2685

Enhancement

Bug fixes

v1.7

Release v1.7.4 - 2019/10/24

Enhancement

  • in_http: Add use_204_response parameter to return proper 204 response instead of 200. fluentd v2 will change this parameter to true. fluent#2640

Bug fixes

  • child_process helper: fix stderr blocking for discard case fluent#2649
  • log: Fix log rotation handling on Windows fluent#2663

Release v1.7.3 - 2019/10/01

Enhancement

  • in_syslog: Replace priority_key with severity_key fluent#2636

Bug fixes

  • out_forward: Fix nil error after purge obsoleted sockets in socket cache fluent#2635
  • fix typo in ChangeLog fluent#2633

Release v1.7.2 - 2019/09/19

Enhancement

  • in_tcp: Add security/client to restrict access fluent#2622

Bug fixes

  • buf_file/buf_file_single: fix to handle compress data during restart fluent#2620
  • plugin: Use __send__ to avoid conflict with user defined send fluent#2614
  • buffer: reject invalid timekey at configure phase fluent#2615

Release v1.7.1 - 2019/09/08

Enhancement

  • socket helper/out_forward: Support Windows certstore to load certificates fluent#2601
  • parser_syslog: Add faster parser for rfc3164 message fluent#2599

Bug fixes

  • buf_file/buf_file_single: fix to ignore placeholder based path. fluent#2594
  • server helper: Ignore ETIMEDOUT error in SSL_accept fluent#2595
  • buf_file: ensure to remove metadata after buffer creation failure fluent#2598
  • buf_file_single: fix duplicated path setting check fluent#2600
  • fix msgpack-ruby dependency to use recent feature fluent#2606

Release v1.7.0 - 2019/08/20

New feature

Enhancement

Bug fixes

v1.6

Release v1.6.3 - 2019/07/29

Enhancement

  • in_syslog: Add emit_unmatched_lines parameter fluent#2499
  • buf_file: Add path_suffix parameter fluent#2524
  • in_tail: Improve the performance of split lines fluent#2527

Bug fixes

  • http_server: Fix re-define render_json method fluent#2517

Release v1.6.2 - 2019/07/11

Bug fixes

  • http_server helper: Add title argument to support multiple servers fluent#2493

Release v1.6.1 - 2019/07/10

Enhancement

  • socket/cert: Support all private keys OpenSSL supports, not only RSA. fluent#2487
  • output/buffer: Improve statistics method performance fluent#2491

Bug fixes

  • plugin_config_formatter: update new doc URL fluent#2481
  • out_forward: Avoid zero division error when there are no available nodes fluent#2482

Release v1.6.0 - 2019/07/01

New feature

  • plugin: Add http_server helper and in_monitor_agent use it fluent#2447

Enhancement

  • in_monitor_agent: Add more metrics for buffer/output fluent#2450
  • time/plugin: Add EventTime#to_time method for fast conversion fluent#2469
  • socket helper/out_forward: Add connect_timeout parameter fluent#2467
  • command: Add --conf-encoding option fluent#2453
  • parser_none: Small performance optimization fluent#2455

Bug fixes

v1.5

Release v1.5.2 - 2019/06/13

Bug fixes

  • out_forward: Fix duplicated handshake bug in keepalive fluent#2456

Release v1.5.1 - 2019/06/05

Enhancement

Bug fixes

  • out_forward: Fix socket handling of keepalive fluent#2434
  • parser: Fix the use of name based timezone fluent#2421
  • in_monitor_agent: Fix debug parameter handling fluent#2423
  • command: Fix error handling of log rotation age option fluent#2427
  • command: Fix ERB warning for ruby 2.6 or later fluent#2430

Release v1.5.0 - 2019/05/18

New feature

Enhancement

  • in_syslog: Add delimiter parameter fluent#2378
  • in_forward: Add tag/add_tag_prefix parameters fluent#2396
  • parser_json: Add stream_buffer_size parameter for yajl fluent#2381
  • command: Add deprecated message to show-plugin-config option fluent#2401
  • storage_local: Ignore empty file. Call sync after write for XFS. fluent#2409

Bug fixes

v1.4

Release v1.4.2 - 2019/04/02

Enhancements

  • in_http: subdomain support in CORS domain fluent#2337
  • in_monitor_agent: Expose current timekey list as a buffer metrics fluent#2343
  • in_tcp/in_udp: Add source_address_key parameter fluent#2347
  • in_forward: Add send_keepalive_packet parameter to check the remote connection is available or not fluent#2352

Bug fixes

  • out_exec_filter: Fix typo of child_respawn description fluent#2341
  • in_tail: Create parent directories for symlink fluent#2353
  • in_tail: Fix encoding duplication check for non-specified case fluent#2361
  • log: Fix time format handling of plugin logger when log format is JSON fluent#2356

Release v1.4.1 - 2019/03/18

Enhancements

  • system: Add worker_id to process_name when workers is larger than 1 fluent#2321
  • parser_regexp: Check named captures. When no named captures, configuration error is raised fluent#2331

Bug fixes

Release v1.4.0 - 2019/02/24

New features

Enhancements

Bug fixes

v1.3

Release v1.3.3 - 2019/01/06

Enhancements

Bug fixes

Release v1.3.2 - 2018/12/10

Enhancements

Bug fixes

Release v1.3.1 - 2018/11/27

Enhancements

Bug fixes

Release v1.3.0 - 2018/11/10

New features

Enhancements

Bug fixes

v1.2

Release v1.2.6 - 2018/10/03

Enhancements

Bug fixes

Release v1.2.5 - 2018/08/22

Bug fixes

Release v1.2.4 - 2018/08/01

Bug fixes

Release v1.2.3 - 2018/07/10

Enhancements

Bug fixes

Release v1.2.2 - 2018/06/12

Enhancements

Bug fixes

Release v1.2.1 - 2018/05/23

Enhancements

Bug fixes

Release v1.2.0 - 2018/04/30

New Features

Enhancements

Bug fixes

v1.1

Release v1.1.3 - 2018/04/03

Enhancements

Bug fixes

Release v1.1.2 - 2018/03/18

Enhancements

Bug fixes

Release v1.1.1 - 2018/03/05

Enhancements

Bug fixes

Release v1.1.0 - 2018/01/17

New features / Enhancements

Bug fixes

v1.0

Release v1.0.2 - 2017/12/17

New features / Enhancements

Release v1.0.1 - 2017/12/14

New features / Enhancements

Bug fixes

Release v1.0.0 - 2017/12/6

See CNCF announcement :)

New features / Enhancements

Bug fixes

v0.14

Release v0.14.25 - 2017/11/29

New features / Enhancements

Bug fixes

Release v0.14.24 - 2017/11/24

New features / Enhancements

Bug fixes

Release v0.14.23 - 2017/11/15

New features / Enhancements

Bug fixes

Release v0.14.22 - 2017/11/01

New features / Enhancements

Bug fixes

Release v0.14.21 - 2017/09/07

New features / Enhancements

Bug fixes

Release v0.14.20 - 2017/07/31

New features / Enhancements

Bug fixes

Release v0.14.19 - 2017/07/12

New features / Enhancements

Bug fixes

Release v0.14.18 - 2017/06/21

New features / Enhancements

Bug fixes

Release v0.14.17 - 2017/05/29

New features / Enhancements

Bug fixes

Release v0.14.16 - 2017/05/13

New features / Enhancements

Bug fixes

Release v0.14.15 - 2017/04/23

New features / Enhancements

Bug fixes

Release v0.14.14 - 2017/03/23

New features / Enhancements

Bug fixes

Release v0.14.13 - 2017/02/17

New features / Enhancements

Bug fixes

Release v0.14.12 - 2017/01/30

New features / Enhancements

Bug fixes

Release v0.14.11 - 2016/12/26

New features / Enhancements

Bug fixes

Release v0.14.10 - 2016/12/14

New features / Enhancement

Bug fixes

Release v0.14.9 - 2016/11/15

New features / Enhancement

Bug fixes

Release v0.14.8 - 2016/10/13

Bug fixes

Release v0.14.7 - 2016/10/07

New features / Enhancement

Bug fixes

Release v0.14.6 - 2016/09/07

Bug fixes

Release v0.14.5 - 2016/09/06

New features / Enhancement

Bug fixes

Release v0.14.4 - 2016/08/31

New features / Enhancement

Bug fixes

Release 0.14.3 - 2016/08/30

  • Fix the dependency for ServerEngine 1.x

Release 0.14.2 - 2016/08/09

New features / Enhancement

Bug fixes

Release 0.14.1 - 2016/06/30

New features / Enhancement

Bug fixes

Release 0.14.0 - 2016/05/25

New features / Enhancement

This list includes changes of 0.14.0.pre.1 and release candidates.

Bug fixes

Internal fix / Refactoring

See https://github.com/fluent/fluentd/blob/v0.12/CHANGELOG.md for v0.12 changelog