From 25cfda59f1c42b7265e51069d576f17f4a78501d Mon Sep 17 00:00:00 2001 From: Weihao Ding <158090588+weihao-statsig@users.noreply.github.com> Date: Wed, 2 Oct 2024 17:11:31 -0700 Subject: [PATCH] [release] 1.47.2 - Bootstrap Improvements (#300) ### Improvements - Bootstrap Improvements 1. Compare user objects instead of user hash to see if there is a mismatch 2. Use the time from the bootstrapping response as the time 3. Set fields from sdk info on exposures to know which sdk generated the bootstrap response ### Fixes - Minor typo fixes. >Included In This Release >- 24c08682cd6d79549a9904fd24521302a8b24a97 Weihao Ding > - fix: ios bootstrap (#299) >- 3a5710191f2ed55407b50cec5aac0e1912e97a9a Weihao Ding > - chore: bootstrap improvements (#294) >- 47216bfd1d10c30fc3983583f01650d564b13d85 vmadhusudanan > - minor typo in ios sdk (#298) --- Sources/Statsig/DeviceEnvironment.swift | 2 +- Statsig.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/Statsig/DeviceEnvironment.swift b/Sources/Statsig/DeviceEnvironment.swift index e636e21..63c4e91 100644 --- a/Sources/Statsig/DeviceEnvironment.swift +++ b/Sources/Statsig/DeviceEnvironment.swift @@ -7,7 +7,7 @@ struct DeviceEnvironment { static internal let deviceOS = PlatformCompatibility.deviceInfo.os static internal let sdkType: String = "ios-client" - static internal let sdkVersion: String = "1.47.1" + static internal let sdkVersion: String = "1.47.2" let lock = NSLock() var sessionID: String? { UUID().uuidString } diff --git a/Statsig.podspec b/Statsig.podspec index f7244d5..9c7b7b0 100644 --- a/Statsig.podspec +++ b/Statsig.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |spec| spec.name = "Statsig" - spec.version = "1.47.1" + spec.version = "1.47.2" spec.summary = "Statsig enables developers to ship code faster and more safely." spec.description = <<-DESC Statsig enables developers to ship code faster and more safely by providing: