Releases: mixpanel/mixpanel-iphone
Release v5.0.7
Release v5.0.6
Release v5.0.5
Release v5.0.4
Release v5.0.3
Release v5.0.2
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
Fixes
- Disable watchOS in CI #1010
Release v5.0.1
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
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