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 +4 -4
- data/CHANGES.txt +7 -0
- data/NEWS +4 -0
- data/lib/splitclient-rb/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c8933b737cd317c3463b372763d29e95a42ff39d
|
|
4
|
+
data.tar.gz: 41b8957cf403573c1312ad77793e41d4bd0d014e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
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
|
|
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-
|
|
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:
|
|
362
|
+
version: '0'
|
|
363
363
|
requirements: []
|
|
364
364
|
rubyforge_project:
|
|
365
365
|
rubygems_version: 2.6.8
|