splitclient-rb 7.3.2.pre.rc4 → 7.3.2.pre.rc5

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: 4a2640f14867be8d6432e83742058b39de54c7f36ba011a17ef352d88182e8be
4
- data.tar.gz: 701172d3c5b2932d09433efcbb57aea010e7009a446e186200fcbbadf361ef0e
3
+ metadata.gz: 3f59b5e846fb552dd3c8539c57b9584a57d42defa8d070d0412d8940d93dd1f9
4
+ data.tar.gz: 306cddd0fe1e936fcb5e5c84ee40387e02d345f505bfd781290b6960b12cb5cd
5
5
  SHA512:
6
- metadata.gz: adda9820881c589ee778a32f2cc22d5a71e01404c5fc7421cb91702fc97badc5257725726fcdc30ea2a8945109ddacbfc58043f1ade76dfbda952016a9aea3b4
7
- data.tar.gz: 59153cb77c86300a8faafc91952df3fc5e956046352393169770d458154044b6d32e1c860f138e20951a6650f22773dd8d0f5ae1a031101000e01fa3e49d8679
6
+ metadata.gz: 2c143071980ba8e149e534e6c49b18b90636caa29ed1a7e45f5c54884404f07f95a2d4d505906429bff5a59836f76a6ebdf1887faa7fbcedffcb58216f9484cd
7
+ data.tar.gz: 7fda481f2d66727baca7905e94508b191b1e01cb379d369067859b248b5754899b58bd7cf9067d6dde1312cc55b7c6254491a346fdef14169423310c359e8d40
data/CHANGES.txt CHANGED
@@ -1,5 +1,9 @@
1
1
  CHANGES
2
2
 
3
+ 7.3.2 (Dec 3, 2021)
4
+ - Updated the readiness flow to be more consistent with the other sdks and improve the readiness time.
5
+ - Updated the name of telemety key latencies in Redis.
6
+
3
7
  7.3.1 (Jul 26, 2021)
4
8
  - Updated the synchronization flow to be more reliable in the event of an edge case generating delay in cache purge propagation, keeping the SDK cache properly synced.
5
9
 
@@ -33,8 +33,8 @@ module SplitIoClient
33
33
 
34
34
  TREATMENT = 'treatment'
35
35
  TREATMENTS = 'treatments'
36
- TREATMENT_WITH_CONFIG = 'treatment_with_config'
37
- TREATMENTS_WITH_CONFIG = 'treatments_with_config'
36
+ TREATMENT_WITH_CONFIG = 'treatmentWithConfig'
37
+ TREATMENTS_WITH_CONFIG = 'treatmentsWithConfig'
38
38
  TRACK = 'track'
39
39
  end
40
40
  end
@@ -14,14 +14,14 @@ module SplitIoClient
14
14
 
15
15
  def record_latency(method, bucket)
16
16
  @adapter.hincrby(latency_key, "#{@sdk_version}/#{@name}/#{@ip}/#{method}/#{bucket}", 1)
17
- rescue StandardError => error
18
- @config.log_found_exception(__method__.to_s, error)
17
+ rescue StandardError => e
18
+ @config.log_found_exception(__method__.to_s, e)
19
19
  end
20
20
 
21
21
  def record_exception(method)
22
22
  @adapter.hincrby(exception_key, "#{@sdk_version}/#{@name}/#{@ip}/#{method}", 1)
23
- rescue StandardError => error
24
- @config.log_found_exception(__method__.to_s, error)
23
+ rescue StandardError => e
24
+ @config.log_found_exception(__method__.to_s, e)
25
25
  end
26
26
 
27
27
  private
@@ -1,3 +1,3 @@
1
1
  module SplitIoClient
2
- VERSION = '7.3.2.pre.rc4'
2
+ VERSION = '7.3.2.pre.rc5'
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: 7.3.2.pre.rc4
4
+ version: 7.3.2.pre.rc5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Split Software
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-25 00:00:00.000000000 Z
11
+ date: 2021-12-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: allocation_stats