Skip to content

Releases: mixpanel/mixpanel-swift

Release v3.4.0

30 Jun 22:50

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

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

Choose a tag to compare

v3.2.6 (2022-05-20)

Enhancements

  • remove survey #544

Release v3.2.5

06 May 00:49

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

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

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

Choose a tag to compare

v3.2.2 (2022-04-26)

Fixes

  • only put $distinct_id on People records #539

Release v3.2.1

21 Apr 22:33

Choose a tag to compare

v3.2.1 (2022-04-21)

Enhancements

  • Add Dev NPS Survey Log & semaphore.signal() in Decide as possible fix for #537

Release v3.2.0

11 Apr 20:02

Choose a tag to compare

v3.2.0 (2022-04-11)

Enhancements

  • Allow setting server URL during initialization #530
  • check for ios app on mac in automatic props #521

Release v3.1.7

23 Mar 22:32

Choose a tag to compare

v3.1.7 (2022-03-23)

Fixes

  • Check if automatic events flag is set before flushing automatic events #526