splitclient-rb 7.0.0.pre.rc3 → 7.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 00c4c8e3812f68a66b533785b518bf338f931786045981235cc48662da408745
4
- data.tar.gz: 587bc9efc9fe405d1f494d40e35d6273a33299d6947be7f5a2954652d39fa8a8
3
+ metadata.gz: 13c9d6e5441382c090f658577eec8434780f09194158cdd08d594dc5f2dc964a
4
+ data.tar.gz: d90969f20c1ccc77cc764b157b11c989a1344905ebe5e38f8326fc94183fd1fc
5
5
  SHA512:
6
- metadata.gz: a58f417aa40807971c558c6b722d2d6dabe069f350995cd611a0a657a6e5dd310ee8b62f7caa2a7bb4c97ef311b69502f79b444324040b08dc0ab97fe0680f4a
7
- data.tar.gz: b885783cb5e20fa8c46a06e510ab9902f6ba4bf91e2102c9c2b00014e9a16445c8d993446f1e1b039592dedcd91f91e94c9b94680620018c67f99e03f3262726
6
+ metadata.gz: 4cd0e62cc7cf6ae15c0efd576af57836520f33c2ac7e3223c3670cf225f1d68d82470a3e995ab06c292382ad2c2eb9c1a0f3d7eb32f168bb02b8340d3e961940
7
+ data.tar.gz: 53819ca8d4a0a62ad5a6b21fbe7c2eb5a6faed6aecad51b8536749ff1bd25fc5302964804988456600e16c797f7be43242c6d4cd7b255c804676017d42e7e18a
data/CHANGES.txt CHANGED
@@ -1,8 +1,14 @@
1
- 7.0.0 (Aug 21, 2019)
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.
@@ -1,3 +1,3 @@
1
1
  module SplitIoClient
2
- VERSION = '7.0.0.pre.rc3'
2
+ VERSION = '7.0.0'
3
3
  end
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.pre.rc3
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-21 00:00:00.000000000 Z
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: 1.3.1
410
+ version: '0'
411
411
  requirements: []
412
412
  rubygems_version: 3.0.3
413
413
  signing_key: