fluentd 1.19.0-x86-mingw32 → 1.19.1-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bb2e590cfb6e0247c38613d2ffe35c3c7e6bf4eee670eaf73615cd578dcfe1d6
4
- data.tar.gz: ac53d407592733019e812062aa353d20d866d9dc45da1bd884e28e5545f02259
3
+ metadata.gz: 9561aca2bd9c2bc02c0c5aab15ac978d795b08359b91ae4ddf5efcf4c929a5f7
4
+ data.tar.gz: eb02d36ab94976985da49b0abe845dfe17056806f02e99cb8fa38a88addb79be
5
5
  SHA512:
6
- metadata.gz: e429b4a82aec21c1e51550ce3ce2957a6d71394a9e6b579aee46a5f8bace8a42a2880f9bb7f230d98302d56c8635f03eb1e4abb93498c22654e6f07cd6efcae1
7
- data.tar.gz: f68aec16ddcb80075cdc47d0eaa21c1fc8d3736c75d2a787d5fbaee478e3074e19a2f6d87d0d7dc3cac91573c967d8279b26f6145d5c5d813c86eaef2ad27a79
6
+ metadata.gz: e71cc65fb1ad3b064df94a8bc3d32f36bf4c18f0a1d79949efc46a5cc47f0a1a88aac796a52b3779e30cbefad1cf13a4f92f0736e8c7184dd195e10a025baa79
7
+ data.tar.gz: eba375ae694bf113a9a70bce6c77575ed42e6d8f14d5c463890ae570c14dfe48576eb7eecd90fb401480ebfd910ecd45fdfed1130f909b8c541440bdf7a3c407
data/CHANGELOG.md CHANGED
@@ -1,6 +1,25 @@
1
1
  # v1.19
2
2
 
3
- ## Release v1.19.0 - 2025/07/29
3
+ ## Release v1.19.1 - 2025/11/06
4
+
5
+ ### Bug Fix
6
+
7
+ * YAML config: Supports parsing array format https://github.com/fluent/fluentd/pull/5139
8
+
9
+ ### Misc
10
+
11
+ * gem: fix uri gem version to keep IPv6 tests https://github.com/fluent/fluentd/pull/5144
12
+ * CI fixes
13
+ * https://github.com/fluent/fluentd/pull/5055
14
+ * https://github.com/fluent/fluentd/pull/5057
15
+ * https://github.com/fluent/fluentd/pull/5063
16
+ * https://github.com/fluent/fluentd/pull/5064
17
+ * https://github.com/fluent/fluentd/pull/5077
18
+ * https://github.com/fluent/fluentd/pull/5078
19
+ * https://github.com/fluent/fluentd/pull/5136
20
+ * https://github.com/fluent/fluentd/pull/5140
21
+
22
+ ## Release v1.19.0 - 2025/07/30
4
23
 
5
24
  ### Enhancement
6
25
 
@@ -9,8 +28,8 @@ New features:
9
28
  * Add zstd compression support https://github.com/fluent/fluentd/pull/4657
10
29
  * Buffer: add `zstd` to `compress` option.
11
30
  * out_file: add `zstd` to `compress` option.
12
- * out_forward: add `zstd` to `compress` option.
13
- * in_forward: support `zstd` format. (Experimental)
31
+ * out_forward: add `zstd` to `compress` option. (Experimental)
32
+ * in_forward: support `zstd` format.
14
33
  * buffer: add feature to evacuate chunk files when retry limit
15
34
  https://github.com/fluent/fluentd/pull/4986
16
35
  * out_http: TLS1.3 support
@@ -74,7 +93,7 @@ Others:
74
93
  * formatter_csv: fix memory leak
75
94
  https://github.com/fluent/fluentd/pull/4864
76
95
  * server plugin helper: ensure to close all connections at shutdown
77
- https://github.com/fluent/fluentd/pull/502
96
+ https://github.com/fluent/fluentd/pull/5026
78
97
  * Fixed a bug where the default `umask` was not set to `0` when using `--daemon` (td-agent, fluent-package) since v1.14.6.
79
98
  https://github.com/fluent/fluentd/pull/4836
80
99
  * `--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`.
@@ -271,6 +290,22 @@ Others:
271
290
 
272
291
  # v1.16
273
292
 
293
+ ## Release v1.16.10 - 2025/09/12
294
+
295
+ ### Bug Fix
296
+
297
+ * server plugin helper: ensure to close all connections at shutdown
298
+ https://github.com/fluent/fluentd/pull/5088
299
+
300
+ ### Misc
301
+
302
+ * CI improvemnts
303
+ https://github.com/fluent/fluentd/pull/5083
304
+ https://github.com/fluent/fluentd/pull/5085
305
+ https://github.com/fluent/fluentd/pull/5086
306
+ https://github.com/fluent/fluentd/pull/5091
307
+ https://github.com/fluent/fluentd/pull/5092
308
+
274
309
  ## Release v1.16.9 - 2025/05/14
275
310
 
276
311
  ### Bug Fix
data/SECURITY.md CHANGED
@@ -14,3 +14,9 @@
14
14
 
15
15
  Please post your vulnerability report from the following page:
16
16
  https://github.com/fluent/fluentd/security/advisories
17
+
18
+ > [!NOTE]
19
+ > If you use fluent-package, please check [fluent-package-builder](https://github.com/fluent/fluent-package-builder/blob/master/SECURITY.md) and report it there.
20
+
21
+ > [!NOTE]
22
+ > If you use a Docker image of Fluentd, please check [Fluentd Docker Image](https://github.com/fluent/fluentd-docker-image/blob/master/SECURITY.md) and report it there.
@@ -144,8 +144,12 @@ module Fluent
144
144
 
145
145
  config.each do |key, val|
146
146
  if val.is_a?(Array)
147
- val.each do |v|
148
- sb.add_section(section_build(key, v, indent: indent + @base_indent))
147
+ if section?(val.first)
148
+ val.each do |v|
149
+ sb.add_section(section_build(key, v, indent: indent + @base_indent))
150
+ end
151
+ else
152
+ sb.add_line(key, val)
149
153
  end
150
154
  elsif val.is_a?(Hash)
151
155
  harg = val.delete('$arg')
@@ -164,6 +168,10 @@ module Fluent
164
168
 
165
169
  SectionBuilder.new(name, sb, indent, arg)
166
170
  end
171
+
172
+ def section?(value)
173
+ value.is_a?(Array) or value.is_a?(Hash)
174
+ end
167
175
  end
168
176
  end
169
177
  end
data/lib/fluent/test.rb CHANGED
@@ -40,9 +40,12 @@ module Fluent
40
40
 
41
41
  $log = dummy_logger
42
42
 
43
- Fluent.__send__(:remove_const, :Engine)
44
- engine = Fluent.const_set(:Engine, EngineClass.new).init(SystemConfig.new)
43
+ old_engine = Fluent.__send__(:remove_const, :Engine)
44
+ # Ensure that GC can remove the objects of the old engine.
45
+ # Some objects can still exist after `remove_const`. See https://github.com/fluent/fluentd/issues/5054.
46
+ old_engine.instance_variable_set(:@root_agent, nil)
45
47
 
48
+ engine = Fluent.const_set(:Engine, EngineClass.new).init(SystemConfig.new)
46
49
  engine.define_singleton_method(:now=) {|n|
47
50
  @now = n
48
51
  }
@@ -16,6 +16,6 @@
16
16
 
17
17
  module Fluent
18
18
 
19
- VERSION = '1.19.0'
19
+ VERSION = '1.19.1'
20
20
 
21
21
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluentd
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.0
4
+ version: 1.19.1
5
5
  platform: x86-mingw32
6
6
  authors:
7
7
  - Sadayuki Furuhashi
@@ -220,6 +220,9 @@ dependencies:
220
220
  - - "~>"
221
221
  - !ruby/object:Gem::Version
222
222
  version: '1.0'
223
+ - - "<"
224
+ - !ruby/object:Gem::Version
225
+ version: 1.1.0
223
226
  type: :runtime
224
227
  prerelease: false
225
228
  version_requirements: !ruby/object:Gem::Requirement
@@ -227,6 +230,9 @@ dependencies:
227
230
  - - "~>"
228
231
  - !ruby/object:Gem::Version
229
232
  version: '1.0'
233
+ - - "<"
234
+ - !ruby/object:Gem::Version
235
+ version: 1.1.0
230
236
  - !ruby/object:Gem::Dependency
231
237
  name: async-http
232
238
  requirement: !ruby/object:Gem::Requirement
@@ -241,34 +247,6 @@ dependencies:
241
247
  - - "~>"
242
248
  - !ruby/object:Gem::Version
243
249
  version: '0.86'
244
- - !ruby/object:Gem::Dependency
245
- name: io-event
246
- requirement: !ruby/object:Gem::Requirement
247
- requirements:
248
- - - "<"
249
- - !ruby/object:Gem::Version
250
- version: 1.11.0
251
- type: :runtime
252
- prerelease: false
253
- version_requirements: !ruby/object:Gem::Requirement
254
- requirements:
255
- - - "<"
256
- - !ruby/object:Gem::Version
257
- version: 1.11.0
258
- - !ruby/object:Gem::Dependency
259
- name: io-stream
260
- requirement: !ruby/object:Gem::Requirement
261
- requirements:
262
- - - "<"
263
- - !ruby/object:Gem::Version
264
- version: 0.8.0
265
- type: :runtime
266
- prerelease: false
267
- version_requirements: !ruby/object:Gem::Requirement
268
- requirements:
269
- - - "<"
270
- - !ruby/object:Gem::Version
271
- version: 0.8.0
272
250
  - !ruby/object:Gem::Dependency
273
251
  name: base64
274
252
  requirement: !ruby/object:Gem::Requirement