splitclient-rb 8.4.0.pre.rc1-java → 8.4.0.rc.1-java

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: 98279185097778722abd6407b484b1fee9d5188a
4
- data.tar.gz: c1575df629c1927f5b727145f5148eb7b49e5b0b
3
+ metadata.gz: 73e079065e870c6f14c7a92d91e7e2fe5a5c3be2
4
+ data.tar.gz: 563e6a64dac818c1a62d87a8b66e52dcd717245f
5
5
  SHA512:
6
- metadata.gz: cef1ca132d017b172905b27f904f502b83d5a15d079e0e7359e79f30e825237ada7c676c272ab626e976f8bb7048f3b8df744faed6008c413769d78daa0946c6
7
- data.tar.gz: ec1b3f6ae136c5069cd9c3a50d5c87895fa23ee57cba0381b601b83d827b0c1f08eee759f77a9cb79d6dafe6ed5f9a17708d61aa0880f4cbe70c7570d9772b0b
6
+ metadata.gz: ec39fc898c10c97863187492007e4a9b1cd4c56144dcc2b7b49255ad8583b0df601c2b3af7cdfa9e3c4e965fa29205d88eeee80d25ae2a9742e181b1050e71f8
7
+ data.tar.gz: 79764d433ed88a95ba08e7f6f32dcc8009a27e8765728291dca7245548ff0d92a44cfce3b875835e3c1670a90f5b10a74a03a18967273a2aa735690dd9f1af09
data/CHANGES.txt CHANGED
@@ -1,9 +1,5 @@
1
1
  CHANGES
2
2
 
3
- 8.4.0 (May 3, 2024)
4
- - Fixed issue preventing Impressopns and Events posting if client.destroy is called before the post threads started
5
- - Added support for targeting rules based on semantic versions (https://semver.org/).
6
-
7
3
  8.3.1 (Mar 22, 2024)
8
4
  - Fixed ruby process hanging due to failed thread.join command, when calling destroy and a http request still active.
9
5
  - Fixed streaming notification parser. Issue ref: https://github.com/splitio/ruby-client/issues/511
@@ -1,3 +1,3 @@
1
1
  module SplitIoClient
2
- VERSION = '8.4.0.pre.rc1'
2
+ VERSION = '8.4.0.rc.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: splitclient-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.4.0.pre.rc1
4
+ version: 8.4.0.rc.1
5
5
  platform: java
6
6
  authors:
7
7
  - Split Software