splitclient-rb 6.1.0.pre.rc2 → 6.1.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 +10 -0
- data/NEWS +6 -0
- 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: 799cb7cc072735ec1d38ee26e6adb11abaf3d96a6d1981f97785735c417c5ddd
|
|
4
|
+
data.tar.gz: 59b4b04bab3ad6a63f9a6e135b52cba1af49364b2cb753481d9bad2ae9be9a96
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 52fb852bf94f6a7ec54881742e1648a85f89d66dd2ef74a5dedb98d60d4c736cd85f99a1b61043371bdff73ad038ac1baae196c681f01049153f5f75b48f2247
|
|
7
|
+
data.tar.gz: b49c0c82fc6beef2c6d1eb26847c35c37807dd2ed15e76a0daf20b951815b1820f8ce30ad23410415ad9088b8df1cdf86aadccebd83ec59f57f50f77dd5fac94
|
data/CHANGES.txt
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
6.1.0 (Feb 8th, 2019)
|
|
2
|
+
- Review input validation for client API methods. Better control and logging over nil, empty, numeric, and NaN parameters
|
|
3
|
+
- Added logging when block_until_ready is not set or api key is not provided
|
|
4
|
+
- Reviewed client API methods to log an error and return nil / empty when called after client was destroyed
|
|
5
|
+
- Update track regex and fix an error causing a partial match to pass as a valid event_type
|
|
6
|
+
- Add logging to #match? in matcher subclasses
|
|
7
|
+
- Fix simplecov configuration issue causing errors in coverage calculation
|
|
8
|
+
- Improve code coverage and decrease rubocop violation count
|
|
9
|
+
- Fix for issue causing redis_url parameter to be ignored and Redis to always default to REDIS_ENV environment variable
|
|
10
|
+
|
|
1
11
|
6.0.1 (Jan 7th, 2019)
|
|
2
12
|
- Fix an issue in events and impressions API calls log messages caused by a wrong variable name introduced in 6.0.0
|
|
3
13
|
|
data/NEWS
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
6.1.0
|
|
2
|
+
|
|
3
|
+
Review input validation for client API methods: get_treatment, get_treatments, track, manager. Add input validation to block_until_ready, client startup, and destroy
|
|
4
|
+
Add additional logging to the SDK Client in order to help debug matcher related issues
|
|
5
|
+
Fix for issue causing redis_url parameter to be ignored
|
|
6
|
+
|
|
1
7
|
6.0.1
|
|
2
8
|
|
|
3
9
|
Fix an issue in events and impressions API calls log messages introduced in 6.0.0
|
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: 6.1.0
|
|
4
|
+
version: 6.1.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-
|
|
11
|
+
date: 2019-02-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: allocation_stats
|
|
@@ -385,9 +385,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
385
385
|
version: '0'
|
|
386
386
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
387
387
|
requirements:
|
|
388
|
-
- - "
|
|
388
|
+
- - ">="
|
|
389
389
|
- !ruby/object:Gem::Version
|
|
390
|
-
version:
|
|
390
|
+
version: '0'
|
|
391
391
|
requirements: []
|
|
392
392
|
rubyforge_project:
|
|
393
393
|
rubygems_version: 2.7.6
|