Skip to content

Commit 0ecc5be

Browse files
[release] 1.53.1 - Make defaultValue optional on getValue (#379)
### Improvements - Reduced threads needed for initialize - Updated error message for OnDeviceEvalAdapter - Added a getValue method that doesn't need a defaultValue ### Fixes - Fixed a potential crash with updateUser >Included In This Release >- 9dcfb16 Andre Terron > - Prevent crashes on updateUser (#378) >- 49e65ce devin-ai-integration[bot] > - Create a combined store method for initialization values (#374) >- cbdb6b5 devin-ai-integration[bot] > - Update OnDeviceEvalAdapter error message (#377) >- 74d57b3 Andre Terron > - Implement getValue without a defaultValue (#376)
1 parent 9dcfb16 commit 0ecc5be

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/Statsig/DeviceEnvironment.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ struct DeviceEnvironment {
77

88
static internal let deviceOS = PlatformCompatibility.deviceInfo.os
99
static internal let sdkType: String = "ios-client"
10-
static internal let sdkVersion: String = "1.53.0"
10+
static internal let sdkVersion: String = "1.53.1"
1111

1212
let lock = NSLock()
1313
var sessionID: String? { UUID().uuidString }

Statsig.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22

33
spec.name = "Statsig"
4-
spec.version = "1.53.0"
4+
spec.version = "1.53.1"
55
spec.summary = "Statsig enables developers to ship code faster and more safely."
66
spec.description = <<-DESC
77
Statsig enables developers to ship code faster and more safely by providing:

0 commit comments

Comments
 (0)