- in_tail: Fix resource leak by file rotation fluent#2105
- fix typos
- 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
- 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
- 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
- filter_parser: Add remove_key_name_field parameter fluent#2012
- fluent-plugin-config-format: Dump config_argument fluent#2003
- 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
- Counter: Add wait API to client fluent#1997
- 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
- New Counter API fluent#1857
- output: Backup for broken chunks fluent#1952
- filter_grep: Support for
<and>
and<or>
sections fluent#1897 - config: Support
regexp
type in configuration parameter fluent#1927
- parser_nginx: Support optional
http-x-forwarded-for
field fluent#1932 - filter_grep: Improve the performance fluent#1940
- 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
- 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
- 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
- filter_grep: Support pattern starts with character classes with // fluent#1887
- 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
- 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
- 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
- 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
- server helper: Fix TCP + TLS degradation fluent#1805
- time: Fix the method for TimeFormatter#call fluent#1813
- Use dig_rb instead of ruby_dig to support dig method in more objects fluent#1794
- 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
- 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
See CNCF announcment :)
- 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
- 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
- Add description to parsers fluent#1776 fluent#1777 fluent#1778 fluent#1779 fluent#1780
- filter_parser: Add parameter description fluent#1773
- plugin: Combine before_shutdown and shutdown call in one sequence. fluent#1763
- Disable tracepoint feature to omit unnecessary insts fluent#1764
- 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
- plugin-config-formatter: Add link to plugin helper result fluent#1753
- server helper: Refactor code fluent#1759
- supervisor: Don't call change_privilege twice fluent#1757
- in_udp: Add remove_newline parameter fluent#1747
- 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
- 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
- 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
- filter_parser: Support record_accessor in key_name fluent#1654
- buffer: Support record_accessor in chunk keys fluent#1662
- 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
- plugin: Add record_accessor plugin helper fluent#1637
- log: Add format and time_format parameters to
<system>
setting fluent#1644
- 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
- 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
- output: Fix race condition of retry state in flush thread fluent#1623
- test: Fix typo in test_in_tail.rb fluent#1622
- parser: Add rfc5424 regex without priority fluent#1600
- 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
- 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
- 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
- config: Allow null byte in double-quoted string fluent#1552
- parser: Support %iso8601 special case for time_format fluent#1562
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
, withroot_dir
configuration fluent#1438 - Improve test stability fluent#1426
- 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
isblock
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 withrenew_time_key
fluent#1433 - in_monitor_agent: Fix bug to crash with NoMethodError for some output plugins fluent#1365
- 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
- Fix to set process name of supervisor process fluent#1380
- in_forward: Fix a bug not to handle "require_ack_response" correctly fluent#1389
- 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
- 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
- filter_parser: Port fluent-plugin-parser into built-in plugin fluent#1191
- parser/formatter plugin helpers with default @type in plugin side fluent#1267
- parser: Reconstruct Parser related classes fluent#1286
- filter_record_transformer: Remove old behaviours fluent#1311
- Migrate some built-in plugins into v0.14 API fluent#1257 (out_file) fluent#1297 (out_exec, out_exec_filter) fluent#1306 (in_forward, out_forward) fluent#1308 (in_http)
- test: Improve test drivers fluent#1302 fluent#1305
- 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
- Add msgpack_each to buffer chunks in compat-layer output plugins fluent#1273
- 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
- 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
- in_tail: Add a missing parser_multiline require fluent#1212
- forward: Mark secret parameters of forward plugins as secret fluent#1209
- 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
- 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
- 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
- Fix to start/stop/restart Fluentd processes correctly on Windows environment fluent#1171 fluent#1192
- Fix to handle Windows events correctly in winsvc.rb fluent#1155 fluent#1170
- Fix not to continue to restart workers for configuration errors fluent#1183
- Fix output threads to start enqueue/flush buffers until plugins' start method ends fluent#1190
- Fix a bug not to set umask 0 fluent#1152
- Fix resource leak on one-shot timers fluent#1178
- Fix to call plugin helper methods in configure fluent#1184
- Fix a bug to count event size https://github.com/fluent/fluentd/pull/1164/files
- Fix to require missed compat modules fluent#1168
- Fix to start properly for plugins under MultiOutput fluent#1167
- Fix test drivers to set class name into plugin instances fluent#1069
- Fix tests not to use mocks for Time (improve test stabilization) fluent#1194
- Fix the dependency for ServerEngine 1.x
- Fix to split large event stream into some/many chunks in buffers fluent#1062
- Add parser and filter support in compat_parameters plugin helper fluent#1079
- Add a RPC call to flush buffers and stop workers fluent#1134
- Update forward protocol to pass the number of events in a payload fluent#1137
- Improve performance of some built-in formatter plugins fluent#1082 fluent#1086
- Migrate some built-in plugins and plugin util modules into v0.14 API fluent#1058 fluent#1061 fluent#1076 fluent#1078 fluent#1081 fluent#1083 fluent#1091
- Register RegExpParser as a parser plugin explicitly fluent#1094
- Add delimiter option to CSV parser fluent#1108
- Add an option to receive longer udp syslog messages fluent#1127
- Add a option to suspend internal status in dummy plugin fluent#900
- Add a feature to capture filtered records in test driver for Filter plugins fluent#1077
- Add some utility methods to plugin test drivers fluent#1114
- 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
- Add plugin helpers for parsers and formatters fluent#1023
- Extract some mixins into compat modules fluent#1044 fluent#1052
- Add utility methods for tests and test drivers fluent#1047
- Migrate some built-in plugins to v0.14 APIs fluent#1049 fluent#1057 fluent#1060 fluent#1064
- Add support of X-Forwarded-For header in in_http plugin fluent#1051
- Warn not to create too many staged chunks at configure fluent#1054
- Add a plugin helper to inject tag/time/hostname fluent#1063
- 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
This list includes changes of 0.14.0.pre.1 and release candidates.
- Update supported Ruby version to 2.1 or later fluent#692
- Sub-second event time support fluent#653
- Windows support and supervisor improvement fluent#674 fluent#831 fluent#880
- Add New plugin API fluent#800 fluent#843 fluent#866 fluent#905 fluent#906 fluent#917 fluent#928 fluent#943 fluent#964 fluent#965 fluent#972 fluent#983
- Add standard chunking format fluent#914
- Add Compatibility layer for v0.12 plugins fluent#912 fluent#969 fluent#974 fluent#992 fluent#999
- Add Plugin Storage API fluent#864 fluent#910
- Enforce to use router.emit instead of Engine.emit fluent#883
- log: Show plugin name and id in logs fluent#860
- log: Dump configurations with v1 syntax in logs fluent#867
- log: Dump errors with class in logs fluent#899
- config: Add simplified syntax for configuration values of hash and array fluent#875
- config: Add 'init' option to config_section to initialize section objects fluent#877
- config: Support multiline string in quoted strings fluent#929
- config: Add optional arguments on Element#elements to select child elements fluent#948
- config: Show deprecated warnings for reserved parameters fluent#971
- config: Make the detach process forward interval configurable fluent#982
- in_tail: Add 'path_key' option to inject tailing path fluent#951
- Remove in_status plugin fluent#690
- config: Enum list must be of symbols fluent#821
- config: Fix to dup values in default fluent#827
- config: Fix problems about overwriting subsections fluent#844 fluent#981
- log: Serialize Fluent::EventTime as Integer in JSON fluent#904
- out_forward: Add missing error class and tests for it fluent#922
- Fix dependencies between files fluent#799 fluent#808 fluent#823 fluent#824 fluent#825 fluent#826 fluent#828 fluent#859 fluent#892
- Separate PluginId from config fluent#832
- Separate MessagePack factory from Engine fluent#871
- Register plugins to registry fluent#838
- Move TypeConverter mixin to mixin.rb fluent#842
- Override default configurations by
<system>
fluent#854 - Suppress Ruby level warnings fluent#846 fluent#852 fluent#890 fluent#946 fluent#955 fluent#966
See https://github.com/fluent/fluentd/blob/v0.12/CHANGELOG.md for v0.12 changelog