Skip to content

Releases: mParticle/mparticle-apple-sdk

Version 6.0.6

18 May 21:54

Choose a tag to compare

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

13 May 21:16

Choose a tag to compare

Upgrade suggestion: MODERATE.

  • [FIX] Add additional checks for iOS 9 symbols

Version 6.0.4

11 May 17:35

Choose a tag to compare

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

09 May 20:44

Choose a tag to compare

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

06 May 20:31

Choose a tag to compare

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

05 May 18:14

Choose a tag to compare

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

03 May 21:39

Choose a tag to compare

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

28 Apr 16:48

Choose a tag to compare

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

27 Apr 15:47

Choose a tag to compare

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

27 Apr 15:19

Choose a tag to compare

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