Skip to content

Latest commit

 

History

History
1082 lines (893 loc) · 42.9 KB

CHANGELOG.md

File metadata and controls

1082 lines (893 loc) · 42.9 KB

v1.2

Release v1.2.5 - 2018/08/22

Bug fixes

  • in_tail: Fix resource leak by file rotation fluent#2105
  • fix typos

Release v1.2.4 - 2018/08/01

Bug fixes

  • output: Consider timezone when calculate timekey fluent#2054
  • output: Fix bug in suppress_emit_error_log_interval fluent#2069
  • server-helper: Fix connection leak by close timing issue. fluent#2087

Release v1.2.3 - 2018/07/10

Enhancements

  • in_http: Consider <parse> parameters in batch mode fluent#2055
  • in_http: Support gzip payload fluent#2060
  • output: Improve compress performance fluent#2031
  • in_monitor_agent: Add missing descriptions for configurable options fluent#2037
  • parser_syslog: update regex of pid field for conformance to RFC5424 spec fluent#2051

Bug fixes

  • in_tail: Fix to rescue Errno::ENOENT for File.mtime() fluent#2063
  • fluent-plugin-generate: Fix Parser plugin template fluent#2026
  • fluent-plugin-config-format: Fix NoMethodError for some plugins fluent#2023
  • config: Don't warn message for reserved parameters in DSL fluent#2034

Release v1.2.2 - 2018/06/12

Enhancements

  • filter_parser: Add remove_key_name_field parameter fluent#2012
  • fluent-plugin-config-format: Dump config_argument fluent#2003

Bug fixes

  • in_tail: Change pos file entry handling to avoid read conflict for other plugins fluent#1963
  • buffer: Wait for all chunks being purged before deleting @queued_num items fluent#2016

Release v1.2.1 - 2018/05/23

Enhancements

Bug fixes

  • in_tcp/in_udp: Fix source_hostname_key to set hostname correctly fluent#1976
  • in_monitor_agent: Fix buffer_total_queued_size calculation fluent#1990
  • out_file: Temporal fix for broken gzipped files with gzip and append fluent#1995
  • test: Fix unstable backup test fluent#1979
  • gemspec: Remove deprecated has_rdoc

Release v1.2.0 - 2018/04/30

New Features

Enhancements

  • parser_nginx: Support optional http-x-forwarded-for field fluent#1932
  • filter_grep: Improve the performance fluent#1940

Bug fixes

  • log: Fix unexpected implementation bug when log rotation setting is applied fluent#1957
  • server helper: Close invalid socket when ssl error happens on reading fluent#1942
  • output: Buffer chunk's unique id should be formatted as hex in the log

v1.1

Release v1.1.3 - 2018/04/03

Enhancements

  • output: Support negative index for tag placeholders fluent#1908
  • buffer: Add queued_chunks_limit_size to control the number of queued chunks fluent#1916
  • time: Make Fluent::EventTime human readable for inspect fluent#1915

Bug fixes

  • output: Delete empty queued_num field after purging chunks fluent#1919
  • fluent-debug: Fix usage message of fluent-debug command fluent#1920
  • out_forward: The node should be disabled when TLS socket for ack returns an error fluent#1925

Release v1.1.2 - 2018/03/18

Enhancements

  • filter_grep: Support pattern starts with character classes with // fluent#1887

Bug fixes

  • in_tail: Handle records in the correct order on file rotation fluent#1880
  • out_forward: Fix race condition with <security> on multi thread environment fluent#1893
  • output: Prevent flushing threads consume too much CPU when retry happens fluent#1901
  • config: Fix boolean param handling for comment without value fluent#1883
  • test: Fix random test failures in test/plugin/test_out_forward.rb fluent#1881 fluent#1890
  • command: Fix typo in binlog_reader fluent#1898

Release v1.1.1 - 2018/03/05

Enhancements

  • in_debug_agent: Support multi worker environment fluent#1869
  • in_forward: Improve SSL setup to support mutual TLS fluent#1861
  • buf_file: Skip and delete broken file chunks to avoid unsuccessful retry in resume fluent#1874
  • command: Show fluentd version for debug purpose fluent#1839

Bug fixes

  • in_forward: Do not close connection until write is complete on failed auth PONG fluent#1835
  • in_tail: Fix IO event race condition during shutdown fluent#1876
  • in_http: Emit event time instead of raw time value in batch fluent#1850
  • parser_json: Add EncodingError to rescue list for oj 3.x. fluent#1875
  • config: Fix config_param for string type with frozen string fluent#1838
  • timer: Fix a bug to leak non-repeating timer watchers fluent#1864

Release v1.1.0 - 2018/01/17

New features / Enhancements

  • config: Add hostname and worker_id short-cut fluent#1814
  • parser_ltsv: Add delimiter_pattern parameter fluent#1802
  • record_accessor helper: Support nested field deletion fluent#1800
  • record_accessor helper: Expose internal instance @keys variable fluent#1808
  • log: Improve Log#on_xxx API performance fluent#1809
  • time: Improve time formatting performance fluent#1796
  • command: Port certificates generating command from secure-forward fluent#1818

Bug fixes

  • server helper: Fix TCP + TLS degradation fluent#1805
  • time: Fix the method for TimeFormatter#call fluent#1813

v1.0

Release v1.0.2 - 2017/12/17

New features / Enhancements

  • Use dig_rb instead of ruby_dig to support dig method in more objects fluent#1794

Release v1.0.1 - 2017/12/14

New features / Enhancements

  • in_udp: Add receive_buffer_size parameter fluent#1788
  • in_tail: Add enable_stat_watcher option to disable inotify events fluent#1775
  • Relax strptime gem version

Bug fixes

  • in_tail: Properly handle moved back and truncated case fluent#1793
  • out_forward: Rebuild weight array to apply server setting properly fluent#1784
  • fluent-plugin-config-formatter: Use v1.0 for URL fluent#1781

Release v1.0.0 - 2017/12/6

See CNCF announcment :)

New features / Enhancements

  • out_copy: Support ignore_error argument in <store> fluent#1764
  • server helper: Improve resource usage of TLS transport fluent#1764
  • Disable tracepoint feature to omit unnecessary insts fluent#1764

Bug fixes

v0.14

Release v0.14.25 - 2017/11/29

New features / Enhancements

  • Disable tracepoint feature to omit unnecessary insts fluent#1764

Bug fixes

  • out_forward: Don't update retry state when failed to get ack response. fluent#1686
  • plugin: Combine before_shutdown and shutdown call in one sequence. fluent#1763

Release v0.14.24 - 2017/11/24

New features / Enhancements

  • plugin-config-formatter: Add link to plugin helper result fluent#1753
  • server helper: Refactor code fluent#1759

Bug fixes

  • supervisor: Don't call change_privilege twice fluent#1757

Release v0.14.23 - 2017/11/15

New features / Enhancements

Bug fixes

  • buffer: Lock buffers in order of metadata fluent#1722
  • in_tcp: Fix log corruption under load. fluent#1729
  • out_forward: Fix elapsed time miscalculation in tcp heartbeat fluent#1738
  • supervisor: Fix worker pid handling during worker restart fluent#1739
  • in_tail: Skip setup failed watcher to avoid resource leak and log bloat fluent#1742
  • agent: Add error location to emit error logs fluent#1746
  • command: Consider hyphen and underscore in fluent-plugin-generate arguments fluent#1751

Release v0.14.22 - 2017/11/01

New features / Enhancements

  • formatter_tsv: Add add_newline parameter fluent#1691
  • out_file/out_secondary_file: Support ${chunk_id} placeholder. This includes extrace_placeholders API change fluent#1708
  • record_accessor: Support double quotes in bracket notation fluent#1716
  • log: Show running ruby version in startup log fluent#1717
  • log: Log message when chunk is created fluent#1718
  • in_tail: Add pos_file duplication check fluent#1720

Bug fixes

  • parser_apache2: Delay time parser initialization fluent#1690
  • cert_option: Improve generated certificates' conformance to X.509 specification fluent#1714
  • buffer: Always lock chunks first to avoid deadlock fluent#1721

Release v0.14.21 - 2017/09/07

New features / Enhancements

  • filter_parser: Support record_accessor in key_name fluent#1654
  • buffer: Support record_accessor in chunk keys fluent#1662

Bug fixes

  • compat_parameters: Support all syslog parser parameters fluent#1650
  • filter_record_transformer: Don't create new keys if the original record doesn't have keep_keys keys fluent#1663
  • in_tail: Fix the error when 'tag *' is configured fluent#1664
  • supervisor: Clear previous worker pids when receive kill signals. fluent#1683

Release v0.14.20 - 2017/07/31

New features / Enhancements

  • plugin: Add record_accessor plugin helper fluent#1637
  • log: Add format and time_format parameters to <system> setting fluent#1644

Bug fixes

  • buf_file: Improve file handling to mitigate broken meta file fluent#1628
  • in_syslog: Fix the description of resolve_hostname parameter fluent#1633
  • process: Fix signal handling. Send signal to all workers fluent#1642
  • output: Fix error message typo fluent#1643

Release v0.14.19 - 2017/07/12

New features / Enhancements

  • in_syslog: More characters are available in tag part of syslog format fluent#1610
  • in_syslog: Add resolve_hostname parameter fluent#1616
  • filter_grep: Support new configuration format by config_section fluent#1611

Bug fixes

  • output: Fix race condition of retry state in flush thread fluent#1623
  • test: Fix typo in test_in_tail.rb fluent#1622

Release v0.14.18 - 2017/06/21

New features / Enhancements

  • parser: Add rfc5424 regex without priority fluent#1600

Bug fixes

  • in_tail: Fix timing issue that the excluded_path doesn't apply. fluent#1597
  • config: Fix broken UTF-8 encoded configuration file handling fluent#1592
  • out_forward: Don't stop heartbeat when error happen fluent#1602
  • Fix command name typo in plugin template fluent#1603

Release v0.14.17 - 2017/05/29

New features / Enhancements

  • in_tail: Add ignore_repeated_permission_error fluent#1574
  • server: Accept private key for TLS server without passphrase fluent#1575
  • config: Validate workers option on standalone mode fluent#1577

Bug fixes

  • config: Mask all secret parameters in worker section fluent#1580
  • out_forward: Fix ack handling fluent#1581
  • plugin-config-format: Fix markdown format generator fluent#1585

Release v0.14.16 - 2017/05/13

New features / Enhancements

  • config: Allow null byte in double-quoted string fluent#1552
  • parser: Support %iso8601 special case for time_format fluent#1562

Bug fixes

  • out_forward: Call proper method for each connection type fluent#1560
  • in_monitor_agent: check variable buffer is a Buffer instance fluent#1556
  • log: Add missing '<<' method to delegators fluent#1558
  • command: uninitialized constant Fluent::Engine in fluent-binlog-reader fluent#1568

Release v0.14.15 - 2017/04/23

New features / Enhancements

  • Add <worker N> directive fluent#1507
  • in_tail: Do not warn that directories are unreadable in the in_tail plugin fluent#1540
  • output: Add formatted_to_msgpack_binary? to Output plugin API fluent#1547
  • windows: Allow the Windows Service name Fluentd runs as to be configurable fluent#1548

Bug fixes

  • in_http: Fix X-Forwarded-For header handling. Accpet multiple headers fluent#1535
  • Fix backward compatibility with Fluent::DetachProcess and Fluent::DetachMultiProcess fluent#1522
  • fix typo fluent#1521 fluent#1523 fluent#1544
  • test: Fix out_file test with timezone fluent#1546
  • windows: Quote the file path to the Ruby bin directory when starting fluentd as a windows service fluent#1536

Release v0.14.14 - 2017/03/23

New features / Enhancements

  • in_http: Support 'application/msgpack` header fluent#1498
  • in_udp: Add message_length_limit parameter for parameter name consistency with in_syslog fluent#1515
  • in_monitor_agent: Start one HTTP server per worker on sequential port numbers fluent#1493
  • in_tail: Skip the refresh of watching list on startup fluent#1487
  • filter_parser: filter_parser: Add emit_invalid_record_to_error parameter fluent#1494
  • parser_syslog: Support RFC5424 syslog format fluent#1492
  • parser: Allow escape sequence in Apache access log fluent#1479
  • config: Add actual value in the placholder error message fluent#1497
  • log: Add Fluent::Log#<< to support some SDKs fluent#1478

Bug fixes

  • Fix cleanup resource fluent#1483
  • config: Set encoding forcefully to avoid UndefinedConversionError fluent#1477
  • Fix Input and Output deadlock when buffer is full during startup fluent#1502
  • config: Fix log_level handling in <system> fluent#1501
  • Fix typo in root agent error log fluent#1491
  • storage: Fix a bug storage_create cannot accept hash as conf keyword argument fluent#1482

Release v0.14.13 - 2017/02/17

New features / Enhancements

  • in_tail: Add 'limit_recently_modified' to limit watch files. fluent#1474
  • configuration: Improve 'flush_interval' handling for better message and backward compatibility fluent#1442
  • command: Add 'fluent-plugin-generate' command fluent#1427
  • output: Skip record when 'Output#format' returns nil fluent#1469

Bug fixes

  • output: Secondary calculation should consider 'retry_max_times' fluent#1452
  • Fix regression of deprecatd 'process' module fluent#1443
  • Fix missing parser_regex require fluent#1458 fluent#1453
  • Keep 'Fluent::BufferQueueLimitError' for exsting plugins fluent#1456
  • in_tail: Untracked files should be removed from watching list to avoid memory bloat fluent#1467
  • in_tail: directories should be skipped when the ** pattern is used fluent#1464
  • record_transformer: Revert "Use BasicObject for cleanroom" for enable_ruby regression. fluent#1461
  • buf_file: handle "Too many open files" error to keep buffer and metadata pair fluent#1468

Release v0.14.12 - 2017/01/30

New features / Enhancements

  • Support multi process workers by workers option fluent#1386
  • Support TLS transport security layer by server plugin helper, and forward input/output plugins fluent#1423
  • Update internal log event handling to route log events to @FLUENT_LOG label if configured, suppress log events in startup/shutdown in default fluent#1405
  • Rename buffer plugin chunk limit parameters for consistency fluent#1412
  • Encode string values from configuration files in UTF8 fluent#1411
  • Reorder plugin load paths to load rubygem plugins earlier than built-in plugins to overwrite them fluent#1410
  • Clock API to control internal thread control fluent#1425
  • Validate config_param options to restrict unexpected specifications fluent#1437
  • formatter: Add add_newline option to get formatted lines without newlines fluent#1420
  • in_forward: Add ignore_network_errors_at_startup option for automated cluster deployment fluent#1399
  • in_forward: Close listening socket in #stop, not to accept new connection request in early stage of shutdown fluent#1401
  • out_forward: Ensure to pack values in str type of msgpack fluent#1413
  • in_tail: Add emit_unmatched_lines to capture lines which unmatch configured regular expressions fluent#1421
  • in_tail: Add open_on_every_update to read lines from files opened in exclusive mode on Windows platform fluent#1409
  • in_monitor_agent: Add with_ivars query parameter to get instance variables only for specified instance variables fluent#1393
  • storage_local: Generate file store path using usage, with root_dir configuration fluent#1438
  • Improve test stability fluent#1426

Bug fixes

  • Fix bug to ignore command line options: --rpc-endpoint, --suppress-config-dump, etc fluent#1398
  • Fix bug to block infinitely in shutdown when buffer is full and overflow_action is block fluent#1396
  • buf_file: Fix bug not to use root_dir even if configured correctly fluent#1417
  • filter_record_transformer: Fix to use BasicObject for clean room fluent#1415
  • filter_record_transformer: Fix bug that remove_keys doesn't work with renew_time_key fluent#1433
  • in_monitor_agent: Fix bug to crash with NoMethodError for some output plugins fluent#1365

Release v0.14.11 - 2016/12/26

New features / Enhancements

  • Add "root_dir" parameter in <system> directive to configure server root directory, used for buffer/storage paths fluent#1374
  • Fix not to restart Fluentd processes when unrecoverable errors occur fluent#1359
  • Show warnings in log when output flush operation takes longer time than threshold fluent#1370
  • formatter_csv: Raise configuration error when no field names are specified fluent#1369
  • in_syslog: Update implementation to use plugin helpers fluent#1382
  • in_forward: Add a configuration parameter "source_address_key" fluent#1382
  • in_monitor_agent: Add a parameter "include_retry" to get detail retry status fluent#1387
  • Add Ruby 2.4 into supported ruby versions

Bug fixes

  • Fix to set process name of supervisor process fluent#1380
  • in_forward: Fix a bug not to handle "require_ack_response" correctly fluent#1389

Release v0.14.10 - 2016/12/14

New features / Enhancement

  • Add socket/server plugin helper to write TCP/UDP clients/servers as Fluentd plugin fluent#1312 fluent#1350 fluent#1356 fluent#1362
  • Fix to raise errors when injected hostname is also specified as chunk key fluent#1357
  • in_tail: Optimize to read lines from file fluent#1325
  • in_monitor_agent: Add new parameter "include_config"(default: true) fluent#1317
  • in_syslog: Add "priority_key" and "facility_key" options fluent#1351
  • filter_record_transformer: Remove obsoleted syntax like "${message}" and not to dump records in logs fluent#1328
  • Add an option "--time-as-integer" to fluent-cat command to send events from v0.14 fluent-cat to v0.12 fluentd fluent#1349

Bug fixes

  • Specify correct Oj options for newer versions (Oj 2.18.0 or later) fluent#1331
  • TimeSlice output plugins (in v0.12 style) raise errors when "utc" parameter is specified fluent#1319
  • Parser plugins cannot use options for regular expressions fluent#1326
  • Fix bugs not to raise errors to use logger in v0.12 plugins fluent#1344 fluent#1332
  • Fix bug about shutting down Fluentd in Windows fluent#1367
  • in_tail: Close files explicitly in tests fluent#1327
  • out_forward: Fix bug not to convert buffer configurations into v0.14 parameters fluent#1337
  • out_forward: Fix bug to raise error when "expire_dns_cache" is specified fluent#1346
  • out_file: Fix bug to raise error about buffer chunking when it's configured as secondary fluent#1338

Release v0.14.9 - 2016/11/15

New features / Enhancement

Bug fixes

  • log: Avoid name conflict between Fluent::Logger fluent#1274
  • fluent-cat: Fix fluent-cat command to send sub-second precision time fluent#1277
  • config: Fix a bug not to overwrite default value with nil fluent#1296
  • output: Fix timezone for compat timesliced output plugins fluent#1307
  • out_forward: fix not to raise error when out_forward is initialized as secondary fluent#1313
  • output: Event router for secondary output fluent#1283
  • test: fix to return the block value as expected by many rubyists fluent#1284

Release v0.14.8 - 2016/10/13

Bug fixes

  • Add msgpack_each to buffer chunks in compat-layer output plugins fluent#1273

Release v0.14.7 - 2016/10/07

New features / Enhancement

  • Support data compression in buffer plugins fluent#1172
  • in_forward: support to transfer compressed data fluent#1179
  • out_stdout: fix to show nanosecond resolution time fluent#1249
  • Add option to rotate Fluentd daemon's log fluent#1235
  • Add extract plugin helper, with symmetric time parameter support in parser/formatter and inject/extract fluent#1207
  • Add a feature to parse/format numeric time (unix time [+ subsecond value]) fluent#1254
  • Raise configuration errors for inconsistent <label> configurations fluent#1233
  • Fix to instantiate an unconfigured section even for multi: true fluent#1210
  • Add validators of placeholders for buffering key extraction fluent#1255
  • Fix to show log messages about filter optimization only when needed fluent#1227
  • Add some features to write plugins more easily fluent#1256
  • Add a tool to load dumped events from file fluent#1165

Bug fixes

  • Fix Oj's default option to encode/decode JSON in the same way with Yajl fluent#1147 fluent#1239
  • Fix to raise correct configuration errors fluent#1223
  • Fix a bug to call shutdown method (and some others) twice fluent#1242
  • Fix to enable chunk.each only when it's encoded by msgpack fluent#1263
  • Fix a bug not to stop enqueue/flush threads correctly fluent#1264
  • out_forward: fix a bug that UDP heartbeat doesn't work fluent#1238
  • out_file: fix a crash bug when v0.14 enables symlink and resumes existing buffer file chunk generated by v0.12 fluent#1234
  • in_monitor_agent: fix compatibility problem between outputs of v0.12 and v0.14 fluent#1232
  • in_tail: fix a bug to crash to read large amount logs fluent#1259 fluent#1261

Release v0.14.6 - 2016/09/07

Bug fixes

  • in_tail: Add a missing parser_multiline require fluent#1212
  • forward: Mark secret parameters of forward plugins as secret fluent#1209

Release v0.14.5 - 2016/09/06

New features / Enhancement

  • Add authentication / authorization feature to forward protocol and in/out_forward plugins fluent#1136
  • Add a new plugin to dump buffers in retries as secondary plugin fluent#1154
  • Merge out_buffered_stdout and out_buffered_null into out_stdout and out_null fluent#1200

Bug fixes

  • Raise configuration errors to clearify what's wrong when "@type" is missing fluent#1202
  • Fix the bug not to launch Fluentd when v0.12 MultiOutput plugin is configured fluent#1206

Release v0.14.4 - 2016/08/31

New features / Enhancement

  • Add a method to Filter API to update time of events fluent#1140
  • Improve performance of filter pipeline fluent#1145
  • Fix to suppress not to warn about different plugins for primary and secondary without any problems fluent#1153
  • Add deprecated/obsoleted options to config_param to show removed/warned parameters fluent#1186
  • in_forward: Add a feature source_hostname_key to inject source hostname into records fluent#807
  • in_tail: Add a feature from_encoding to specify both encoding from and to fluent#1067
  • filter_record_transformer: Fix to prevent overwriting reserved placeholder keys fluent#1176
  • Migrate some build-in plugins into v0.14 API fluent#1149 fluent#1151
  • Update dependencies fluent#1193

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

  • Fix bug to read non buffer-chunk files as buffer chunks when Fluentd resumed fluent#1124
  • Fix bug not to load Filter plugins which are specified in configurations fluent#1118
  • Fix bug to ignore -p option to specify directories of plugins fluent#1133
  • Fix bug to overwrite base class configuration section definitions by subclasses fluent#1119
  • Fix to stop Fluentd worker process by Ctrl-C when --no-supervisor specified fluent#1089
  • Fix regression about RPC call to reload configuration fluent#1093
  • Specify to ensure Oj JSON parser to use strict mode fluent#1147
  • Fix unexisting path handling in Windows environment fluent#1104

Release 0.14.1 - 2016/06/30

New features / Enhancement

Bug fixes

  • Fix in_monitor_agent for v0.14 plugins fluent#1003
  • Fix to call #format_stream of plugins themselves when RecordFilter mixin included fluent#1005
  • Fix shutdown sequence to wait force flush fluent#1009
  • Fix a deadlock bug in shutdown fluent#1010
  • Fix to require DetachProcessMixin in default for compat plugins fluent#1014
  • Fix to overwrite configure_proxy name only for root sections for debugging fluent#1015
  • Rename file for in_unix plugin fluent#1017
  • Fix a bug not to create pid file when daemonized fluent#1021
  • Fix wrong DEFAULT_PLUGIN_PATH fluent#1028
  • Fix a bug not to use primary plugin type for secondary in default fluent#1032
  • Add --run-worker option to distinguish to run as worker without supervisor fluent#1033
  • Fix regression of fluent-debug command fluent#1046
  • Update windows-pr dependency to 1.2.5 fluent#1065
  • Fix supervisor to pass RUBYOPT to worker processes fluent#1066

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