Skip to content

Releases: mixpanel/mixpanel-android

Release v8.2.4

24 Sep 22:45

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.2.3...v8.2.4

Release v8.2.3

17 Sep 21:20

Choose a tag to compare

What's Changed

  • Refactor HTTP service to use enum for HTTP methods and switch feature flags to GET requests by @msiebert in #873

Full Changelog: v8.2.2...v8.2.3

Release v8.2.2

22 Aug 00:49

Choose a tag to compare

v8.2.2 (2025-08-22)

Enhancements

  • Add backup host support for improved SDK resilience #870

Note: After this GitHub release is created, the Maven Central deployment must be manually released at https://central.sonatype.com/publishing/deployments

Release v8.2.1

07 Aug 17:56

Choose a tag to compare

What's Changed

  • Add AI context files, Copilot setup workflow and devcontainer by @jaredmixpanel in #863
  • Prevent System.exit() security vulnerability in ExceptionHandler by @Copilot in #862
  • Central Portal Migration by @jaredmixpanel in #865
  • add device id to feature flag context by default by @msiebert in #867

New Contributors

  • @Copilot made their first contribution in #862
  • @msiebert made their first contribution in #867

Full Changelog: v8.2.0...v8.2.1

Release v8.2.0

28 May 22:49

Choose a tag to compare

v8.2.0 (2025-05-28)

Enhancements

  • Increase HTTP connection timeouts to 15s connect and 60s read #860
  • Initial Feature Flags Support #859

Release v8.1.0

02 May 21:20

Choose a tag to compare

v8.1.0 (2025-05-02)

Enhancements

  • Add MixpanelNetworkErrorListener #857

v8.0.3

31 Mar 22:23

Choose a tag to compare

What's Changed

  • Preload time events in the background to avoid main thread disk reads by @jaredmixpanel in #853

Full Changelog: v8.0.2...v8.0.3

Release v8.0.2

04 Feb 00:55

Choose a tag to compare

v8.0.2 (2025-02-04)

Enhancements

  • feat: Enable GZIP compression for request payloads #852

Fixes

  • Use DisplayManager directly instead of using WindowManager #851

Release v8.0.1

23 Sep 21:17

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

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