Changelog
Track ContextSDK latest updates, new features, and fixes in our changelog.
ContextSDK Changelog
[iOS] 5.4.0 - 2025-03-13
Adds new
enableInstantContext
configuration for additional battery-saving, especially when only using ContextPushImprove Xcode console error outputs
[iOS] 5.3.1 - 2025-02-21
Expose properties on
ContextModelInformation
struct
[iOS] 5.3.0 - 2025-02-06
Added support for sending images in context aware push notifications
Added additional signals
Added new
ContextManager.getCustomModel
function to check if a custom model was rolled out for a specific flow
[iOS] 5.2.1 - 2025-01-28
Add initializer for
RevenueEvent
struct, so now you can usecontext.logRevenueOutcome
methods with aRevenueEvent
object
[iOS] 5.2.0 - 2025-01-22
Add new
context.logRevenueOutcomeIfNotLoggedYet
method to track IAP/Subscription revenue details
[iOS] 5.1.0 - 2025-01-22
Add new
context.logRevenueOutcome
method to track IAP/Subscription revenue detailsImprove efficiency of push-related network requests
Improve internal detection of app launch reason
[iOS] 5.0.0 - 2025-01-21
Launch of the ContextPush Product, check out docs.push.contextsdk.com for more info
Removed the following methods:
ContextManager.checkIfGoodMomentForPushNotification
-> Use new Push Product insteadContextManager.deliverNotificationIfGoodMoment
-> Use new Push Product insteadContextManager.requestATTrackingAuthorizationForCalibration
-> DiscontinuedContextManager.requestATTrackingAuthorizationIfGoodMoment
-> DiscontinuedContextManager.requestATTTrackingAuthorization
-> Discontinuedcontext.logAttAuthStatus
-> DiscontinuedRemoved the ability to set a
defaultLogSender
-> Discontinued
[iOS] 4.8.0 - 2024-12-03
Adds support for logging multiple outcomes on a single
Context
object
[iOS] 4.7.1 - 2024-11-13
Fix crash affecting users on iOS 15
Improve documentation
[iOS] 4.7.0 - 2024-10-15
Custom models can now make decisions based on custom signals
Implement additional signals
Prevent "Duplicate signal IDs found" from being logged when using
ContextManager.recentContext
[Android] 1.0.1 - 2024-10-01
Fixes an issue with accelerometer data collection on certain devices
[iOS] 4.6.0 - 2024-09-30
Added new signals
Added Flutter support
[iOS] 4.5.1 - 2024-09-12
Preparation for future releases
[iOS] 4.5.0 - 2024-08-14
Add new accelerometer signals
Add additional signals around session durations
[iOS] 4.4.3 - 2024-08-01
Bugfix release
[iOS] 4.4.2 - 2024-08-01
Bugfix release
[iOS] 4.4.1 - 2024-07-31
Add additional context signals
[iOS] 4.4.0 - 2024-07-29
Add new
cancelContextCallback
methodFixes an issue where creating contexts from multiple threads could cause a crash.
Stop clearing recentContext when app is put into background
Many docs improvements
[iOS] 4.3.1 - 2024-07-08
Removes async/await from the codebase, so the backport is no longer required on iOS 13/14. Fixes a potential crash if the Swift async backport is not linked correctly.
[Android] 1.0.0 - 2024-07-01
Initial ContextSDK for Android release
[iOS] 4.3.0 - 2024-06-03
Adds support for specifying a
maxDelay
when usingContextManager.optimize(…)
.
[iOS] 4.2.2 - 2024-05-21
Fixes an issue where custom signals could be lost when using
ContextManager.optimize(…)
.
[iOS] 4.2.0 - 2024-05-13
Adds support for using ContextSDK from React Native.
[iOS] 4.1.2 - 2024-05-08
Fixes a potential crash related to non-thread safe cache access.
[iOS] 4.1.1 - 2024-05-02
Add
PrivacyInfo.xcprivacy
file for upcoming Apple requirementsAdd additional accelerometer signals
Add basic Objective-C support
Internal improvements to prevent integration issues
[iOS] 4.0.2 - 2024-04-12
Added new
ContextManager.recentContext(customModel: .customModelName)
method to retrieve the most recent context for a specific custom modelAdded additional warning outputs for integration issues
Improve accelerometer sensor handling
Disable
CallKit
for calibration mode builds to prevent app rejections for newly onboarded apps
[iOS] 4.0.0 - 2024-03-07
Adds support for ContextSDK updating your custom models OTA without a new release being required. This can be disabled.
Removes the
Context.customModelName
property.Changes the type of the
CustomModel
enum toString
.Adds support for ContextSDK to report errors to our backend to improve SDK stability. This can be disabled.
ContextManager.sdkVersion()
is now a method instead of a property.Drop
context.appendCustomSignals()
in favour ofcontext.appendOutcomeMetadata()
.
Last updated
Was this helpful?