Navigation Menu

Skip to content

Releases: mixpanel/mixpanel-iphone

Release v5.0.7

27 Mar 18:41
Compare
Choose a tag to compare

v5.0.7 (2024-03-27)

Fixes

  • Fix 'Multiple commands produce' error when the App need to add PrivacyInfo.xcprivacy. #1025

Release v5.0.6

25 Mar 19:27
Compare
Choose a tag to compare

v5.0.6 (2024-03-25)

Fixes

  • Make privacy manifest a resource, min iOS -> 11.0 #1024

Release v5.0.5

18 Mar 19:53
Compare
Choose a tag to compare

v5.0.5 (2024-03-18)

Enhancements

  • Bump all other min deployment targets #1022

Release v5.0.4

18 Mar 19:30
Compare
Choose a tag to compare

v5.0.4 (2024-03-18)

Enhancements

  • Bump minimum iOS deployment target to 13.0 #1021

Release v5.0.3

18 Mar 19:11
Compare
Choose a tag to compare

v5.0.3 (2024-03-18)

Enhancements

  • Add privacy manifest #1019

Release v5.0.2

01 Mar 22:29
Compare
Choose a tag to compare

v5.0.2 (2023-03-01)

NOTE:

  • From this version we will prefix randomly generated device-specific distinct_ids with "$device:". The prefix is applied the next time a new random ID is generated, any IDs generated by previous SDK versions and persisted on the device will continue to be used as-is until reset is called to generate a new ID. This does not change the value sent for the $device_id property, which will continue to be the randomly-generated ID without a prefix. Mixpanel's $identify endpoint has been updated to accept UUIDs with this prefix to coordinate with this change.

Enhancements

  • identity v3 changes #1009
  • Delete .travis.yml #1006

Fixes

  • Disable watchOS in CI #1010

Release v5.0.1

09 Nov 22:50
Compare
Choose a tag to compare

v5.0.1 (2022-11-09)

NOTE:

From this release forward, the Carthage build output attached these releases will be XCFrameworks. As per the Carthage documentation...

We encourage using XCFrameworks as of version 0.37.0 (January 2021), and require XCFrameworks when building on an Apple Silicon Mac.

Multi-architecture platforms are not supported when building framework bundles in Xcode 12 and above.
Prefer building with XCFrameworks.

Fixes

  • build XCFrameworks with Carthage, import TargetConditionals, delete obsolete App Extension Scheme #1004

Release v5.0.0

16 Aug 22:14
Compare
Choose a tag to compare

v5.0.0 (2022-08-16)

BREAKING CHANGE:

This major release removes all remaining calls to Mixpanel's /decide API endpoint. The main effect of this is that the SDK no longer fetches the remote status of your project's "Automatically collect common mobile events" setting. From this version forward, automatic event tracking can only be controlled by the, now required, parameter trackAutomaticEvents. Upon upgrading, existing implementations will need to add this parameter to their Mixpanel initializer calls.

Enhancements

  • Remove Decide and make trackAutomaticEvents required parameter #996

Release v4.2.0

24 Jun 18:53
Compare
Choose a tag to compare

v4.2.0 (2022-06-24)

Enhancements

  • use millisecond precision for event.time property #994

Release v4.1.6

20 May 21:56
Compare
Choose a tag to compare

v4.1.6 (2022-05-20)

Enhancements

  • remove survey #993