splitclient-rb 7.3.0.pre.rc3 → 7.3.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/CHANGES.txt +4 -0
- data/LICENSE +1 -1
- data/README.md +1 -1
- data/lib/splitclient-rb/version.rb +1 -1
- 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: cf1cbb00018b7c3ea1bd9a1ac48076b764b52efa752133d989710bc1d70a97a7
|
|
4
|
+
data.tar.gz: 00c30f557c6beafea726021fc1a191c66cc9af8c1bdd4258afd06d636a6305c1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 385d7baa71c33a01e6bf877bcb400f63cc0481d49841e7861b7ced80b72f817918e776e656f7295f1e4c0c75a0875d65b08de20f018d81bbc50dd6fdf7e43771
|
|
7
|
+
data.tar.gz: f3d13b7eab32c3352b02ecfaf91da3b23acf168990e20f8a58c2c3753b2a55acce4061ae97c4eb7511c3262e65ab311ac75066f4b1438f68f086f7c5fe41fee7
|
data/CHANGES.txt
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
CHANGES
|
|
2
2
|
|
|
3
|
+
7.3.0 (Jul 12, 2021)
|
|
4
|
+
- Updated SDK telemetry storage, metrics and updater to be more effective and send less often.
|
|
5
|
+
- Fixed high cpu usage when api key is wrong.
|
|
6
|
+
|
|
3
7
|
7.2.3 (Feb 24, 2021)
|
|
4
8
|
- Fixed missing segment fetch after an SPLIT_UPDATE.
|
|
5
9
|
- Updated streaming logic to support multiregion.
|
data/LICENSE
CHANGED
data/README.md
CHANGED
|
@@ -63,7 +63,7 @@ Split has built and maintains SDKs for:
|
|
|
63
63
|
* Java [Github](https://github.com/splitio/java-client) [Docs](https://help.split.io/hc/en-us/articles/360020405151-Java-SDK)
|
|
64
64
|
* Javascript [Github](https://github.com/splitio/javascript-client) [Docs](https://help.split.io/hc/en-us/articles/360020448791-JavaScript-SDK)
|
|
65
65
|
* Node [Github](https://github.com/splitio/javascript-client) [Docs](https://help.split.io/hc/en-us/articles/360020564931-Node-js-SDK)
|
|
66
|
-
* .NET [Github](https://github.com/splitio
|
|
66
|
+
* .NET [Github](https://github.com/splitio/dotnet-client) [Docs](https://help.split.io/hc/en-us/articles/360020240172--NET-SDK)
|
|
67
67
|
* Ruby [Github](https://github.com/splitio/ruby-client) [Docs](https://help.split.io/hc/en-us/articles/360020673251-Ruby-SDK)
|
|
68
68
|
* PHP [Github](https://github.com/splitio/php-client) [Docs](https://help.split.io/hc/en-us/articles/360020350372-PHP-SDK)
|
|
69
69
|
* Python [Github](https://github.com/splitio/python-client) [Docs](https://help.split.io/hc/en-us/articles/360020359652-Python-SDK)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: splitclient-rb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 7.3.0
|
|
4
|
+
version: 7.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Split Software
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-07-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: allocation_stats
|
|
@@ -470,9 +470,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
470
470
|
version: '0'
|
|
471
471
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
472
472
|
requirements:
|
|
473
|
-
- - "
|
|
473
|
+
- - ">="
|
|
474
474
|
- !ruby/object:Gem::Version
|
|
475
|
-
version:
|
|
475
|
+
version: '0'
|
|
476
476
|
requirements: []
|
|
477
477
|
rubygems_version: 3.0.6
|
|
478
478
|
signing_key:
|