Skip to content

Commit 4e4980e

Browse files
authored
Merge pull request #161 from SiftScience/V.2.2.4
Release V.2.2.4
2 parents 015664e + dea3a08 commit 4e4980e

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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`

HelloSift/Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "SiftScience/sift-ios" ~> 2.2.2
1+
github "SiftScience/sift-ios" ~> 2.2.3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

Sift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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',

Sift/Sift.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)