fluentd 1.7.0.rc1 → 1.7.0
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 +4 -4
- data/CHANGELOG.md +58 -0
- data/lib/fluent/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aa26c04f10203245130ee2457e56f1ea064df188d91c3610aa338f5f66273663
|
|
4
|
+
data.tar.gz: 48031fcf5dc26c8d1e3a6f6fc4a5f629451c6dc9a06c4a95043c3ba56da031b1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ac003c0a88bfd623a9e1caf2989db9e45b38841827dc312e4e266ff38cc1ac25001a58fda0fc5b7eebb9b4efa4bfc9cbf0266ad36314aa5ed518303040e09727
|
|
7
|
+
data.tar.gz: b84fb3fe1b06ee99fcdad4cbc37d897b507b5b916d5ad8b539863827e6d1875ca6c026ae54b6b05898750e84357db51583e59872ee76bc814e3bc7e29e2e3fc2
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,61 @@
|
|
|
1
|
+
# v1.7
|
|
2
|
+
|
|
3
|
+
## Release v1.7.0 - 2019/08/20
|
|
4
|
+
|
|
5
|
+
### New feature
|
|
6
|
+
|
|
7
|
+
* buffer: Add file_single buffer
|
|
8
|
+
https://github.com/fluent/fluentd/pull/2479
|
|
9
|
+
|
|
10
|
+
### Enhancement
|
|
11
|
+
|
|
12
|
+
* buffer: Improve the performance of buffer routine
|
|
13
|
+
https://github.com/fluent/fluentd/pull/2560
|
|
14
|
+
https://github.com/fluent/fluentd/pull/2563
|
|
15
|
+
https://github.com/fluent/fluentd/pull/2564
|
|
16
|
+
* output: Use Mutext instead of Monitor
|
|
17
|
+
https://github.com/fluent/fluentd/pull/2561
|
|
18
|
+
* event: Add `OneEvent#empty?` method
|
|
19
|
+
https://github.com/fluent/fluentd/pull/2565
|
|
20
|
+
* thread: Set thread name for ruby 2.3 or later
|
|
21
|
+
https://github.com/fluent/fluentd/pull/2574
|
|
22
|
+
* core: Cache msgpack packer/unpacker to avoid the object allocation
|
|
23
|
+
https://github.com/fluent/fluentd/pull/2559
|
|
24
|
+
* time: Use faster way to get sec and nsec
|
|
25
|
+
https://github.com/fluent/fluentd/pull/2557
|
|
26
|
+
* buf_file: Reduce IO flush by removing `IO#truncate`
|
|
27
|
+
https://github.com/fluent/fluentd/pull/2551
|
|
28
|
+
* in_tcp: Improve the performance for multiple event case
|
|
29
|
+
https://github.com/fluent/fluentd/pull/2567
|
|
30
|
+
* in_syslog: support `source_hostname_key` and `source_address_key` for unmatched event
|
|
31
|
+
https://github.com/fluent/fluentd/pull/2553
|
|
32
|
+
* formatter_csv: Improve the format performance.
|
|
33
|
+
https://github.com/fluent/fluentd/pull/2529
|
|
34
|
+
* parser_csv: Add fast parser for typical cases
|
|
35
|
+
https://github.com/fluent/fluentd/pull/2535
|
|
36
|
+
* out_forward: Refactor code
|
|
37
|
+
https://github.com/fluent/fluentd/pull/2516
|
|
38
|
+
https://github.com/fluent/fluentd/pull/2532
|
|
39
|
+
|
|
40
|
+
### Bug fixes
|
|
41
|
+
|
|
42
|
+
* output: fix data lost on decompression
|
|
43
|
+
https://github.com/fluent/fluentd/pull/2547
|
|
44
|
+
* out_exec_filter: fix non-ascii encoding issue
|
|
45
|
+
https://github.com/fluent/fluentd/pull/2539
|
|
46
|
+
* in_tail: Don't call parser's configure twice
|
|
47
|
+
https://github.com/fluent/fluentd/pull/2569
|
|
48
|
+
* Fix unused message handling for <section> parameters
|
|
49
|
+
https://github.com/fluent/fluentd/pull/2578
|
|
50
|
+
* Fix comment/message typos
|
|
51
|
+
https://github.com/fluent/fluentd/pull/2549
|
|
52
|
+
https://github.com/fluent/fluentd/pull/2554
|
|
53
|
+
https://github.com/fluent/fluentd/pull/2556
|
|
54
|
+
https://github.com/fluent/fluentd/pull/2566
|
|
55
|
+
https://github.com/fluent/fluentd/pull/2573
|
|
56
|
+
https://github.com/fluent/fluentd/pull/2576
|
|
57
|
+
https://github.com/fluent/fluentd/pull/2583
|
|
58
|
+
|
|
1
59
|
# v1.6
|
|
2
60
|
|
|
3
61
|
## Release v1.6.3 - 2019/07/29
|
data/lib/fluent/version.rb
CHANGED
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.7.0
|
|
4
|
+
version: 1.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sadayuki Furuhashi
|
|
@@ -812,9 +812,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
812
812
|
version: '2.1'
|
|
813
813
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
814
814
|
requirements:
|
|
815
|
-
- - "
|
|
815
|
+
- - ">="
|
|
816
816
|
- !ruby/object:Gem::Version
|
|
817
|
-
version:
|
|
817
|
+
version: '0'
|
|
818
818
|
requirements: []
|
|
819
819
|
rubygems_version: 3.0.3
|
|
820
820
|
signing_key:
|