splitclient-rb 7.3.1.pre.rc1 → 7.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGES.txt +3 -0
- data/lib/splitclient-rb/engine/synchronizer.rb +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: 1496f417315a67f253a7b55941391d1cefeeaf86053235d0aa6cf87498931f53
|
4
|
+
data.tar.gz: 0c480e2cccf6b73848b9cbf5e4fd8f65e86d13af02aa25e2e4b650d799dfb333
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4a4a4bc7e30a983bafb9afc2917ebab308895e1e4eef13a6622984f6030eebbbe1ed8b5392e6dc59c9f33e09ba854717c10475426ecd824c585f822b1b70db18
|
7
|
+
data.tar.gz: 67d9fbe138742196b1f731b2bd5902d775ec8f5a149818918aed7c2280065637567a217e25f9712f65d0b510ca6ed807c25c3821f4e0912c0aefc04c979f66a7
|
data/CHANGES.txt
CHANGED
@@ -1,5 +1,8 @@
|
|
1
1
|
CHANGES
|
2
2
|
|
3
|
+
7.3.1 (Jul 26, 2021)
|
4
|
+
- Updated the synchronization flow to be more reliable in the event of an edge case generating delay in cache purge propagation, keeping the SDK cache properly synced.
|
5
|
+
|
3
6
|
7.3.0 (Jul 12, 2021)
|
4
7
|
- Updated SDK telemetry storage, metrics and updater to be more effective and send less often.
|
5
8
|
- Fixed high cpu usage when api key is wrong.
|
@@ -82,7 +82,7 @@ module SplitIoClient
|
|
82
82
|
nil,
|
83
83
|
true)
|
84
84
|
|
85
|
-
attempts =
|
85
|
+
attempts = ON_DEMAND_FETCH_BACKOFF_MAX_RETRIES - result[:remaining_attempts]
|
86
86
|
|
87
87
|
if result[:success]
|
88
88
|
@segment_fetcher.fetch_segments_if_not_exists(result[:segment_names], true) unless result[:segment_names].empty?
|
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.1
|
4
|
+
version: 7.3.1
|
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-07-
|
11
|
+
date: 2021-07-26 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:
|