splitclient-rb 8.4.0.pre.rc1 → 8.4.0.rc.1
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c2d88c503fd599260c8062351b0da66746f88bc9c516ddf0dfc6926d92c9a9d0
|
4
|
+
data.tar.gz: 84c924891606f1d54e8bdd47825a9eab184893f320877b3964835ba572a818ae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c62091af282b9edd27bc1cf9e9462c0474ced1aebfc531a7d8a9cee1041bd32f40f7fcfc40a1584c380672435cf332f269ecaa16f1a460c415b788ff8db49651
|
7
|
+
data.tar.gz: 3f77adf348d19a1827e65e481b2030e98eaec7e0330a4df3aa54607b469c8414f5265cfa386ec367fb300f78da3dcc3527eca6d8f43309e5b522331992eb53e8
|
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
|