Releases: mParticle/mparticle-apple-sdk
Version 6.0.6
Upgrade suggestion: HIGH. Upgrade if you are not seeing the source app in deep-linking when running iOS 8
- [FIX] Using a string constant (iOS 9 or above) or a string literal (iOS 8 or below) to log a deep-linking event
Version 6.0.5
Upgrade suggestion: MODERATE.
- [FIX] Add additional checks for iOS 9 symbols
Version 6.0.4
Upgrade suggestion: HIGH. Upgrade if you are experiencing issues related to kit initialization
- [FIX] More consistent handling of kit initialization and sampling
Version 5.5.5
NB: This is a maintenance release for the 5.x branch of the SDK. For new development, use the latest 6.x release instead.
Upgrade suggestion: MEDIUM. This update improves upload stability
- [FIX] Verify the reference to self inside the dispatch block when uploading session history
Version 6.0.3
Upgrade suggestion: LOW. Upgrade if you need to use the newly public files.
- [FIX] Expose some files for use by kits
- [FIX] Add nil check and prevent modifying while enumerating
Version 5.5.4
NB: This is a maintenance release for the 5.x branch of the SDK. For new development, use the latest 6.x release instead.
Upgrade suggestion: HIGH. Upgrade if you are experiencing issues related to kit initialization
- [FIX] More consistent handling of kit initialization and sampling
Version 5.5.3
NB: This is a maintenance release for the 5.x branch of the SDK. For new development, use the latest 6.x release instead.
Upgrade suggestion: HIGH. Upgrade if you are experiencing issues when disabling kits
- [FIX] Update kit logic to prevent a timing issue
Version 6.0.2
Upgrade suggestion: LOW. Upgrade if you are relying on the queue to hold events to be forwarded to kits before they have been configured.
- [FIX] Set the kits initialized flag only if persisted kits have been initialized
Version 6.0.1
Upgrade suggestion: MODERATE. Upgrade if you want to use Carthage, or if you want to queue events for kits.
- [FIX] Correct a condition determining whether variables were valid
Version 6.0.0
Upgrade suggestion: MODERATE. Upgrade if you want to use Carthage, or if you want to queue events for kits.
- [NEW] We are introducing the ability to implement extensions for the mParticle SDK. Kits have been the first component to take advantage of this new and more powerful architecture
- [NEW] A queue was added to hold events to be forwarded to kits until the first configuration is received from the server and kits are initialized
- [NEW] Added support for Carthage
- [NEW] Maximum user attribute value length has been extended to 4096 characters
- [FIX] Restored unit tests for each of the platforms