All Versions
99
Latest Version
Avg Release Cycle
34 days
Latest Release
402 days ago
Changelog History
Page 10
Changelog History
Page 10
-
v0.14.11 Changes
December 26, 2016๐ New features / Enhancements
- โ Add "root_dir" parameter in
<system>
directive to configure server root directory, used for buffer/storage paths https://github.com/fluent/fluentd/pull/1374 - ๐ Fix not to restart Fluentd processes when unrecoverable errors occur https://github.com/fluent/fluentd/pull/1359
- โ Show warnings in log when output flush operation takes longer time than threshold https://github.com/fluent/fluentd/pull/1370
- ๐ง formatter_csv: Raise configuration error when no field names are specified https://github.com/fluent/fluentd/pull/1369
- โก๏ธ in_syslog: Update implementation to use plugin helpers https://github.com/fluent/fluentd/pull/1382
- ๐ง in_forward: Add a configuration parameter "source_address_key" https://github.com/fluent/fluentd/pull/1382
- in_monitor_agent: Add a parameter "include_retry" to get detail retry status https://github.com/fluent/fluentd/pull/1387
- โ Add Ruby 2.4 into supported ruby versions
๐ Bug fixes
- ๐ Fix to set process name of supervisor process https://github.com/fluent/fluentd/pull/1380
- in_forward: Fix a bug not to handle "require_ack_response" correctly https://github.com/fluent/fluentd/pull/1389
- โ Add "root_dir" parameter in
-
v0.14.10 Changes
December 14, 2016๐ New features / Enhancement
- โ Add socket/server plugin helper to write TCP/UDP clients/servers as Fluentd plugin https://github.com/fluent/fluentd/pull/1312 https://github.com/fluent/fluentd/pull/1350 https://github.com/fluent/fluentd/pull/1356 https://github.com/fluent/fluentd/pull/1362
- ๐ Fix to raise errors when injected hostname is also specified as chunk key https://github.com/fluent/fluentd/pull/1357
- โก๏ธ in_tail: Optimize to read lines from file https://github.com/fluent/fluentd/pull/1325
- in_monitor_agent: Add new parameter "include_config"(default: true) https://github.com/fluent/fluentd/pull/1317
- in_syslog: Add "priority_key" and "facility_key" options https://github.com/fluent/fluentd/pull/1351
- filter_record_transformer: Remove obsoleted syntax like "${message}" and not to dump records in logs https://github.com/fluent/fluentd/pull/1328
- โ Add an option "--time-as-integer" to fluent-cat command to send events from v0.14 fluent-cat to v0.12 fluentd https://github.com/fluent/fluentd/pull/1349
๐ Bug fixes
- Specify correct Oj options for newer versions (Oj 2.18.0 or later) https://github.com/fluent/fluentd/pull/1331
- ๐ TimeSlice output plugins (in v0.12 style) raise errors when "utc" parameter is specified https://github.com/fluent/fluentd/pull/1319
- ๐ Parser plugins cannot use options for regular expressions https://github.com/fluent/fluentd/pull/1326
- ๐ Fix bugs not to raise errors to use logger in v0.12 plugins https://github.com/fluent/fluentd/pull/1344 https://github.com/fluent/fluentd/pull/1332
- ๐ Fix bug about shutting down Fluentd in Windows https://github.com/fluent/fluentd/pull/1367
- โ in_tail: Close files explicitly in tests https://github.com/fluent/fluentd/pull/1327
- ๐ง out_forward: Fix bug not to convert buffer configurations into v0.14 parameters https://github.com/fluent/fluentd/pull/1337
- ๐ฉ out_forward: Fix bug to raise error when "expire_dns_cache" is specified https://github.com/fluent/fluentd/pull/1346
- ๐ง out_file: Fix bug to raise error about buffer chunking when it's configured as secondary https://github.com/fluent/fluentd/pull/1338
-
v0.14.9 Changes
November 15, 2016๐ New features / Enhancement
- ๐ filter_parser: Port fluent-plugin-parser into built-in plugin https://github.com/fluent/fluentd/pull/1191
- 0๏ธโฃ parser/formatter plugin helpers with default @type in plugin side https://github.com/fluent/fluentd/pull/1267
- ๐ parser: Reconstruct Parser related classes https://github.com/fluent/fluentd/pull/1286
- filter_record_transformer: Remove old behaviours https://github.com/fluent/fluentd/pull/1311
- ๐ Migrate some built-in plugins into v0.14 API https://github.com/fluent/fluentd/pull/1257 (out_file) https://github.com/fluent/fluentd/pull/1297 (out_exec, out_exec_filter) https://github.com/fluent/fluentd/pull/1306 (in_forward, out_forward) https://github.com/fluent/fluentd/pull/1308 (in_http)
- โ test: Improve test drivers https://github.com/fluent/fluentd/pull/1302 https://github.com/fluent/fluentd/pull/1305
๐ Bug fixes
- ๐ฒ log: Avoid name conflict between Fluent::Logger https://github.com/fluent/fluentd/pull/1274
- fluent-cat: Fix fluent-cat command to send sub-second precision time https://github.com/fluent/fluentd/pull/1277
- 0๏ธโฃ config: Fix a bug not to overwrite default value with nil https://github.com/fluent/fluentd/pull/1296
- ๐ output: Fix timezone for compat timesliced output plugins https://github.com/fluent/fluentd/pull/1307
- ๐ฉ out_forward: fix not to raise error when out_forward is initialized as secondary https://github.com/fluent/fluentd/pull/1313
- output: Event router for secondary output https://github.com/fluent/fluentd/pull/1283
- โ test: fix to return the block value as expected by many rubyists https://github.com/fluent/fluentd/pull/1284
-
v0.14.8 Changes
October 13, 2016๐ Bug fixes
- โ Add msgpack_each to buffer chunks in compat-layer output plugins https://github.com/fluent/fluentd/pull/1273
-
v0.14.7 Changes
October 07, 2016๐ New features / Enhancement
- ๐ Support data compression in buffer plugins https://github.com/fluent/fluentd/pull/1172
- ๐ in_forward: support to transfer compressed data https://github.com/fluent/fluentd/pull/1179
- out_stdout: fix to show nanosecond resolution time https://github.com/fluent/fluentd/pull/1249
- โ Add option to rotate Fluentd daemon's log https://github.com/fluent/fluentd/pull/1235
- โ Add extract plugin helper, with symmetric time parameter support in parser/formatter and inject/extract https://github.com/fluent/fluentd/pull/1207
- โ Add a feature to parse/format numeric time (unix time [+ subsecond value]) https://github.com/fluent/fluentd/pull/1254
- ๐ง Raise configuration errors for inconsistent
<label>
configurations https://github.com/fluent/fluentd/pull/1233 - ๐ Fix to instantiate an unconfigured section even for multi: true https://github.com/fluent/fluentd/pull/1210
- โ Add validators of placeholders for buffering key extraction https://github.com/fluent/fluentd/pull/1255
- ๐ Fix to show log messages about filter optimization only when needed https://github.com/fluent/fluentd/pull/1227
- โ Add some features to write plugins more easily https://github.com/fluent/fluentd/pull/1256
- โ Add a tool to load dumped events from file https://github.com/fluent/fluentd/pull/1165
๐ Bug fixes
- ๐ Fix Oj's default option to encode/decode JSON in the same way with Yajl https://github.com/fluent/fluentd/pull/1147 https://github.com/fluent/fluentd/pull/1239
- ๐ Fix to raise correct configuration errors https://github.com/fluent/fluentd/pull/1223
- ๐ Fix a bug to call
shutdown
method (and some others) twice https://github.com/fluent/fluentd/pull/1242 - ๐ Fix to enable
chunk.each
only when it's encoded by msgpack https://github.com/fluent/fluentd/pull/1263 - ๐ Fix a bug not to stop enqueue/flush threads correctly https://github.com/fluent/fluentd/pull/1264
- out_forward: fix a bug that UDP heartbeat doesn't work https://github.com/fluent/fluentd/pull/1238
- out_file: fix a crash bug when v0.14 enables symlink and resumes existing buffer file chunk generated by v0.12 https://github.com/fluent/fluentd/pull/1234
- in_monitor_agent: fix compatibility problem between outputs of v0.12 and v0.14 https://github.com/fluent/fluentd/pull/1232
- ๐ in_tail: fix a bug to crash to read large amount logs https://github.com/fluent/fluentd/pull/1259 https://github.com/fluent/fluentd/pull/1261
-
v0.14.6 Changes
September 07, 2016๐ Bug fixes
- ๐ in_tail: Add a missing parser_multiline require https://github.com/fluent/fluentd/pull/1212
- ๐ forward: Mark secret parameters of forward plugins as secret https://github.com/fluent/fluentd/pull/1209
-
v0.14.5 Changes
September 06, 2016๐ New features / Enhancement
- โ Add authentication / authorization feature to forward protocol and in/out_forward plugins https://github.com/fluent/fluentd/pull/1136
- โ Add a new plugin to dump buffers in retries as secondary plugin https://github.com/fluent/fluentd/pull/1154
- Merge out_buffered_stdout and out_buffered_null into out_stdout and out_null https://github.com/fluent/fluentd/pull/1200
๐ Bug fixes
- ๐ง Raise configuration errors to clarify what's wrong when "@type" is missing https://github.com/fluent/fluentd/pull/1202
- ๐ Fix the bug not to launch Fluentd when v0.12 MultiOutput plugin is configured https://github.com/fluent/fluentd/pull/1206
-
v0.14.4 Changes
August 31, 2016๐ New features / Enhancement
- โ Add a method to Filter API to update time of events https://github.com/fluent/fluentd/pull/1140
- ๐ Improve performance of filter pipeline https://github.com/fluent/fluentd/pull/1145
- ๐ Fix to suppress not to warn about different plugins for primary and secondary without any problems https://github.com/fluent/fluentd/pull/1153
- โ Add deprecated/obsoleted options to config_param to show removed/warned parameters https://github.com/fluent/fluentd/pull/1186
- in_forward: Add a feature source_hostname_key to inject source hostname into records https://github.com/fluent/fluentd/pull/807
- in_tail: Add a feature from_encoding to specify both encoding from and to https://github.com/fluent/fluentd/pull/1067
- filter_record_transformer: Fix to prevent overwriting reserved placeholder keys https://github.com/fluent/fluentd/pull/1176
- ๐ Migrate some build-in plugins into v0.14 API https://github.com/fluent/fluentd/pull/1149 https://github.com/fluent/fluentd/pull/1151
- โก๏ธ Update dependencies https://github.com/fluent/fluentd/pull/1193
๐ Bug fixes
- ๐ Fix to start/stop/restart Fluentd processes correctly on Windows environment https://github.com/fluent/fluentd/pull/1171 https://github.com/fluent/fluentd/pull/1192
- ๐ Fix to handle Windows events correctly in winsvc.rb https://github.com/fluent/fluentd/pull/1155 https://github.com/fluent/fluentd/pull/1170
- ๐ Fix not to continue to restart workers for configuration errors https://github.com/fluent/fluentd/pull/1183
- ๐ Fix output threads to start enqueue/flush buffers until plugins' start method ends https://github.com/fluent/fluentd/pull/1190
- ๐ Fix a bug not to set umask 0 https://github.com/fluent/fluentd/pull/1152
- ๐ Fix resource leak on one-shot timers https://github.com/fluent/fluentd/pull/1178
- ๐ Fix to call plugin helper methods in configure https://github.com/fluent/fluentd/pull/1184
- ๐ Fix a bug to count event size https://github.com/fluent/fluentd/pull/1164/files
- ๐ Fix to require missed compat modules https://github.com/fluent/fluentd/pull/1168
- ๐ Fix to start properly for plugins under MultiOutput https://github.com/fluent/fluentd/pull/1167
- ๐ Fix test drivers to set class name into plugin instances https://github.com/fluent/fluentd/pull/1069
- ๐ Fix tests not to use mocks for Time (improve test stabilization) https://github.com/fluent/fluentd/pull/1194
-
v0.14