splitclient-rb 7.0.1.pre.rc7 → 7.0.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 -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: 137104550cbb9344b3be4d2ea12e2e7f00ab60858c08c94ea9b93a7d85b75699
|
4
|
+
data.tar.gz: bbf78a7b1089606853fea580c149bed1537667211bd245bbae7c47b4466a22f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cee4950550972efe3986bb35fc8ccdd7f81e091201194b75a3af7695e0aae32c107478c52931a9da987c79a0d3fe6bd478e2f3c45f515a34fb595c62c09f324a
|
7
|
+
data.tar.gz: 23be54b2c5accd1c98fc216f7533e343091ade0bc3909403624587105bbc826b0fb8e722425ad1ac820a2c339cf5af80fc696b6b475e20bfa5e8c94fba5fffd2
|
data/CHANGES.txt
CHANGED
@@ -1,10 +1,12 @@
|
|
1
1
|
7.0.1 (Oct 31, 2019)
|
2
2
|
- Updated localhost mode so that parsing of test files results in JSON data for splits analogous to that returned by the Split backend.
|
3
|
-
-
|
3
|
+
- Updated localhost mode to parse the mock data into Split objects to keep differences in operation to a minimum.
|
4
4
|
- Removed specific spare code dealing with localhost operations.
|
5
5
|
- Removed the disable_impressions configuration param.
|
6
6
|
- Fixed an issue about Event properties were not sent to be.
|
7
7
|
- Added ip_addresses_enabled to enable/disable sending MachineName and MachineIP headers when data is posted to Split Servers.
|
8
|
+
- Fixed an issue about attributes in matchers.
|
9
|
+
- Fixed an issue about trying to access a nil property when sending telemetry metrics.
|
8
10
|
|
9
11
|
7.0.0 (Aug 23, 2019)
|
10
12
|
- 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.
|
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.1
|
4
|
+
version: 7.0.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: 2019-11-
|
11
|
+
date: 2019-11-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: allocation_stats
|
@@ -406,9 +406,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
406
406
|
version: '0'
|
407
407
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
408
408
|
requirements:
|
409
|
-
- - "
|
409
|
+
- - ">="
|
410
410
|
- !ruby/object:Gem::Version
|
411
|
-
version:
|
411
|
+
version: '0'
|
412
412
|
requirements: []
|
413
413
|
rubygems_version: 3.0.6
|
414
414
|
signing_key:
|