All Versions
99
Latest Version
Avg Release Cycle
34 days
Latest Release
217 days ago
Changelog History
Page 8
Changelog History
Page 8
-
v1.1.2 Changes
March 18, 2018โจ Enhancements
- ๐ filter_grep: Support pattern starts with character classes with // https://github.com/fluent/fluentd/pull/1887
๐ Bug fixes
- in_tail: Handle records in the correct order on file rotation https://github.com/fluent/fluentd/pull/1880
- ๐ out_forward: Fix race condition with
<security>
on multi thread environment https://github.com/fluent/fluentd/pull/1893 - output: Prevent flushing threads consume too much CPU when retry happens https://github.com/fluent/fluentd/pull/1901
- config: Fix boolean param handling for comment without value https://github.com/fluent/fluentd/pull/1883
- test: Fix random test failures in test/plugin/test_out_forward.rb https://github.com/fluent/fluentd/pull/1881 https://github.com/fluent/fluentd/pull/1890
- command: Fix typo in binlog_reader https://github.com/fluent/fluentd/pull/1898
-
v1.1.1 Changes
March 05, 2018โจ Enhancements
- in_debug_agent: Support multi worker environment https://github.com/fluent/fluentd/pull/1869
- ๐ in_forward: Improve SSL setup to support mutual TLS https://github.com/fluent/fluentd/pull/1861
- buf_file: Skip and delete broken file chunks to avoid unsuccessful retry in resume https://github.com/fluent/fluentd/pull/1874
- command: Show fluentd version for debug purpose https://github.com/fluent/fluentd/pull/1839
๐ Bug fixes
- in_forward: Do not close connection until write is complete on failed auth PONG https://github.com/fluent/fluentd/pull/1835
- in_tail: Fix IO event race condition during shutdown https://github.com/fluent/fluentd/pull/1876
- in_http: Emit event time instead of raw time value in batch https://github.com/fluent/fluentd/pull/1850
- ๐ parser_json: Add EncodingError to rescue list for oj 3.x. https://github.com/fluent/fluentd/pull/1875
- config: Fix config_param for string type with frozen string https://github.com/fluent/fluentd/pull/1838
- timer: Fix a bug to leak non-repeating timer watchers https://github.com/fluent/fluentd/pull/1864
-
v1.1
-
v1.0.2 Changes
December 17, 2017๐ New features / Enhancements
- ๐ Use dig_rb instead of ruby_dig to support dig method in more objects https://github.com/fluent/fluentd/pull/1794
-
v1.0.1 Changes
December 14, 2017๐ New features / Enhancements
- in_udp: Add receive_buffer_size parameter https://github.com/fluent/fluentd/pull/1788
- in_tail: Add enable_stat_watcher option to disable inotify events https://github.com/fluent/fluentd/pull/1775
- ๐ Relax strptime gem version
๐ Bug fixes
- ๐ in_tail: Properly handle moved back and truncated case https://github.com/fluent/fluentd/pull/1793
- out_forward: Rebuild weight array to apply server setting properly https://github.com/fluent/fluentd/pull/1784
- ๐ fluent-plugin-config-formatter: Use v1.0 for URL https://github.com/fluent/fluentd/pull/1781
-
v1.0
-
v0.14.25 Changes
November 29, 2017๐ New features / Enhancements
- Disable tracepoint feature to omit unnecessary insts https://github.com/fluent/fluentd/pull/1764
๐ Bug fixes
- โก๏ธ out_forward: Don't update retry state when failed to get ack response. https://github.com/fluent/fluentd/pull/1686
- ๐ plugin: Combine before_shutdown and shutdown call in one sequence. https://github.com/fluent/fluentd/pull/1763
-
v0.14.24 Changes
November 24, 2017๐ New features / Enhancements
- ๐ plugin-config-formatter: Add link to plugin helper result https://github.com/fluent/fluentd/pull/1753
- ๐จ server helper: Refactor code https://github.com/fluent/fluentd/pull/1759
๐ Bug fixes
- supervisor: Don't call change_privilege twice https://github.com/fluent/fluentd/pull/1757
-
v0.14.23 Changes
November 15, 2017๐ New features / Enhancements
- ๐ in_udp: Add remove_newline parameter https://github.com/fluent/fluentd/pull/1747
๐ Bug fixes
- ๐ buffer: Lock buffers in order of metadata https://github.com/fluent/fluentd/pull/1722
- ๐ฒ in_tcp: Fix log corruption under load. https://github.com/fluent/fluentd/pull/1729
- out_forward: Fix elapsed time miscalculation in tcp heartbeat https://github.com/fluent/fluentd/pull/1738
- ๐ท supervisor: Fix worker pid handling during worker restart https://github.com/fluent/fluentd/pull/1739
- ๐ฒ in_tail: Skip setup failed watcher to avoid resource leak and log bloat https://github.com/fluent/fluentd/pull/1742
- ๐ agent: Add error location to emit error logs https://github.com/fluent/fluentd/pull/1746
- ๐ command: Consider hyphen and underscore in fluent-plugin-generate arguments https://github.com/fluent/fluentd/pull/1751
-
v0.14.22 Changes
November 01, 2017๐ New features / Enhancements
- formatter_tsv: Add add_newline parameter https://github.com/fluent/fluentd/pull/1691
- out_file/out_secondary_file: Support ${chunk_id} placeholder. This includes extrace_placeholders API change https://github.com/fluent/fluentd/pull/1708
- ๐ record_accessor: Support double quotes in bracket notation https://github.com/fluent/fluentd/pull/1716
- ๐ log: Show running ruby version in startup log https://github.com/fluent/fluentd/pull/1717
- ๐ฒ log: Log message when chunk is created https://github.com/fluent/fluentd/pull/1718
- in_tail: Add pos_file duplication check https://github.com/fluent/fluentd/pull/1720
๐ Bug fixes
- ๐ parser_apache2: Delay time parser initialization https://github.com/fluent/fluentd/pull/1690
- cert_option: Improve generated certificates' conformance to X.509 specification https://github.com/fluent/fluentd/pull/1714
- ๐ buffer: Always lock chunks first to avoid deadlock https://github.com/fluent/fluentd/pull/1721