All Versions
99
Latest Version
Avg Release Cycle
34 days
Latest Release
949 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.13.3 Changes
July 27, 2021๐ Bug fix
- ๐ in_tail: Care DeletePending state on Windows https://github.com/fluent/fluentd/pull/3457 https://github.com/fluent/fluentd/pull/3460
- in_tail: Fix some pos_file bugs.
Avoid deleting pos_file entries unexpectedly when both
pos_file_compaction_interval
andfollow_inode
are enabled. Usebytesize
instead ofsize
for path length. https://github.com/fluent/fluentd/pull/3459 - in_tail: Fix detecting rotation twice on
follow_inode
. https://github.com/fluent/fluentd/pull/3466
Misc
- โ Remove needless spaces in a sample config file https://github.com/fluent/fluentd/pull/3456
โจ Enhancement
-
v1.13.2 Changes
July 12, 2021โจ Enhancement
- ๐ fluent-plugin-generate: Storage plugin was supported. https://github.com/fluent/fluentd/pull/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
, andFLUENT_OJ_OPTION_USE_TO_JSON
environment variable to configure it. https://github.com/fluent/fluentd/pull/3315
๐ Bug fix
- ๐ binlog_reader: Fixed a crash bug by missing "fluent/env" dependency. https://github.com/fluent/fluentd/pull/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. https://github.com/fluent/fluentd/pull/3451
- ๐ in_tail: Fixed a bug that when rotation is occurred, remaining lines will be discarded if the throttling feature is enabled. https://github.com/fluent/fluentd/pull/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. https://github.com/fluent/fluentd/pull/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. https://github.com/fluent/fluentd/pull/3450
-
v1.13.1 Changes
June 25, 2021๐ Bug fix
- ๐ out_forward: Fixed a race condition on handshake It's caused by using a same unpacker from multiple threads. https://github.com/fluent/fluentd/pull/3405 https://github.com/fluent/fluentd/pull/3406
- ๐ in_tail: Fixed to remove too much verbose debugging logs It was unexpectedly introduced by #3185 log throttling feature. https://github.com/fluent/fluentd/pull/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. https://github.com/fluent/fluentd/pull/3427
Misc
- ๐จ Pretty print for Fluent::Config::Section has been supported for debugging https://github.com/fluent/fluentd/pull/3398
- ๐ท CI: Dropped to run CI for Ruby 2.5 https://github.com/fluent/fluentd/pull/3412
-
v1.13.0 Changes
May 29, 2021โจ Enhancement
- ๐ฒ in_tail: Handle log throttling per file feature https://github.com/fluent/fluentd/pull/3185 https://github.com/fluent/fluentd/pull/3364 https://github.com/fluent/fluentd/pull/3379
- ๐ Extend to support service discovery manager in simpler way https://github.com/fluent/fluentd/pull/3299 https://github.com/fluent/fluentd/pull/3362
- ๐ in_http: HTTP GET requests has been supported https://github.com/fluent/fluentd/pull/3373
- ๐ง The log rotate settings in system configuration has been supported https://github.com/fluent/fluentd/pull/3352
๐ Bug fix
- ๐ Fix to disable
trace_instruction
whenRubyVM::InstructionSequence
is available. It improves compatibility withtruffleruby
some extent. https://github.com/fluent/fluentd/pull/3376 - in_tail: Safely skip files which are used by another process on
Windows. It improves exception handling about
ERROR_SHARING_VIOLATION
on Windows. https://github.com/fluent/fluentd/pull/3378 - fluent-cat: the issue resending secondary file in specific format has been fixed https://github.com/fluent/fluentd/pull/3368
- in_tail: Shutdown immediately & safely even if reading huge files
Note that
skip_refresh_on_startup
must be enabled. https://github.com/fluent/fluentd/pull/3380
Misc
- example: Change a path to backup_path in counter_server correctly https://github.com/fluent/fluentd/pull/3359
- โก๏ธ README: Update link to community forum to discuss.fluentd.org https://github.com/fluent/fluentd/pull/3360
-
v1.12.4 Changes
May 26, 2021๐ Bug fix
- in_tail: Fix a bug that refresh_watcher fails to handle file rotations https://github.com/fluent/fluentd/pull/3393
-
v1.12.3 Changes
April 23, 2021โจ Enhancement
- ๐ plugin_helper: Allow TLS to use keep-alive socket option https://github.com/fluent/fluentd/pull/3308
๐ Bug fix
- ๐ parser_csv, parser_syslog: Fix a naming conflict on parser_type https://github.com/fluent/fluentd/pull/3302
- ๐ in_tail: Fix incorrect error code & message on Windows https://github.com/fluent/fluentd/pull/3325 https://github.com/fluent/fluentd/pull/3329 https://github.com/fluent/fluentd/pull/3331 https://github.com/fluent/fluentd/pull/3337
- ๐ฒ in_tail: Fix a crash bug on catching a short-lived log https://github.com/fluent/fluentd/pull/3328
- storage_local: Fix position file corruption issue on concurrent gracefulReloads https://github.com/fluent/fluentd/pull/3335
- Fix incorrect warnings about ${chunk_id} with out_s3 https://github.com/fluent/fluentd/pull/3339
- ๐ฒ TLS Server: Add peer information to error log message https://github.com/fluent/fluentd/pull/3330
Misc
- ๐ fluent-plugin-generate: add note about plugin name https://github.com/fluent/fluentd/pull/3303
- ๐ fluent-plugin-generate: Use same depended gem version with fluentd https://github.com/fluent/fluentd/pull/3305
- ๐ Fix some broken unit tests and improve CI's stability https://github.com/fluent/fluentd/pull/3304 https://github.com/fluent/fluentd/pull/3307 https://github.com/fluent/fluentd/pull/3312 https://github.com/fluent/fluentd/pull/3313 https://github.com/fluent/fluentd/pull/3314 https://github.com/fluent/fluentd/pull/3316 https://github.com/fluent/fluentd/pull/3336
- ๐ Permit to install with win32-service 2.2.0 on Windows https://github.com/fluent/fluentd/pull/3343
-
v1.12.2 Changes
March 29, 2021โจ Enhancement
- out_copy: Add ignore_if_prev_successes https://github.com/fluent/fluentd/pull/3190 https://github.com/fluent/fluentd/pull/3287
- ๐ Support multiple kind of timestamp format https://github.com/fluent/fluentd/pull/3252
- formatter_ltsv: suppress delimiters in output https://github.com/fluent/fluentd/pull/1666 https://github.com/fluent/fluentd/pull/3288 https://github.com/fluent/fluentd/pull/3289
๐ Bug fix
- in_tail: Expect ENOENT during stat https://github.com/fluent/fluentd/pull/3275
- ๐ out_forward: Prevent transferring duplicate logs on restart https://github.com/fluent/fluentd/pull/3267 https://github.com/fluent/fluentd/pull/3285
- ๐ in_tail: Handle to send rotated logs when mv is used for rotating https://github.com/fluent/fluentd/pull/3294
- ๐ fluent-plugin-config-format: Fill an uninitialized instance variable https://github.com/fluent/fluentd/pull/3297
- ๐ Fix MessagePackEventStream issue with Enumerable methods https://github.com/fluent/fluentd/pull/2116
Misc
- โ Add webrick to support Ruby 3.0 https://github.com/fluent/fluentd/pull/3257
- Suggest Discource instead of Google Groups https://github.com/fluent/fluentd/pull/3261
- โก๏ธ Update MAINTAINERS.md https://github.com/fluent/fluentd/pull/3282
- Introduce DeepSource to check code quality https://github.com/fluent/fluentd/pull/3286 https://github.com/fluent/fluentd/pull/3259 https://github.com/fluent/fluentd/pull/3291
- โ Migrate to GitHub Actions and stabilize tests https://github.com/fluent/fluentd/pull/3266 https://github.com/fluent/fluentd/pull/3268 https://github.com/fluent/fluentd/pull/3281 https://github.com/fluent/fluentd/pull/3283 https://github.com/fluent/fluentd/pull/3290
-
v1.12.1 Changes
February 18, 2021โจ Enhancement
- out_http: Add
headers_from_placeholders
parameter https://github.com/fluent/fluentd/pull/3241 - ๐ fluent-plugin-config-format: Add
--table
option to use markdown table https://github.com/fluent/fluentd/pull/3240 - Add
--disable-shared-socket
/disable_shared_socket
to disable ServerEngine's shared socket setup https://github.com/fluent/fluentd/pull/3250
๐ Bug fix
- ca_generate: Fix creating TLS certification files which include broken extensions https://github.com/fluent/fluentd/pull/3246
- โ test: Drop TLS 1.1 tests https://github.com/fluent/fluentd/pull/3256
- โ Remove old gem constraints to support Ruby 3
Misc
- ๐ Use GitHub Actions https://github.com/fluent/fluentd/pull/3233 https://github.com/fluent/fluentd/pull/3255
- out_http: Add
-
v1.12.0 Changes
January 05, 2021๐ New feature
- in_tail: Add
follow_inode
to support log rotation with wild card https://github.com/fluent/fluentd/pull/2992 - ๐ง in_tail: Handle linux capability https://github.com/fluent/fluentd/pull/3155 https://github.com/fluent/fluentd/pull/3162
- ๐ windows: Add win32 events alternative to unix signals https://github.com/fluent/fluentd/pull/3131
โจ Enhancement
- ๐ buffer: Enable metadata comparison optimization on all platforms https://github.com/fluent/fluentd/pull/3095
- ๐ fluent-plugin-config-formatter: Handle
service_discovery
type https://github.com/fluent/fluentd/pull/3178 - in_http: Add
add_query_params
parameter to add query params to event record https://github.com/fluent/fluentd/pull/3197 - inject: Support
unixtime_micros
andunixtime_nanos
intime_type
https://github.com/fluent/fluentd/pull/3220 - ๐จ Refactoring code https://github.com/fluent/fluentd/pull/3167 https://github.com/fluent/fluentd/pull/3170 https://github.com/fluent/fluentd/pull/3180 https://github.com/fluent/fluentd/pull/3196 https://github.com/fluent/fluentd/pull/3213 https://github.com/fluent/fluentd/pull/3222
๐ Bug fix
- output: Prevent retry.step from being called too many times in a short time https://github.com/fluent/fluentd/pull/3203
- in_tail: Add
-
v1.11.5 Changes
November 06, 2020โจ Enhancement
- ๐ formatter: Provide
newline
parameter to supportCRLF
https://github.com/fluent/fluentd/pull/3152 - ๐ out_http: adding support for intermediate certificates https://github.com/fluent/fluentd/pull/3146
- โก๏ธ Update serverengine dependency to 2.2.2 or later
๐ Bug fix
- ๐ Fix a bug that windows service isn't stopped gracefuly https://github.com/fluent/fluentd/pull/3156
- ๐ formatter: Provide