splitclient-rb 6.1.0.pre.rc2 → 6.1.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: 4cb6117c9b1e8e8c31b3d34406e7c922b63fe38e666363dbb2a79fb4210cfd5a
4
- data.tar.gz: 20a001a46788eab5b77a4a8f0a797f9c6df0be82da231a22b9e9f9e4148e6c6c
3
+ metadata.gz: 799cb7cc072735ec1d38ee26e6adb11abaf3d96a6d1981f97785735c417c5ddd
4
+ data.tar.gz: 59b4b04bab3ad6a63f9a6e135b52cba1af49364b2cb753481d9bad2ae9be9a96
5
5
  SHA512:
6
- metadata.gz: 73afe531d6a4472ed3129e1861584c0ad43594872d4409d0a9f92449f90e3cfe45ad8ae3dfbb7755b0a38bfc61f2408621df0a92c0dc66a148e4aa3328973ab1
7
- data.tar.gz: f6e3fed541c289e6e642372875ca7499d8701c976a6a160a985cd09c64f350cf14fe96ac97865f637f77fe622c5030fad31239eafce69fd181583037426b11d3
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
@@ -1,3 +1,3 @@
1
1
  module SplitIoClient
2
- VERSION = '6.1.0.pre.rc2'
2
+ VERSION = '6.1.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: 6.1.0.pre.rc2
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-01-31 00:00:00.000000000 Z
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: 1.3.1
390
+ version: '0'
391
391
  requirements: []
392
392
  rubyforge_project:
393
393
  rubygems_version: 2.7.6