fluentd-json-size-limit 0.2.0 → 0.2.1
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 +1 -1
- data/fluentd-json-size-limit.gemspec +0 -1
- data/lib/fluent/plugin/json_size_limit/version.rb +1 -1
- metadata +1 -21
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e658bdb88b970c255757a8fa0895f0b94f27993ebe01f82e4c1d549b458c233b
|
|
4
|
+
data.tar.gz: 423268e54724a86c201ce128214c2230ed56343fd64e7910906536d4c36b60b7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cb034986c3c7c434d2939264b00b3378dd51b4b68ede310b7df92aec498344565d43f0e153c3a1a8dbede167b80077038feb8ca5986f6f2e581198d10900ca55
|
|
7
|
+
data.tar.gz: 5057e9905569638a55adf65f5dd9c91399689e13384b152724600d68dd0781f96151d8949216ec6d07839b13f40624b1d72e2f7bdf5de17fc6e6eabc979a0939
|
data/CHANGELOG.md
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
- Remove the obsolete attempt-count configuration; reduction is now deterministic.
|
|
12
12
|
- Declare Ruby 3.3+ and Fluentd 1.16.11+ support.
|
|
13
13
|
- Use Ruby 4.0.6 and Fluentd 1.19.3 for development and release validation.
|
|
14
|
-
-
|
|
14
|
+
- Use the JSON implementation bundled with supported Ruby versions without forcing native extension installation.
|
|
15
15
|
- Add expanded unit, integration, property, packaging, lint, and benchmark coverage.
|
|
16
16
|
- Split filter orchestration, processing, measurement, reduction, safety,
|
|
17
17
|
configuration, telemetry, logging, and errors into focused components.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluentd-json-size-limit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- CreatorIQ
|
|
@@ -149,26 +149,6 @@ dependencies:
|
|
|
149
149
|
- - "<"
|
|
150
150
|
- !ruby/object:Gem::Version
|
|
151
151
|
version: '2'
|
|
152
|
-
- !ruby/object:Gem::Dependency
|
|
153
|
-
name: json
|
|
154
|
-
requirement: !ruby/object:Gem::Requirement
|
|
155
|
-
requirements:
|
|
156
|
-
- - ">="
|
|
157
|
-
- !ruby/object:Gem::Version
|
|
158
|
-
version: 2.19.2
|
|
159
|
-
- - "<"
|
|
160
|
-
- !ruby/object:Gem::Version
|
|
161
|
-
version: '3'
|
|
162
|
-
type: :runtime
|
|
163
|
-
prerelease: false
|
|
164
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
165
|
-
requirements:
|
|
166
|
-
- - ">="
|
|
167
|
-
- !ruby/object:Gem::Version
|
|
168
|
-
version: 2.19.2
|
|
169
|
-
- - "<"
|
|
170
|
-
- !ruby/object:Gem::Version
|
|
171
|
-
version: '3'
|
|
172
152
|
description: Reduces oversized Fluentd JSON records by safely and proportionally truncating
|
|
173
153
|
nested string values.
|
|
174
154
|
email:
|