splitclient-rb 7.0.0.pre.rc3 → 7.0.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 +8 -2
- 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: 13c9d6e5441382c090f658577eec8434780f09194158cdd08d594dc5f2dc964a
|
4
|
+
data.tar.gz: d90969f20c1ccc77cc764b157b11c989a1344905ebe5e38f8326fc94183fd1fc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4cd0e62cc7cf6ae15c0efd576af57836520f33c2ac7e3223c3670cf225f1d68d82470a3e995ab06c292382ad2c2eb9c1a0f3d7eb32f168bb02b8340d3e961940
|
7
|
+
data.tar.gz: 53819ca8d4a0a62ad5a6b21fbe7c2eb5a6faed6aecad51b8536749ff1bd25fc5302964804988456600e16c797f7be43242c6d4cd7b255c804676017d42e7e18a
|
data/CHANGES.txt
CHANGED
@@ -1,8 +1,14 @@
|
|
1
|
-
7.0.0 (Aug
|
1
|
+
7.0.0 (Aug 23, 2019)
|
2
|
+
- BREAKING CHANGE: block_until_ready is now a method in both split_client and split_manager that needs to be explicitly called. The block_until_ready parameter is now ignored if passed in the configuration, and defaults to 15s unless passed as a parameter of the block_until_ready method.
|
3
|
+
- Added warning to track calls when traffic type does not belong to an existing split (only issued in the online client and when SDK is ready).
|
4
|
+
- Added warning to the get_treatment's method family when split does not exist in the current environment (only issued by online client and when SDK is ready).
|
5
|
+
- Added warning to the split_manager's split method when split does not exist in the current environment (only issued by online client and when SDK is ready).
|
6
|
+
- Added ability to create multiple split_factory instances. Added factory counts and warnings.
|
7
|
+
- Added SDK not ready impressions label.
|
2
8
|
- Changed the splits method implementation in the splits_repository to make use of get_splits, which outperforms the current implementation.
|
3
9
|
|
4
10
|
6.4.1 (Jul 26, 2019)
|
5
|
-
- Fixed an issue in the latency metrics format preventing the synchronizer from correctly picking them up (consumer mode only). Old keys will be deleted on SDK startup.
|
11
|
+
- Fixed an issue in the latency metrics format preventing the synchronizer from correctly picking them up (consumer mode only). Old keys will be deleted on SDK startup.
|
6
12
|
|
7
13
|
6.4.0 (Jul 05, 2019)
|
8
14
|
- Added properties to track method.
|
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.0.0
|
4
|
+
version: 7.0.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: 2019-08-
|
11
|
+
date: 2019-08-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: allocation_stats
|
@@ -405,9 +405,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
405
405
|
version: '0'
|
406
406
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
407
407
|
requirements:
|
408
|
-
- - "
|
408
|
+
- - ">="
|
409
409
|
- !ruby/object:Gem::Version
|
410
|
-
version:
|
410
|
+
version: '0'
|
411
411
|
requirements: []
|
412
412
|
rubygems_version: 3.0.3
|
413
413
|
signing_key:
|