Releases: mixpanel/mixpanel-unity
Releases · mixpanel/mixpanel-unity
Release v3.2.0
Release v3.1.1
Release v3.1.0
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
Release v3.0.1
Release v3.0.0
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:
v2.2.3 - Bug fixes
- Remove
$ios_ifa
v2.2.2 - Bug fixes
Fixes
- Event payload being sent incorrectly formatted or with changed values in some rare cases
#109
iOS 14 compliant
-
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 withMixpanel.People.Set("$ios_ifa", IDFA_VALUE)
-
Improve re-utilization of objects
Performance improvements
- Improve performance of the SDK by using
Monitor.Wait
andMonitor.PulseAll
on the worker thread. - Setting an android push device token string now works (#96)