Skip to content

Release v5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Aug 22:14

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