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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3f9a0707737415faaa93d90c63acefa18a154e72974150009071d8b7764735a4
4
- data.tar.gz: 50fc9fe6dc2c51dd07bffc00b80a8f1fbcb82e7c2e51f2817666beaba5d8e5dc
3
+ metadata.gz: 38784db4a655818d0a806b359e20a6630c9cab86402b74df1e74cef515edfdf8
4
+ data.tar.gz: 0b0e11c82131172ba8b4ba05aa3b3488b98bea4956863e81c5910485fc7aaf65
5
5
  SHA512:
6
- metadata.gz: 9ee3627c64357eb9ebd6ec7365371841387faa310d8bdcc8c012968a4274a50d7981551eb4e4bf632de562ff1141f9b4e2bf4ba504959bae3b54e1ef08519563
7
- data.tar.gz: 5524bc84ef91500be12e09d9e457aec36c3d6058c37975ad2e6e7193fcbab45cd8cfbc8f99aa06e6ac2cb25696a3cfdb660c1a039003151809fba36c45b852c4
6
+ metadata.gz: 98c965d244e40bb8079b08195186086c53de22681dfbc315d15a149dad05808bfacb91251d5ca67ff966ac1558a55c48cf0c40dec8df268b5d0342e83da58d4b
7
+ data.tar.gz: a2f51b35fedbc2c37c3de43ab40a68fd848383a48bd5abff73f74d68272b12f0a4dd31de474398efab04945a0943869dc5ea153d323deaef7ea6602c860f1b14
@@ -52,6 +52,7 @@ pipeline:
52
52
  spec:
53
53
  shell: Sh
54
54
  command: |-
55
+ apt-get update
55
56
  apt-get install -y redis-server -qq
56
57
  redis-server --daemonize yes --port 6379
57
58
  redis-cli ping
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 .
@@ -1,3 +1,3 @@
1
1
  module SplitIoClient
2
- VERSION = '8.11.2.pre.rc1'
2
+ VERSION = '8.11.2'
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.11.2.pre.rc1
4
+ version: 8.11.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Split Software