Skip to content

Releases: mixpanel/mixpanel-android

Release v8.0.1

23 Sep 21:17
Compare
Choose a tag to compare

v8.0.1 (2024-09-23)

Fixes

  • Only register Broadcast receiver on API Level 33+ and non-Instant Apps #847

Release v8.0.0

18 Sep 22:33
Compare
Choose a tag to compare

v8.0.0 (2024-09-18)

Enhancements

  • Set minSdk to 21, targetSdk to 34, Gradle upgraded to 8.1.4 and add a demo app! #845

Release v7.5.4

18 Sep 21:45
Compare
Choose a tag to compare

Revert the breaking changes to minSdk and targetSdk:

minSdk 23 -> 14
targetSdk 34 -> 33

Release v7.5.3

06 Sep 23:15
Compare
Choose a tag to compare

v7.5.3 (2024-09-06)

Enhancements

  • upgrade to gradle 8+ and add a demo app #840
  • Add SessionReplayBroadcastReceiver #838

Release v7.5.2

16 Apr 01:10
Compare
Choose a tag to compare

v7.5.2 (2024-04-16)

Enhancements

  • Remove Mixpanel internal tracking #835

Release v7.5.0

09 Apr 06:28
Compare
Choose a tag to compare

v7.5.0 (2024-04-09)

Enhancements

  • feat: add headers support for mixpanel proxy api calls #833

Release v7.4.2

15 Mar 23:25
Compare
Choose a tag to compare

v7.4.2 (2024-03-15)

Enhancements

  • feat: Enable data separation for each MixPanel API instance #830. Thanks so much @surajbokey-cred!

Release v7.4.1

02 Feb 23:35
Compare
Choose a tag to compare

v7.4.1 (2024-02-02)

Fixes

  • MPConfig instances created through MixpanelAPI are not being utilized when making API calls from AnalyticsMessages. #827

Release v7.4.0

22 Jan 19:05
Compare
Choose a tag to compare

v7.4.0 (2024-01-22)

Non-Singleton MPConfig Class

In this release, we've introduced a significant change to the MPConfig class. Previously implemented as a singleton, MPConfig is now designed to provide instance-specific configurations. This change allows the creation of multiple MPConfig instances, each with potentially different configuration settings. check the docs for more details

Enhancements

  • bump target API level to 33 #826
  • make 'MPConfig' not a Singleton in favor of supporting multiple configurations for multiple Mixpanel instances #825

Release v7.3.3

12 Jan 21:43
Compare
Choose a tag to compare

v7.3.3 (2024-01-12)

Fixes

  • Fix the potential NullPointException crash from getOptOutTracking #824