Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.3.0: (Sept 23, 2025)
- 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.

2.2.3: (Aug 29, 2025)
- Updated polling logic to stop and restart memberships data synchronization when not currently used in flags or rule based segments.

Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "iOSSplitSuite",
url: "https://cdn.split.io/ios-suite/iOSSplitSuite_2.2.3.zip",
checksum: "c06c762ec885f76561988d5c0b0419d59c533ede1e1297a20e9eacfca0ef5c06"
url: "https://cdn.split.io/ios-suite/iOSSplitSuite_2.3.0.zip",
checksum: "a3651989b58606d766d59de6c2a8c7412f8c67f3f7c097bde875b866838e8a74"
),
]
)