Skip to content

Releases: mixpanel/mixpanel-swift

Release v3.2.1

21 Apr 22:33
Compare
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
Compare
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
Compare
Choose a tag to compare

v3.1.7 (2022-03-23)

Fixes

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

Release v3.1.6

09 Mar 01:17
Compare
Choose a tag to compare

v3.1.6 (2022-03-09)

Fixes

  • Fix deadlock in initialization #525

Release v3.1.5

19 Feb 01:45
Compare
Choose a tag to compare

v3.1.5 (2022-02-19)

Fixes

  • Fix disk I/O error caused by race condition from multiple initializations with the same token #519

Release v3.1.4

11 Feb 02:08
Compare
Choose a tag to compare

v3.1.4 (2022-02-11)

Fixes

  • Fixes for several race conditions and SQLite warnings #517

Release v3.1.3

03 Feb 19:34
Compare
Choose a tag to compare

v3.1.3 (2022-02-03)

Fixes

  • Fix automatic events settings #511

Release v3.1.2

26 Jan 21:33
Compare
Choose a tag to compare

v3.1.2 (2022-01-26)

Fixes

  • Fix unit tests and remove outdated 'Nocilla' stub server #509
  • fix build issue in JSONHandler #508

Release v3.1.1

22 Jan 00:29
Compare
Choose a tag to compare

What's Changed

  • Fix the reset completion block not being triggered by @zihejia in #505
  • Set content-type to application/json by @jaredmixpanel in #506
    This will avoid events being rejected by the server if any string contains "& % ".

Full Changelog: v3.1.0...v3.1.1

Release v3.1.0

13 Jan 00:54
Compare
Choose a tag to compare

v3.1.0 (2022-01-13)

Caution: In this version, we have a bug that event names with & or % will be rejected by the server. We recommend you update to 3.1.1 or above.

Enhancements

  • Add useUniqueDistinctId parameter to initialize #500
  • Remove base64 encoding #499
  • Add superProperties param to initialize #498

Fixes

  • Fix incorrect app version property #497
  • Fix First App Open not always being able to be triggered #496