Skip to content

Commit da31c9a

Browse files
[release] 1.53.10 - Fix removeOverride persistence (#413)
### Improvements - Improve performance when checking feature gates, experiments, etc. - Improve thread-safety of Statsig.initialize ### Fixes - Fix removeOverride persistence >Included In This Release >- c6ae0e0 Andre Terron > - Fix InternalStore.removeOverride to call saveOverrides for state persistence (#412) >- 2c254a2 Andre Terron > - Use structs for dedupe keys (#408) >- acb8a94 Andre Terron > - Fix network timeout test intermittently failing (#409) >- d2e94e2 Andre Terron > - Add a lock around Statsig.initialize (#407)
1 parent c6ae0e0 commit da31c9a

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.9"
10+
static internal let sdkVersion: String = "1.53.10"
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.9"
4+
spec.version = "1.53.10"
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)