All Versions
103
Latest Version
Avg Release Cycle
21 days
Latest Release
700 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v5.5.0 Changes
February 20th - 2019
-
v5.4.5 Changes
January 31st - 2019
- Pass flag to backend indicating when $distinct_id might have been set to a pre-existing $distinct_id value instead of a generated UUID (used when resolving aliases)
-
v5.3.1 Changes
April 10th - 2018
-
v5.3.0 Changes
February 20th - 2018 You can now change Mixpanel endpoints at runtime by using the following APIs:
MPConfig.getInstance(this).setEventsEndpoint("https://myapp.company.com/trackendpoint/");
MPConfig.getInstance(this).setPeopleEndpoint("https://myapp.company.com/peopleendpoint/");
MPConfig.getInstance(this).setDecideEndpoint("https://myapp.company.com/decidepoint/");
โช If you wish to restore Mixpanel values you can use the following APIs:
MPConfig.getInstance(this).setMixpanelEventsEndpoint();
MPConfig.getInstance(this).setMixpanelPeopleEndpoint();
MPConfig.getInstance(this).setMixpanelDecideEndpoint();
-
v5.2.4 Changes
January 23rd - 2018
- ๐ Fixes
IllegalStateException
when removing a mini in-app notification (https://github.com/mixpanel/mixpanel-android/issues/516)
- ๐ Fixes
-
v5.2.3 Changes
January 04th - 2018
- โ Remove unused code
- ๐ Fix https://github.com/mixpanel/mixpanel-android/issues/505
-
v5.2.2 Changes
December 11th - 2017
-
v5.2.1 Changes
October 9th - 2017
-
v5.2.0 Changes
September 23rd - 2017
-
v5.1.4 Changes
June 23rd - 2017
- Prevent in-app notifications from showing more than once (https://github.com/mixpanel/mixpanel-android/pull/469)