splitclient-rb 5.1.0.pre.rc1 → 5.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
  SHA1:
3
- metadata.gz: 80f30d6a7f44592ec0287f4a681bca4adfecebf8
4
- data.tar.gz: ffcc52f0f7bf7ad5a6f5c49fb7e07c15756828da
3
+ metadata.gz: 65f8f1fc2b395217192276c37c33ffe46385c426
4
+ data.tar.gz: 1c6ab963759d9dfba5a4390cb37fd22aecd5e82b
5
5
  SHA512:
6
- metadata.gz: ecf3cf2bef2ec19279003d6c264725ebc69c4891f326a8c9a98fbd66a7c70b368117d0e959785ef6d4cb5e20b0cd059c32b4ca3d8bdd7e92993f135caa7f0dfe
7
- data.tar.gz: 9cae343ba91c2733b3f190f159ec23d9ca86b91e86f9414bd6062a05499761fa3f458ae37e5109a465422fbb8cef022873729efa58dd6b9c6422f4af4c6c4154
6
+ metadata.gz: 9c96b44c41046ada5f90fdb556e9d29af32ae22fda79649aff1fa415260a1fad655625d7d046a65de19d5a1da712fb505c4c0d8322087c00a8fa53334afe3918
7
+ data.tar.gz: f64066085181b67f2c4efe20fd348b7629795e8607aec3672e8182d2ed9c229857fa654e1d2e57f573f2b8a1e9968a94e915065a9b0d10f842b7550dfda94c62
data/CHANGES.txt CHANGED
@@ -1,3 +1,7 @@
1
+ 5.1.0 (September 10th, 2018)
2
+ - Change `get_api` to return only a Faraday response.
3
+ - Add `SplitLogger` to clean up logging code and reduce the complexity in several methods.
4
+
1
5
  5.0.3 (August 13th, 2018)
2
6
  - Add `impressions_bulk_size` option to set the max number of impressions to be sent to the Split backend on each post.
3
7
 
@@ -8,7 +12,7 @@
8
12
  - Adds stop! method to the factory for gracefully stopping the SDK.
9
13
 
10
14
  5.0.0 (May 18th, 2018)
11
- - Fix bug where the sdk picked the wrong hashing algo. This is a breaking change.
15
+ - Fix bug where the sdk picked the wrong hashing algo. This is a breaking change.
12
16
 
13
17
  4.5.2 (May 16th, 2018)
14
18
  - do not return control when a split has custom attr and I don't pass attributes to get_treatment
data/NEWS CHANGED
@@ -1,3 +1,7 @@
1
+ 5.1.0
2
+
3
+ Prevent unhandled exceptions from raising when API get calls fail on Segments and Treatments.
4
+
1
5
  5.0.3
2
6
 
3
7
  Creates a new configuration parameter (impressions_bulk_size) to manage the max number of impressions sent to the Split backend on each post.
@@ -11,13 +15,13 @@ Prevents the impression thread from being started if a listener is not in place
11
15
 
12
16
  5.0.1
13
17
 
14
- Adding stop! method to the factory.
18
+ Adding stop! method to the factory.
15
19
  With this method the user will be able to stop the threads that queries the Split Service. This will be used in the before_fork configuration in Puma and Unicorn to stop the threads in the master process.
16
20
 
17
21
  5.0.0
18
22
 
19
23
  This is a breaking change in how users buckets are allocated.
20
- Ruby SDK was wrongly picking up the right buckets and defauled to
24
+ Ruby SDK was wrongly picking up the right buckets and defauled to
21
25
  use a "legacy hashing" instead of our moder murmur3 algo which is
22
26
  what other SDKs use. Please reach out to support@split.io for help
23
27
  on how to upgrade to this release.
@@ -1,3 +1,3 @@
1
1
  module SplitIoClient
2
- VERSION = '5.1.0.pre.rc1'
2
+ VERSION = '5.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: 5.1.0.pre.rc1
4
+ version: 5.1.0
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-09-07 00:00:00.000000000 Z
11
+ date: 2018-09-10 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