fluent-plugin-logzio 0.2.1 → 0.2.2.pre.test
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/README.md +6 -3
- data/fluent-plugin-logzio.gemspec +1 -1
- data/lib/fluent/plugin/out_logzio_buffered.rb +1 -0
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3b6bd09f5f18fef04ce24aa4c50e4e91f5c65c82ced4d474e19f7c7d45385f7a
|
|
4
|
+
data.tar.gz: 2c118f9d018f77ed8c422b8eeb91c918ab7de012148590642e291ed1a0f28884
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e4c30495d58731e9f06283ef83498f5b0c89b6cd98e68d18c59972ea3ac2a9d2705dd321b90d2034c6d1a2410052d8bdf9c102b9a1b7feb54e1078118c5e80d9
|
|
7
|
+
data.tar.gz: af315ac935bad7463f893ce362decaeff998919cf8659f266a698897df50e66cc81d0518bc397087993ca6b09bb360b7e70d8eaa7e26de8547e5f971d48ba324
|
data/README.md
CHANGED
|
@@ -82,16 +82,19 @@ This is an **example** only. Your needs in production may vary!
|
|
|
82
82
|
|
|
83
83
|
|
|
84
84
|
## Release Notes
|
|
85
|
+
- **0.2.2**:
|
|
86
|
+
- Bug fix - add require for prometheus client.
|
|
85
87
|
- **0.2.1**:
|
|
86
88
|
- Do not retry on 400 and 401. For 400 - try to fix log and resend.
|
|
87
89
|
- Generate a metric (`logzio_status_codes`) for response codes from Logz.io.
|
|
88
|
-
|
|
89
|
-
- **0.1.0**:
|
|
90
|
-
- Use fluentd's retry instead of retry in code (raise exception on non-2xx response).
|
|
90
|
+
|
|
91
91
|
|
|
92
92
|
<details>
|
|
93
93
|
<summary markdown="span"> Expand to check old versions </summary>
|
|
94
94
|
|
|
95
|
+
- **0.2.0**: N/A - version was yanked. Please refer to **0.2.1**.
|
|
96
|
+
- **0.1.0**:
|
|
97
|
+
- Use fluentd's retry instead of retry in code (raise exception on non-2xx response).
|
|
95
98
|
- 0.0.22: Update gem `net-http-persistent` to 4.x.
|
|
96
99
|
- 0.0.21: Update gem `net-http-persistent` to 3.x.
|
|
97
100
|
- 0.0.20: Support gzip compression
|
|
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |s|
|
|
6
6
|
s.name = 'fluent-plugin-logzio'
|
|
7
|
-
s.version = '0.2.
|
|
7
|
+
s.version = '0.2.2-test'
|
|
8
8
|
s.authors = ['Yury Kotov', 'Roi Rav-Hon', 'Arcadiy Ivanov', 'Miri Bar']
|
|
9
9
|
s.email = ['bairkan@gmail.com', 'roi@logz.io', 'arcadiy@ivanov.biz', 'miri.ignatiev@logz.io']
|
|
10
10
|
s.homepage = 'https://github.com/logzio/fluent-plugin-logzio'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-logzio
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2.pre.test
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yury Kotov
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2023-07-
|
|
14
|
+
date: 2023-07-16 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: net-http-persistent
|
|
@@ -156,9 +156,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
156
156
|
version: 2.1.0
|
|
157
157
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
158
158
|
requirements:
|
|
159
|
-
- - "
|
|
159
|
+
- - ">"
|
|
160
160
|
- !ruby/object:Gem::Version
|
|
161
|
-
version:
|
|
161
|
+
version: 1.3.1
|
|
162
162
|
requirements: []
|
|
163
163
|
rubygems_version: 3.0.3.1
|
|
164
164
|
signing_key:
|