Skip to content

Releases: mixpanel/mixpanel-unity

Release v3.1.1

30 Apr 00:09
Compare
Choose a tag to compare

v3.1.1 (2022-04-30)

Enhancements

  • Add Debug tracking and Dev NPS Survey #138

Fixes

  • Remove push notification related stuff #137

Release v3.1.0

21 Apr 18:06
Compare
Choose a tag to compare

v3.1.0 (2022-04-21)

Enhancements

  • Customize player preferences #128 Thanks so much @eronnen !
    • Allowing the user to provide a different settings source than Unity's PlayerPrefs
    • Using .NET random generator instead of Unity, since Unity's random generator can be used only from main thread

Fixes

  • Fix compilation errors on platforms other than Android #135

Release v3.0.2

14 Jan 09:03
Compare
Choose a tag to compare

v3.0.2 (2022-01-14)

Fixes

  • Fix the Mixpanel gameObject could potentially being destroyed when switch between scenes #125

Release v3.0.1

11 Nov 03:00
Compare
Choose a tag to compare

v3.0.1 (2021-11-11)

Closed issues:

  • Error with Controller.cs with earlier unity versions ( 2019.4) #120

Merged pull requests:

  • backward compatibility with earlier version than 2020.1 #121

Release v3.0.0

21 Oct 18:01
Compare
Choose a tag to compare

v3.0.0 (2021-10-21)

This release adds support for building projects with IL2CPP and WebGL.

Enhancements

  • Tracking persistence layer refactor #119

Fixes

  • OnApplicationQuit possible race condition with tracking #69

Closed issues:

  • Expose Mixpanel.ClearSuperProperties? #118
  • Mixpanel doesn't work with IL2CPP build on windows. #117
  • TrackCharge doc is out of date? #116
  • IL2CPP error building for Android in Unity 2020.2.2f1 #112
  • v2.2.2 still referencing IDFA #111
  • Mixpanel prevents opening the same Unity project open twice #110
  • Standalone builds(IL2CPP) won't send Mixpanel events #108
  • [Mixpanel] There was an error sending the request. System.AggregateException: One or more errors occurred. #106
  • [Mixpanel] System.NotSupportedException: linked away #105
  • WebGL freezing on v2.1.0 #90
  • NullReferenceException on low performance devices #89
  • JSON parse error on empty object #87
  • End of file reached while trying to read queue item on UWP #85

Merged pull requests:

  • Improve README for quick start guide #115
  • Add github workflow for auto release #114

v2.2.3 - Bug fixes

08 Mar 23:18
Compare
Choose a tag to compare
  • Remove $ios_ifa

v2.2.2 - Bug fixes

26 Oct 15:47
Compare
Choose a tag to compare

Fixes

  • Event payload being sent incorrectly formatted or with changed values in some rare cases
    #109

iOS 14 compliant

01 Aug 06:27
Compare
Choose a tag to compare
  • Remove $ios_ifa user property to be iOS 14 compliant. If you have access to the IDFA value you can always set it as a people property with Mixpanel.People.Set("$ios_ifa", IDFA_VALUE)

  • Improve re-utilization of objects

Performance improvements

19 Feb 02:30
Compare
Choose a tag to compare
  • Improve performance of the SDK by using Monitor.Wait and Monitor.PulseAll on the worker thread.
  • Setting an android push device token string now works (#96)

Avoid orphan profiles

11 Feb 02:09
Compare
Choose a tag to compare
  • Remove ClearCharges from OptOutTracking to avoid having orphan profiles at mixpanel (#97)