Skip to content

Commit f647801

Browse files
Merge pull request #37 from splitio/release/2.3.2
Update Suite version to 2.3.2
2 parents 3a05912 + 840284c commit f647801

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.3.2: (Oct 22, 2025)
2+
- Fixed streaming reconnection after connection was interrupted.
3+
14
2.3.0: (Sept 23, 2025)
25
- Added new configuration for Fallback Treatments, which allows setting a treatment value and optional config to be returned in place of "control", either globally or by flag. Read more in our docs.
36

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ let package = Package(
1515
targets: [
1616
.binaryTarget(
1717
name: "iOSSplitSuite",
18-
url: "https://cdn.split.io/ios-suite/iOSSplitSuite_2.3.1.zip",
19-
checksum: "e614a5985c4c544d2775116bfeef1bb05c6661e1f438cc131d9f32a3128b675c"
18+
url: "https://cdn.split.io/ios-suite/iOSSplitSuite_2.3.2.zip",
19+
checksum: "ce1d87c6e05ef82c41469837ff5936bbc681e2c7e15e41844ebd8ec803dbe2fc"
2020
),
2121
]
2222
)

0 commit comments

Comments
 (0)