splitclient-rb 8.11.2.pre.rc1 → 8.11.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.harness/pipeline.yaml +1 -0
- data/CHANGES.txt +3 -0
- 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: 38784db4a655818d0a806b359e20a6630c9cab86402b74df1e74cef515edfdf8
|
|
4
|
+
data.tar.gz: 0b0e11c82131172ba8b4ba05aa3b3488b98bea4956863e81c5910485fc7aaf65
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 98c965d244e40bb8079b08195186086c53de22681dfbc315d15a149dad05808bfacb91251d5ca67ff966ac1558a55c48cf0c40dec8df268b5d0342e83da58d4b
|
|
7
|
+
data.tar.gz: a2f51b35fedbc2c37c3de43ab40a68fd848383a48bd5abff73f74d68272b12f0a4dd31de474398efab04945a0943869dc5ea153d323deaef7ea6602c860f1b14
|
data/.harness/pipeline.yaml
CHANGED
data/CHANGES.txt
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
CHANGES
|
|
2
2
|
|
|
3
|
+
8.11.2 (Aug, 25, 2026)
|
|
4
|
+
- Fixed a Streaming client thread leak that may occurs when SDK retries after failed initialization of Streaming connection.
|
|
5
|
+
|
|
3
6
|
8.11.1 (Jul, 23, 2026)
|
|
4
7
|
- Added a retry mechanism in case the initial SSE socket connection failed, and extended the list of retryable errors when socket exceptions are caught during streaming.
|
|
5
8
|
- Fixed debug logging in rule-based segment matcher class when debug_enabled parameter is not set in configuration .
|