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 +4 -4
- data/CHANGES.txt +0 -4
- data/lib/splitclient-rb/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 73e079065e870c6f14c7a92d91e7e2fe5a5c3be2
|
4
|
+
data.tar.gz: 563e6a64dac818c1a62d87a8b66e52dcd717245f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|