|
| 1 | +# v1.19 |
| 2 | + |
| 3 | +## Release v1.19.0 - 2025/07/29 |
| 4 | + |
| 5 | +### Enhancement |
| 6 | + |
| 7 | +New features: |
| 8 | + |
| 9 | +* Add zstd compression support https://github.com/fluent/fluentd/pull/4657 |
| 10 | + * Buffer: add `zstd` to `compress` option. |
| 11 | + * out_file: add `zstd` to `compress` option. |
| 12 | + * out_forward: add `zstd` to `compress` option. |
| 13 | + * in_forward: support `zstd` format. (Experimental) |
| 14 | +* buffer: add feature to evacuate chunk files when retry limit |
| 15 | + https://github.com/fluent/fluentd/pull/4986 |
| 16 | +* out_http: TLS1.3 support |
| 17 | + https://github.com/fluent/fluentd/pull/4859 |
| 18 | +* out_stdout: support output to STDOUT independently of Fluentd logger by setting `use_logger` to `false` |
| 19 | + https://github.com/fluent/fluentd/pull/5036 |
| 20 | +* out_file: add symlink_path_use_relative option to use relative path instead of absolute path in symlink_path |
| 21 | + https://github.com/fluent/fluentd/pull/4904 |
| 22 | +* System configuration: Add forced_stacktrace_level to force the log level of stacktraces. |
| 23 | + https://github.com/fluent/fluentd/pull/5008 |
| 24 | +* System configuration: support built-in config files |
| 25 | + https://github.com/fluent/fluentd/pull/4893 |
| 26 | + |
| 27 | +Metrics: |
| 28 | + |
| 29 | +* metrics: enable input metrics by default |
| 30 | + https://github.com/fluent/fluentd/pull/4966 |
| 31 | +* in_tail: add "tracked_file_count" metrics to see how many log files are being tracked |
| 32 | + https://github.com/fluent/fluentd/pull/4980 |
| 33 | +* output: add metrics for number of writing events in secondary |
| 34 | + https://github.com/fluent/fluentd/pull/4971 |
| 35 | +* output: add metrics for dropped oldest chunk count |
| 36 | + https://github.com/fluent/fluentd/pull/4981 |
| 37 | + |
| 38 | +Others: |
| 39 | + |
| 40 | +* in_forward: enable skip_invalid_event by default not to process broken data |
| 41 | + https://github.com/fluent/fluentd/pull/5003 |
| 42 | +* buf_file: reinforce buffer file corruption check |
| 43 | + https://github.com/fluent/fluentd/pull/4998 |
| 44 | +* in_http: allow empty Origin header requests to pass CORS checks |
| 45 | + https://github.com/fluent/fluentd/pull/4866 |
| 46 | +* in_tail: add warning for directory permission |
| 47 | + https://github.com/fluent/fluentd/pull/4865 |
| 48 | +* Add logging for errors about loading dependencies on startup |
| 49 | + https://github.com/fluent/fluentd/pull/4858 |
| 50 | +* Performance improvements |
| 51 | + * https://github.com/fluent/fluentd/pull/4759 |
| 52 | + https://github.com/fluent/fluentd/pull/4760 |
| 53 | + https://github.com/fluent/fluentd/pull/4763 |
| 54 | + https://github.com/fluent/fluentd/pull/4764 |
| 55 | + https://github.com/fluent/fluentd/pull/4769 |
| 56 | + https://github.com/fluent/fluentd/pull/4813 |
| 57 | + https://github.com/fluent/fluentd/pull/4817 |
| 58 | + https://github.com/fluent/fluentd/pull/4835 |
| 59 | + https://github.com/fluent/fluentd/pull/4845 |
| 60 | + https://github.com/fluent/fluentd/pull/4881 |
| 61 | + https://github.com/fluent/fluentd/pull/4884 |
| 62 | + https://github.com/fluent/fluentd/pull/4886 |
| 63 | + https://github.com/fluent/fluentd/pull/4930 |
| 64 | + https://github.com/fluent/fluentd/pull/4931 |
| 65 | + https://github.com/fluent/fluentd/pull/4932 |
| 66 | + https://github.com/fluent/fluentd/pull/4933 |
| 67 | + https://github.com/fluent/fluentd/pull/4934 |
| 68 | + https://github.com/fluent/fluentd/pull/4995 |
| 69 | + |
| 70 | +### Bug Fix |
| 71 | + |
| 72 | +* in_tail: fixed where specifying only encoding parameter might cause data corruption (affects since v0.14.12). |
| 73 | + https://github.com/fluent/fluentd/pull/5010 |
| 74 | +* formatter_csv: fix memory leak |
| 75 | + https://github.com/fluent/fluentd/pull/4864 |
| 76 | +* server plugin helper: ensure to close all connections at shutdown |
| 77 | + https://github.com/fluent/fluentd/pull/502 |
| 78 | +* Fixed a bug where the default `umask` was not set to `0` when using `--daemon` (td-agent, fluent-package) since v1.14.6. |
| 79 | + https://github.com/fluent/fluentd/pull/4836 |
| 80 | +* `--umask` command line option: Fixed so that it is applied when Fluentd runs with `--daemon` (fluent-package) as well as when Fluentd runs with `--no-supervisor`. |
| 81 | + https://github.com/fluent/fluentd/pull/4836 |
| 82 | +* Windows: Stop the service when the supervisor is dead |
| 83 | + https://github.com/fluent/fluentd/pull/4909 |
| 84 | +* Windows: Fixed an issue where stopping the service immediately after startup could leave the processes. |
| 85 | + https://github.com/fluent/fluentd/pull/4782 |
| 86 | +* Windows: Fixed an issue where stopping service sometimes can not be completed forever. |
| 87 | + https://github.com/fluent/fluentd/pull/4782 |
| 88 | + |
| 89 | +### Misc |
| 90 | + |
| 91 | +* in_monitor_agent: stop using CGI.parse due to support Ruby 3.5 |
| 92 | + https://github.com/fluent/fluentd/pull/4962 |
| 93 | +* HTTP server plugin helper: stop using CGI.parse due to support Ruby 3.5 |
| 94 | + https://github.com/fluent/fluentd/pull/4962 |
| 95 | +* config: change inspect format |
| 96 | + https://github.com/fluent/fluentd/pull/4914 |
| 97 | +* console_adapter: support console gem v1.30 |
| 98 | + https://github.com/fluent/fluentd/pull/4857 |
| 99 | +* gemspec: fix io-event and io-stream version to avoid unstable behavior on Windows |
| 100 | + https://github.com/fluent/fluentd/pull/5042 |
| 101 | +* in_http: replace WEBrick::HTTPUtils.parse_query with URI |
| 102 | + Note that at least, this makes it unable to use ; delimiter. |
| 103 | + https://github.com/fluent/fluentd/pull/4900 |
| 104 | +* http_server: stop fallback to WEBrick |
| 105 | + https://github.com/fluent/fluentd/pull/4899 |
| 106 | +* metrics: add getter method automatically |
| 107 | + https://github.com/fluent/fluentd/pull/4978 |
| 108 | +* http_server helper: add `header` method for `Request` |
| 109 | + https://github.com/fluent/fluentd/pull/4903 |
| 110 | +* multi_output: fix metrics name |
| 111 | + https://github.com/fluent/fluentd/pull/4979 |
| 112 | +* plugin_id: fix typo |
| 113 | + https://github.com/fluent/fluentd/pull/4964 |
| 114 | +* CI fixes |
| 115 | + * https://github.com/fluent/fluentd/pull/4728 |
| 116 | + https://github.com/fluent/fluentd/pull/4730 |
| 117 | + https://github.com/fluent/fluentd/pull/4746 |
| 118 | + https://github.com/fluent/fluentd/pull/4747 |
| 119 | + https://github.com/fluent/fluentd/pull/4748 |
| 120 | + https://github.com/fluent/fluentd/pull/4750 |
| 121 | + https://github.com/fluent/fluentd/pull/4755 |
| 122 | + https://github.com/fluent/fluentd/pull/4820 |
| 123 | + https://github.com/fluent/fluentd/pull/4874 |
| 124 | + https://github.com/fluent/fluentd/pull/4877 |
| 125 | +* Fixes RuboCop's remarks |
| 126 | + https://github.com/fluent/fluentd/pull/4928 |
| 127 | +* CI: Add benchmark scripts |
| 128 | + https://github.com/fluent/fluentd/pull/4989 |
| 129 | + |
1 | 130 | # v1.18
|
2 | 131 |
|
3 | 132 | ## Release v1.18.0 - 2024/11/29
|
@@ -2104,7 +2233,7 @@ We recommend to upgrade Fluentd to v1.14.2 or use patched version of
|
2104 | 2233 | https://github.com/fluent/fluentd/pull/1805
|
2105 | 2234 | * time: Fix the method for TimeFormatter#call
|
2106 | 2235 | https://github.com/fluent/fluentd/pull/1813
|
2107 |
| - |
| 2236 | + |
2108 | 2237 | # v1.0
|
2109 | 2238 |
|
2110 | 2239 | ## Release v1.0.2 - 2017/12/17
|
@@ -2238,7 +2367,7 @@ See [CNCF announcement](https://www.cncf.io/blog/2017/12/06/fluentd-v1-0/) :)
|
2238 | 2367 |
|
2239 | 2368 | * parser_apache2: Delay time parser initialization
|
2240 | 2369 | https://github.com/fluent/fluentd/pull/1690
|
2241 |
| -* cert_option: Improve generated certificates' conformance to X.509 specification |
| 2370 | +* cert_option: Improve generated certificates' conformance to X.509 specification |
2242 | 2371 | https://github.com/fluent/fluentd/pull/1714
|
2243 | 2372 | * buffer: Always lock chunks first to avoid deadlock
|
2244 | 2373 | https://github.com/fluent/fluentd/pull/1721
|
|
0 commit comments