File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed
Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 2.2.4] - 2025-05-05
4+ ### Changed
5+ - Removed batch retry when network request blocked by firewall
6+
37## [ 2.2.3] - 2025-02-04
48### Changed
59- Added additional signal to collect ` initial_device_ifv `
Original file line number Diff line number Diff line change 1- github "SiftScience/sift-ios" ~> 2.2.2
1+ github "SiftScience/sift-ios" ~> 2.2.3
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ This will create initial files and folders including hidden `.gitignore
4040 dependencies: [
4141 // Dependencies declare other packages that this package depends on.
4242 // .package(url: /* package url */, from: "1.0.0"),
43- .package(url: "https://github.com/SiftScience/sift-ios.git", from: "2.2.3 ")
43+ .package(url: "https://github.com/SiftScience/sift-ios.git", from: "2.2.4 ")
4444 ],
4545 targets: [
4646 // Targets are the basic building blocks of a package. A target can define a module or a test suite.
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = 'Sift'
3- spec . version = '2.2.3 '
3+ spec . version = '2.2.4 '
44 spec . authors = 'Sift Science'
55 spec . license = {
66 :type => 'MIT' ,
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ + (instancetype)sharedInstance {
5757- (instancetype )initWithRootDirPath : (NSString *)rootDirPath {
5858 self = [super init ];
5959 if (self) {
60- _sdkVersion = @" v2.2.3 " ;
60+ _sdkVersion = @" v2.2.4 " ;
6161
6262 _rootDirPath = rootDirPath;
6363
You can’t perform that action at this time.
0 commit comments