From ee0c395444bb12ea0aa44a1c30ddb4c4a3a6d8d7 Mon Sep 17 00:00:00 2001 From: Weihao Ding <158090588+weihao-statsig@users.noreply.github.com> Date: Fri, 19 Jul 2024 16:26:30 -0700 Subject: [PATCH] [release] 1.46.0 - New API getFeatureGate, Fixes (#290) ### New Features - Expose a new api `getFeatureGate` which will return a `featureGate` object to provide more details about the featureGate. ### Improvements - Add more logging into diagnostics to understand about the overall initialize process and performance ### Fixes - Correctly restart a paused EventLogger >Included In This Release >- f05b5e2ce91fbe895226c4471b67d3551d6a945f Weihao Ding > - logging: add more logging to understand cache step (#289) >- 73e98d64f086e74accfeef9fbb7b42117faee0d8 kenny-statsig > - expose getFeatureGate API (#288) >- 83725465d8eb5f15326bf10f0a3aa9c31a9e0720 Daniel > - fix: correctly restart a paused EventLogger (#287) --- 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 0a77714..bf6047a 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.45.0" + static internal let sdkVersion: String = "1.46.0" let lock = NSLock() var sessionID: String? { UUID().uuidString } diff --git a/Statsig.podspec b/Statsig.podspec index cbd3611..82539d6 100644 --- a/Statsig.podspec +++ b/Statsig.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |spec| spec.name = "Statsig" - spec.version = "1.45.0" + spec.version = "1.46.0" 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: