Skip to content

Releases: mixpanel/mixpanel-swift

Release v4.0.0

16 Aug 21:51
Compare
Choose a tag to compare

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

18 Jul 23:17
Compare
Choose a tag to compare

v3.5.1 (2022-07-18)

Fixes

  • Send time as Decimal to avoid 32-bit max int #551

Release v3.5.0

06 Jul 18:18
Compare
Choose a tag to compare

v3.5.0 (2022-07-06)

Enhancements

  • add support for multiple instances under the same token #549

Release v3.4.0

30 Jun 22:50
Compare
Choose a tag to compare

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

Release v3.3.0

24 Jun 19:06
Compare
Choose a tag to compare

v3.3.0 (2022-06-24)

Enhancements

  • use millisecond precision for event time property #546

Release v3.2.6

20 May 22:03
Compare
Choose a tag to compare

v3.2.6 (2022-05-20)

Enhancements

  • remove survey #544

Release v3.2.5

06 May 00:49
Compare
Choose a tag to compare

v3.2.5 (2022-05-06)

Fixes

  • get lib name and version from super props #543

Release v3.2.4

05 May 20:06
Compare
Choose a tag to compare

v3.2.4 (2022-05-05)

Enhancements

  • track implementation and each launch #541

Fixes

  • pass completion handler to flush on background #542

Release v3.2.3

29 Apr 22:58
Compare
Choose a tag to compare

v3.2.3 (2022-04-29)

Enhancements

  • Add additional SDK internal tracking #540

Release v3.2.2

26 Apr 22:45
Compare
Choose a tag to compare

v3.2.2 (2022-04-26)

Fixes

  • only put $distinct_id on People records #539