fluentd 1.11.5-x64-mingw32 → 1.12.4-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of fluentd might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/.deepsource.toml +13 -0
- data/.github/ISSUE_TEMPLATE/bug_report.md +1 -1
- data/.github/ISSUE_TEMPLATE/config.yml +5 -0
- data/.github/workflows/linux-test.yaml +36 -0
- data/.github/workflows/macos-test.yaml +30 -0
- data/.github/workflows/stale-actions.yml +22 -0
- data/.github/workflows/windows-test.yaml +35 -0
- data/.gitlab-ci.yml +41 -19
- data/CHANGELOG.md +158 -0
- data/MAINTAINERS.md +5 -2
- data/README.md +7 -4
- data/bin/fluent-cap-ctl +7 -0
- data/bin/fluent-ctl +7 -0
- data/fluentd.gemspec +6 -4
- data/lib/fluent/capability.rb +87 -0
- data/lib/fluent/command/bundler_injection.rb +1 -1
- data/lib/fluent/command/ca_generate.rb +6 -3
- data/lib/fluent/command/cap_ctl.rb +174 -0
- data/lib/fluent/command/cat.rb +0 -1
- data/lib/fluent/command/ctl.rb +177 -0
- data/lib/fluent/command/fluentd.rb +4 -0
- data/lib/fluent/command/plugin_config_formatter.rb +18 -2
- data/lib/fluent/command/plugin_generator.rb +31 -1
- data/lib/fluent/compat/parser.rb +2 -2
- data/lib/fluent/config/section.rb +2 -2
- data/lib/fluent/config/types.rb +2 -2
- data/lib/fluent/env.rb +4 -0
- data/lib/fluent/event.rb +3 -13
- data/lib/fluent/load.rb +0 -1
- data/lib/fluent/plugin.rb +5 -0
- data/lib/fluent/plugin/buffer.rb +2 -21
- data/lib/fluent/plugin/file_wrapper.rb +39 -3
- data/lib/fluent/plugin/formatter.rb +2 -2
- data/lib/fluent/plugin/formatter_csv.rb +1 -1
- data/lib/fluent/plugin/formatter_hash.rb +1 -1
- data/lib/fluent/plugin/formatter_ltsv.rb +5 -5
- data/lib/fluent/plugin/formatter_out_file.rb +3 -3
- data/lib/fluent/plugin/formatter_single_value.rb +2 -2
- data/lib/fluent/plugin/formatter_tsv.rb +2 -2
- data/lib/fluent/plugin/in_http.rb +24 -3
- data/lib/fluent/plugin/in_monitor_agent.rb +1 -1
- data/lib/fluent/plugin/in_tail.rb +129 -41
- data/lib/fluent/plugin/in_tail/position_file.rb +53 -14
- data/lib/fluent/plugin/in_tcp.rb +1 -0
- data/lib/fluent/plugin/out_copy.rb +18 -5
- data/lib/fluent/plugin/out_exec_filter.rb +3 -3
- data/lib/fluent/plugin/out_forward.rb +61 -28
- data/lib/fluent/plugin/out_http.rb +9 -2
- data/lib/fluent/plugin/output.rb +18 -10
- data/lib/fluent/plugin/parser_csv.rb +2 -2
- data/lib/fluent/plugin/parser_syslog.rb +2 -2
- data/lib/fluent/plugin/storage_local.rb +4 -4
- data/lib/fluent/plugin_helper/http_server/compat/server.rb +1 -1
- data/lib/fluent/plugin_helper/inject.rb +4 -2
- data/lib/fluent/plugin_helper/retry_state.rb +4 -0
- data/lib/fluent/plugin_helper/server.rb +4 -2
- data/lib/fluent/plugin_helper/socket_option.rb +2 -2
- data/lib/fluent/supervisor.rb +153 -47
- data/lib/fluent/system_config.rb +2 -1
- data/lib/fluent/time.rb +58 -1
- data/lib/fluent/version.rb +1 -1
- data/lib/fluent/winsvc.rb +22 -4
- data/templates/new_gem/fluent-plugin.gemspec.erb +3 -3
- data/templates/plugin_config_formatter/param.md-table.erb +10 -0
- data/test/command/test_cap_ctl.rb +100 -0
- data/test/command/test_ctl.rb +57 -0
- data/test/command/test_fluentd.rb +38 -0
- data/test/command/test_plugin_config_formatter.rb +124 -2
- data/test/config/test_configurable.rb +1 -1
- data/test/plugin/in_tail/test_position_file.rb +100 -26
- data/test/plugin/test_file_wrapper.rb +105 -0
- data/test/plugin/test_in_exec.rb +1 -1
- data/test/plugin/test_in_http.rb +25 -0
- data/test/plugin/test_in_tail.rb +503 -42
- data/test/plugin/test_out_copy.rb +87 -0
- data/test/plugin/test_out_forward.rb +94 -6
- data/test/plugin/test_out_http.rb +20 -1
- data/test/plugin/test_output.rb +15 -3
- data/test/plugin/test_output_as_buffered_backup.rb +2 -0
- data/test/plugin/test_parser_csv.rb +14 -0
- data/test/plugin/test_parser_syslog.rb +16 -2
- data/test/plugin/test_sd_file.rb +1 -1
- data/test/plugin_helper/service_discovery/test_manager.rb +1 -1
- data/test/plugin_helper/test_child_process.rb +5 -2
- data/test/plugin_helper/test_http_server_helper.rb +4 -2
- data/test/plugin_helper/test_inject.rb +29 -0
- data/test/plugin_helper/test_server.rb +26 -7
- data/test/test_capability.rb +74 -0
- data/test/test_event.rb +16 -0
- data/test/test_formatter.rb +30 -0
- data/test/test_output.rb +2 -2
- data/test/test_supervisor.rb +133 -10
- data/test/test_time_parser.rb +109 -0
- metadata +85 -31
- data/.travis.yml +0 -57
- data/appveyor.yml +0 -28
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 99045b602fdb2daf65473e6dba493bb6929a8707e733907969ee966519fb79f6
|
4
|
+
data.tar.gz: 9fa82ab5b4c9202562b79574ee587260fce902e554f30fe2f672fca287aede16
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 914482f62763cf8733ec3d7a35de3901799d73be307540f566d5ea87157a3456e7d91dfff7fc334bf798c571690f08f724987cbe57c691a22c6d1731b20aaaf4
|
7
|
+
data.tar.gz: da63b1ad893ccbf7dce19e9bf11b2c289a93654015babbcc7f12740d57ced424277659096c2addf829d3d85979009172d1e50ee071e85a4058b60ddeaa355f59
|
data/.deepsource.toml
ADDED
@@ -0,0 +1,36 @@
|
|
1
|
+
name: Testing on Ubuntu
|
2
|
+
|
3
|
+
on:
|
4
|
+
push:
|
5
|
+
branches: [master]
|
6
|
+
pull_request:
|
7
|
+
branches: [master]
|
8
|
+
|
9
|
+
jobs:
|
10
|
+
test:
|
11
|
+
runs-on: ${{ matrix.os }}
|
12
|
+
continue-on-error: ${{ matrix.experimental }}
|
13
|
+
strategy:
|
14
|
+
fail-fast: false
|
15
|
+
matrix:
|
16
|
+
ruby-version: ['3.0', '2.7', '2.6', '2.5']
|
17
|
+
os: [ubuntu-latest]
|
18
|
+
experimental: [false]
|
19
|
+
include:
|
20
|
+
- ruby-version: head
|
21
|
+
os: ubuntu-latest
|
22
|
+
experimental: true
|
23
|
+
|
24
|
+
name: Unit testing with Ruby ${{ matrix.ruby-version }} on ${{ matrix.os }}
|
25
|
+
steps:
|
26
|
+
- uses: actions/checkout@v2
|
27
|
+
- name: Set up Ruby
|
28
|
+
uses: ruby/setup-ruby@v1
|
29
|
+
with:
|
30
|
+
ruby-version: ${{ matrix.ruby-version }}
|
31
|
+
- name: Install addons
|
32
|
+
run: sudo apt-get install libgmp3-dev libcap-ng-dev
|
33
|
+
- name: Install dependencies
|
34
|
+
run: bundle install
|
35
|
+
- name: Run tests
|
36
|
+
run: bundle exec rake test
|
@@ -0,0 +1,30 @@
|
|
1
|
+
name: Testing on macOS
|
2
|
+
|
3
|
+
on:
|
4
|
+
push:
|
5
|
+
branches: [master]
|
6
|
+
pull_request:
|
7
|
+
branches: [master]
|
8
|
+
|
9
|
+
jobs:
|
10
|
+
test:
|
11
|
+
runs-on: ${{ matrix.os }}
|
12
|
+
continue-on-error: ${{ matrix.experimental }}
|
13
|
+
strategy:
|
14
|
+
fail-fast: false
|
15
|
+
matrix:
|
16
|
+
ruby-version: ['head', '2.7']
|
17
|
+
os: [macos-latest]
|
18
|
+
experimental: [true]
|
19
|
+
|
20
|
+
name: Unit testing with Ruby ${{ matrix.ruby-version }} on ${{ matrix.os }}
|
21
|
+
steps:
|
22
|
+
- uses: actions/checkout@v2
|
23
|
+
- name: Set up Ruby
|
24
|
+
uses: ruby/setup-ruby@v1
|
25
|
+
with:
|
26
|
+
ruby-version: ${{ matrix.ruby-version }}
|
27
|
+
- name: Install dependencies
|
28
|
+
run: bundle install
|
29
|
+
- name: Run tests
|
30
|
+
run: bundle exec rake test
|
@@ -0,0 +1,22 @@
|
|
1
|
+
name: "Mark or close stale issues and PRs"
|
2
|
+
on:
|
3
|
+
schedule:
|
4
|
+
- cron: "00 10 * * *"
|
5
|
+
|
6
|
+
jobs:
|
7
|
+
stale:
|
8
|
+
runs-on: ubuntu-latest
|
9
|
+
steps:
|
10
|
+
- uses: actions/stale@v3
|
11
|
+
with:
|
12
|
+
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
13
|
+
days-before-stale: 90
|
14
|
+
days-before-close: 30
|
15
|
+
stale-issue-message: "This issue has been automatically marked as stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 30 days"
|
16
|
+
stale-pr-message: "This PR has been automatically marked as stale because it has been open 90 days with no activity. Remove stale label or comment or this PR will be closed in 30 days"
|
17
|
+
close-issue-message: "This issue was automatically closed because of stale in 30 days"
|
18
|
+
close-pr-message: "This PR was automatically closed because of stale in 30 days"
|
19
|
+
stale-pr-label: "stale"
|
20
|
+
stale-issue-label: "stale"
|
21
|
+
exempt-issue-labels: "bug,enhancement,feature request,pending,work_in_progress,v1,v2"
|
22
|
+
exempt-pr-labels: "bug,enhancement,feature request,pending,work_in_progress,v1,v2"
|
@@ -0,0 +1,35 @@
|
|
1
|
+
name: Testing on Windows
|
2
|
+
|
3
|
+
on:
|
4
|
+
push:
|
5
|
+
branches: [master]
|
6
|
+
pull_request:
|
7
|
+
branches: [master]
|
8
|
+
|
9
|
+
jobs:
|
10
|
+
test:
|
11
|
+
runs-on: ${{ matrix.os }}
|
12
|
+
continue-on-error: ${{ matrix.experimental }}
|
13
|
+
strategy:
|
14
|
+
fail-fast: false
|
15
|
+
matrix:
|
16
|
+
ruby-version: ['2.7', '2.6', '2.5']
|
17
|
+
os:
|
18
|
+
- windows-latest
|
19
|
+
experimental: [false]
|
20
|
+
include:
|
21
|
+
- ruby-version: '3.0'
|
22
|
+
os: windows-latest
|
23
|
+
experimental: true
|
24
|
+
|
25
|
+
name: Unit testing with Ruby ${{ matrix.ruby-version }} on ${{ matrix.os }}
|
26
|
+
steps:
|
27
|
+
- uses: actions/checkout@v2
|
28
|
+
- name: Set up Ruby
|
29
|
+
uses: ruby/setup-ruby@v1
|
30
|
+
with:
|
31
|
+
ruby-version: ${{ matrix.ruby-version }}
|
32
|
+
- name: Install dependencies
|
33
|
+
run: ridk exec bundle install
|
34
|
+
- name: Run tests
|
35
|
+
run: bundle exec rake test TESTOPTS=-v
|
data/.gitlab-ci.yml
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
.install-template:
|
2
2
|
before_script:
|
3
|
-
- gem update --system
|
3
|
+
- gem update --system
|
4
4
|
- ruby -v
|
5
5
|
|
6
6
|
.test-template:
|
@@ -13,34 +13,44 @@ stages:
|
|
13
13
|
- build
|
14
14
|
- tests
|
15
15
|
|
16
|
-
2-
|
17
|
-
image: "ruby:2.
|
16
|
+
2-5-8:
|
17
|
+
image: "ruby:2.5.8"
|
18
18
|
stage: build
|
19
19
|
extends: .install-template
|
20
20
|
script:
|
21
21
|
- bundle install --jobs=3 --retry=3
|
22
22
|
cache:
|
23
|
-
key: "$CI_COMMIT_REF_SLUG 2-
|
23
|
+
key: "$CI_COMMIT_REF_SLUG 2-5-8"
|
24
24
|
paths:
|
25
25
|
|
26
|
-
2-
|
27
|
-
image: "ruby:2.
|
26
|
+
2-6-6:
|
27
|
+
image: "ruby:2.6.6"
|
28
28
|
stage: build
|
29
29
|
extends: .install-template
|
30
30
|
script:
|
31
31
|
- bundle install --jobs=3 --retry=3
|
32
32
|
cache:
|
33
|
-
key: "$CI_COMMIT_REF_SLUG 2-
|
33
|
+
key: "$CI_COMMIT_REF_SLUG 2-6-6"
|
34
34
|
paths:
|
35
35
|
|
36
|
-
2-
|
37
|
-
image: "ruby:2.
|
36
|
+
2-7-2:
|
37
|
+
image: "ruby:2.7.2"
|
38
38
|
stage: build
|
39
39
|
extends: .install-template
|
40
40
|
script:
|
41
41
|
- bundle install --jobs=3 --retry=3
|
42
42
|
cache:
|
43
|
-
key: "$CI_COMMIT_REF_SLUG 2-
|
43
|
+
key: "$CI_COMMIT_REF_SLUG 2-7-2"
|
44
|
+
paths:
|
45
|
+
|
46
|
+
3-0-0:
|
47
|
+
image: "ruby:3.0.0"
|
48
|
+
stage: build
|
49
|
+
extends: .install-template
|
50
|
+
script:
|
51
|
+
- bundle install --jobs=3 --retry=3
|
52
|
+
cache:
|
53
|
+
key: "$CI_COMMIT_REF_SLUG 3-0-0"
|
44
54
|
paths:
|
45
55
|
|
46
56
|
rubyhead:
|
@@ -54,39 +64,51 @@ rubyhead:
|
|
54
64
|
paths:
|
55
65
|
- ./*
|
56
66
|
|
57
|
-
2-
|
58
|
-
image: "ruby:2.
|
67
|
+
2-5-8-test:
|
68
|
+
image: "ruby:2.5.8"
|
69
|
+
stage: tests
|
70
|
+
allow_failure: true
|
71
|
+
extends: .test-template
|
72
|
+
script:
|
73
|
+
- bundle exec rake test
|
74
|
+
cache:
|
75
|
+
key: "$CI_COMMIT_REF_SLUG 2-5-8"
|
76
|
+
paths:
|
77
|
+
- ./*
|
78
|
+
|
79
|
+
2-6-6-test:
|
80
|
+
image: "ruby:2.6.6"
|
59
81
|
stage: tests
|
60
82
|
allow_failure: true
|
61
83
|
extends: .test-template
|
62
84
|
script:
|
63
85
|
- bundle exec rake test
|
64
86
|
cache:
|
65
|
-
key: "$CI_COMMIT_REF_SLUG 2-
|
87
|
+
key: "$CI_COMMIT_REF_SLUG 2-6-6"
|
66
88
|
paths:
|
67
89
|
- ./*
|
68
90
|
|
69
|
-
2-
|
70
|
-
image: "ruby:2.
|
91
|
+
2-7-2-test:
|
92
|
+
image: "ruby:2.7.2"
|
71
93
|
stage: tests
|
72
94
|
allow_failure: true
|
73
95
|
extends: .test-template
|
74
96
|
script:
|
75
97
|
- bundle exec rake test
|
76
98
|
cache:
|
77
|
-
key: "$CI_COMMIT_REF_SLUG 2-
|
99
|
+
key: "$CI_COMMIT_REF_SLUG 2-7-2"
|
78
100
|
paths:
|
79
101
|
- ./*
|
80
102
|
|
81
|
-
|
82
|
-
image: "ruby:
|
103
|
+
3-0-0-test:
|
104
|
+
image: "ruby:3.0.0"
|
83
105
|
stage: tests
|
84
106
|
allow_failure: true
|
85
107
|
extends: .test-template
|
86
108
|
script:
|
87
109
|
- bundle exec rake test
|
88
110
|
cache:
|
89
|
-
key: "$CI_COMMIT_REF_SLUG
|
111
|
+
key: "$CI_COMMIT_REF_SLUG 3-0-0"
|
90
112
|
paths:
|
91
113
|
- ./*
|
92
114
|
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,160 @@
|
|
1
|
+
# v1.12
|
2
|
+
|
3
|
+
## Release v1.12.4 - 2021/05/26
|
4
|
+
|
5
|
+
### Bug fix
|
6
|
+
|
7
|
+
* in_tail: Fix a bug that refresh_watcher fails to handle file rotations
|
8
|
+
|
9
|
+
## Release v1.12.3 - 2021/04/23
|
10
|
+
|
11
|
+
### Enhancement
|
12
|
+
|
13
|
+
* plugin_helper: Allow TLS to use keep-alive socket option
|
14
|
+
https://github.com/fluent/fluentd/pull/3308
|
15
|
+
|
16
|
+
### Bug fix
|
17
|
+
|
18
|
+
* parser_csv, parser_syslog: Fix a naming conflict on parser_type
|
19
|
+
https://github.com/fluent/fluentd/pull/3302
|
20
|
+
* in_tail: Fix incorrect error code & message on Windows
|
21
|
+
https://github.com/fluent/fluentd/pull/3325
|
22
|
+
https://github.com/fluent/fluentd/pull/3329
|
23
|
+
https://github.com/fluent/fluentd/pull/3331
|
24
|
+
https://github.com/fluent/fluentd/pull/3337
|
25
|
+
* in_tail: Fix a crash bug on catching a short-lived log
|
26
|
+
https://github.com/fluent/fluentd/pull/3328
|
27
|
+
* storage_local: Fix position file corruption issue on concurrent gracefulReloads
|
28
|
+
https://github.com/fluent/fluentd/pull/3335
|
29
|
+
* Fix incorrect warnings about ${chunk_id} with out_s3
|
30
|
+
https://github.com/fluent/fluentd/pull/3339
|
31
|
+
* TLS Server: Add peer information to error log message
|
32
|
+
https://github.com/fluent/fluentd/pull/3330
|
33
|
+
|
34
|
+
### Misc
|
35
|
+
|
36
|
+
* fluent-plugin-generate: add note about plugin name
|
37
|
+
https://github.com/fluent/fluentd/pull/3303
|
38
|
+
* fluent-plugin-generate: Use same depended gem version with fluentd
|
39
|
+
https://github.com/fluent/fluentd/pull/3305
|
40
|
+
* Fix some broken unit tests and improve CI's stability
|
41
|
+
https://github.com/fluent/fluentd/pull/3304
|
42
|
+
https://github.com/fluent/fluentd/pull/3307
|
43
|
+
https://github.com/fluent/fluentd/pull/3312
|
44
|
+
https://github.com/fluent/fluentd/pull/3313
|
45
|
+
https://github.com/fluent/fluentd/pull/3314
|
46
|
+
https://github.com/fluent/fluentd/pull/3316
|
47
|
+
https://github.com/fluent/fluentd/pull/3336
|
48
|
+
* Permit to install with win32-service 2.2.0 on Windows
|
49
|
+
https://github.com/fluent/fluentd/pull/3343
|
50
|
+
|
51
|
+
## Release v1.12.2 - 2021/03/29
|
52
|
+
|
53
|
+
### Enhancement
|
54
|
+
|
55
|
+
* out_copy: Add ignore_if_prev_successes
|
56
|
+
https://github.com/fluent/fluentd/pull/3190
|
57
|
+
https://github.com/fluent/fluentd/pull/3287
|
58
|
+
* Support multiple kind of timestamp format
|
59
|
+
https://github.com/fluent/fluentd/pull/3252
|
60
|
+
* formatter_ltsv: suppress delimiters in output
|
61
|
+
https://github.com/fluent/fluentd/pull/1666
|
62
|
+
https://github.com/fluent/fluentd/pull/3288
|
63
|
+
https://github.com/fluent/fluentd/pull/3289
|
64
|
+
|
65
|
+
### Bug fix
|
66
|
+
|
67
|
+
* in_tail: Expect ENOENT during stat
|
68
|
+
https://github.com/fluent/fluentd/pull/3275
|
69
|
+
* out_forward: Prevent transferring duplicate logs on restart
|
70
|
+
https://github.com/fluent/fluentd/pull/3267
|
71
|
+
https://github.com/fluent/fluentd/pull/3285
|
72
|
+
* in_tail: Handle to send rotated logs when mv is used for rotating
|
73
|
+
https://github.com/fluent/fluentd/pull/3294
|
74
|
+
* fluent-plugin-config-format: Fill an uninitialized instance variable
|
75
|
+
https://github.com/fluent/fluentd/pull/3297
|
76
|
+
* Fix MessagePackEventStream issue with Enumerable methods
|
77
|
+
https://github.com/fluent/fluentd/pull/2116
|
78
|
+
|
79
|
+
### Misc
|
80
|
+
|
81
|
+
* Add webrick to support Ruby 3.0
|
82
|
+
https://github.com/fluent/fluentd/pull/3257
|
83
|
+
* Suggest Discource instead of Google Groups
|
84
|
+
https://github.com/fluent/fluentd/pull/3261
|
85
|
+
* Update MAINTAINERS.md
|
86
|
+
https://github.com/fluent/fluentd/pull/3282
|
87
|
+
* Introduce DeepSource to check code quality
|
88
|
+
https://github.com/fluent/fluentd/pull/3286
|
89
|
+
https://github.com/fluent/fluentd/pull/3259
|
90
|
+
https://github.com/fluent/fluentd/pull/3291
|
91
|
+
* Migrate to GitHub Actions and stabilize tests
|
92
|
+
https://github.com/fluent/fluentd/pull/3266
|
93
|
+
https://github.com/fluent/fluentd/pull/3268
|
94
|
+
https://github.com/fluent/fluentd/pull/3281
|
95
|
+
https://github.com/fluent/fluentd/pull/3283
|
96
|
+
https://github.com/fluent/fluentd/pull/3290
|
97
|
+
|
98
|
+
## Release v1.12.1 - 2021/02/18
|
99
|
+
|
100
|
+
### Enhancement
|
101
|
+
|
102
|
+
* out_http: Add `headers_from_placeholders` parameter
|
103
|
+
https://github.com/fluent/fluentd/pull/3241
|
104
|
+
* fluent-plugin-config-format: Add `--table` option to use markdown table
|
105
|
+
https://github.com/fluent/fluentd/pull/3240
|
106
|
+
* Add `--disable-shared-socket`/`disable_shared_socket` to disable ServerEngine's shared socket setup
|
107
|
+
https://github.com/fluent/fluentd/pull/3250
|
108
|
+
|
109
|
+
### Bug fix
|
110
|
+
|
111
|
+
* ca_generate: Fix creating TLS certification files which include broken extensions
|
112
|
+
https://github.com/fluent/fluentd/pull/3246
|
113
|
+
* test: Drop TLS 1.1 tests
|
114
|
+
https://github.com/fluent/fluentd/pull/3256
|
115
|
+
* Remove old gem constraints to support Ruby 3
|
116
|
+
|
117
|
+
### Misc
|
118
|
+
|
119
|
+
* Use GitHub Actions
|
120
|
+
https://github.com/fluent/fluentd/pull/3233
|
121
|
+
https://github.com/fluent/fluentd/pull/3255
|
122
|
+
|
123
|
+
## Release v1.12.0 - 2021/01/05
|
124
|
+
|
125
|
+
### New feature
|
126
|
+
|
127
|
+
* in_tail: Add `follow_inode` to support log rotation with wild card
|
128
|
+
https://github.com/fluent/fluentd/pull/2992
|
129
|
+
* in_tail: Handle linux capability
|
130
|
+
https://github.com/fluent/fluentd/pull/3155
|
131
|
+
https://github.com/fluent/fluentd/pull/3162
|
132
|
+
* windows: Add win32 events alternative to unix signals
|
133
|
+
https://github.com/fluent/fluentd/pull/3131
|
134
|
+
|
135
|
+
### Enhancement
|
136
|
+
|
137
|
+
* buffer: Enable metadata comparison optimization on all platforms
|
138
|
+
https://github.com/fluent/fluentd/pull/3095
|
139
|
+
* fluent-plugin-config-formatter: Handle `service_discovery` type
|
140
|
+
https://github.com/fluent/fluentd/pull/3178
|
141
|
+
* in_http: Add `add_query_params` parameter to add query params to event record
|
142
|
+
https://github.com/fluent/fluentd/pull/3197
|
143
|
+
* inject: Support `unixtime_micros` and `unixtime_nanos` in `time_type`
|
144
|
+
https://github.com/fluent/fluentd/pull/3220
|
145
|
+
* Refactoring code
|
146
|
+
https://github.com/fluent/fluentd/pull/3167
|
147
|
+
https://github.com/fluent/fluentd/pull/3170
|
148
|
+
https://github.com/fluent/fluentd/pull/3180
|
149
|
+
https://github.com/fluent/fluentd/pull/3196
|
150
|
+
https://github.com/fluent/fluentd/pull/3213
|
151
|
+
https://github.com/fluent/fluentd/pull/3222
|
152
|
+
|
153
|
+
### Bug fix
|
154
|
+
|
155
|
+
* output: Prevent retry.step from being called too many times in a short time
|
156
|
+
https://github.com/fluent/fluentd/pull/3203
|
157
|
+
|
1
158
|
# v1.11
|
2
159
|
|
3
160
|
## Release v1.11.5 - 2020/11/06
|
@@ -8,6 +165,7 @@
|
|
8
165
|
https://github.com/fluent/fluentd/pull/3152
|
9
166
|
* out_http: adding support for intermediate certificates
|
10
167
|
https://github.com/fluent/fluentd/pull/3146
|
168
|
+
* Update serverengine dependency to 2.2.2 or later
|
11
169
|
|
12
170
|
### Bug fix
|
13
171
|
|