splitclient-rb 5.1.1.pre.rc2 → 5.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7af2af66ab7801bce7102e1f832db70cf09495c3
4
- data.tar.gz: 2051f18dc7a0415032ac965c1b51a11a04a84367
3
+ metadata.gz: c8933b737cd317c3463b372763d29e95a42ff39d
4
+ data.tar.gz: 41b8957cf403573c1312ad77793e41d4bd0d014e
5
5
  SHA512:
6
- metadata.gz: 138c5ab8a5c228d890ce154d435e77fb4986c7f1945a93a59cee066222819ca9ed52ff8b6e036ab86ac6becc49970b796eb126933cd229d4717898f81f48c2ed
7
- data.tar.gz: c33b2d24490c4d550a2755a63a817e08d4d11785b121068b31bf9c5a2071f7005c859d72e7ce5dbaf257cf08943f77b3a417696d27b2d96f62c9cc92af41d00e
6
+ metadata.gz: 27d8c6d13283b9c62eb13697d0bd9cc75368489377175aa5af16d62cd072b2420405f17ce0f3fb8564d5d530a6d8e113a35555a503fe05614233d3bc8ce29a03
7
+ data.tar.gz: c4b3d9a7fdf881cb51e19139fff2aee95a80d656a866a9cab11124121b8b17ea2e68200af570ee5e9f25feb4b51db90065aef948a45e2ff75fa8fbef8d9a3fef
data/CHANGES.txt CHANGED
@@ -1,3 +1,10 @@
1
+ 5.1.1 (October 4th, 2018)
2
+ - Change get_treatments so that it sends a single latency metric
3
+ - Removed unused call to Redis#scan when adding latencies
4
+ - Removed Redis calls on initialization when SDK is set to consumer mode
5
+ - Change split_config approach so that every property has an accessor
6
+ - Removed @config parameter on most initializers
7
+
1
8
  5.1.0 (September 10th, 2018)
2
9
  - Change `get_api` to return only a Faraday response.
3
10
  - Add `SplitLogger` to clean up logging code and reduce the complexity in several methods.
data/NEWS CHANGED
@@ -1,3 +1,7 @@
1
+ 5.1.1
2
+
3
+ Reduces the number of calls to Redis when calling #client.get_treatments using such cache adapter.
4
+
1
5
  5.1.0
2
6
 
3
7
  Prevent unhandled exceptions from raising when API get calls fail on Segments and Treatments.
@@ -1,3 +1,3 @@
1
1
  module SplitIoClient
2
- VERSION = '5.1.1.pre.rc2'
2
+ VERSION = '5.1.1'
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: 5.1.1.pre.rc2
4
+ version: 5.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Split Software
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-10-03 00:00:00.000000000 Z
11
+ date: 2018-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: allocation_stats
@@ -357,9 +357,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
357
357
  version: '0'
358
358
  required_rubygems_version: !ruby/object:Gem::Requirement
359
359
  requirements:
360
- - - ">"
360
+ - - ">="
361
361
  - !ruby/object:Gem::Version
362
- version: 1.3.1
362
+ version: '0'
363
363
  requirements: []
364
364
  rubyforge_project:
365
365
  rubygems_version: 2.6.8