Releases: mixpanel/mixpanel-swift
Release v4.0.0
v4.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 #545
Release v3.5.1
Release v3.5.0
Release v3.4.0
v3.4.0 (2022-06-30)
Enhancements
- add an option for 'createAlias' for not calling identify #547
When you call the API createAlias
, there is an implicit identify
call inside the API done for you. This will keep your signup funnels working correctly in most cases. However, if that is not what you want, this PR will allow you to not call identify
by specifying andIdentify
to false
.
Please also note: With Mixpanel Identity Merge enabled, calling alias is no longer required but can be used to merge two IDs in scenarios where identify
would fail