splitclient-rb 8.11.1.pre.rc3 → 8.11.1
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/CHANGES.txt +5 -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: f75f1490dbebf79ecb7799bb96a29f180ed5259036edbd4351b3db9f1f2e1cba
|
|
4
|
+
data.tar.gz: e8f83fe01180e3a4a7487c82fd2a2c58cafdc971b951b9eb0c0c472351b00c4d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7d8a983e3f53437d2749ac0a7f60b83e2d124001f396b19389ee19cb63d2cee404ef4253835586414a793fbb737c803869db51f2114b0931ea7f474aa9bdfc1d
|
|
7
|
+
data.tar.gz: b6cc38e9b8d9d54b6d7858f02780059dc9b26dab95e9c022c5f92311621fc0057c4cddc1a1c2ea07b9831a27799ec5665cf5ef4b6cbc43dc0e27b4264179f51c
|
data/CHANGES.txt
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
CHANGES
|
|
2
2
|
|
|
3
|
+
8.11.1 (Jul, 23, 2026)
|
|
4
|
+
- 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
|
+
- Fixed debug logging in rule-based segment matcher class when debug_enabled parameter is not set in configuration .
|
|
6
|
+
- Fixed a debug log that caused exception when streaming socket closes.
|
|
7
|
+
|
|
3
8
|
8.11.0 (Mar, 12, 2026)
|
|
4
9
|
- Added the ability to listen to different events triggered by the SDK. Read more in our docs.
|
|
5
10
|
- SDK_UPDATE notify when a flag or user segment has changed
|