Releases: mixpanel/mixpanel-android
Releases · mixpanel/mixpanel-android
v8.6.0
Immutable
release. Only release title and notes can be modified.
common-v1.0.1
Immutable
release. Only release title and notes can be modified.
Initial release of mixpanel-android-common, providing shared utilities for Mixpanel Android SDKs:
MixpanelEventBridge— event dispatcher that broadcasts Mixpanel analytics events to subscribers using KotlinSharedFlowJson Logic Evaluator— JSON-based rule engine for evaluating conditional logic at runtime
v8.5.2
Immutable
release. Only release title and notes can be modified.
Release v8.5.1
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: Use LifecycleProcess to modernize how we load feature flags in foreground by @tylerjroach in #935
- fix: track() and flags getVariant() sequential ordering by @tylerjroach in #936
- fix: convert projectId into Long, not String by @tylerjroach in #941
Full Changelog: v8.5.0...v8.5.1
open-feature-v0.1.0
Immutable
release. Only release title and notes can be modified.
Release v8.5.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- Update changelog 8.4.0 by @tylerjroach in #901
- [DEV-74] chore: add 30-day dependabot cooldown by @austinpray-mixpanel in #905
- [DEV-72] chore: pin GitHub Actions to commit SHAs by @austinpray-mixpanel in #904
- Bump all dependabot dependencies by @tylerjroach in #915
- Add loadFlags(callback) for async completion notification by @msiebert in #902
- Bump org.gradle.toolchains.foojay-resolver-convention from 0.9.0 to 1.0.0 by @dependabot[bot] in #917
- Bump org.mockito:mockito-core from 2.25.1 to 5.22.0 by @dependabot[bot] in #918
- chore: Bump androidx.test:orchestrator from 1.5.0 to 1.6.1 by @dependabot[bot] in #919
- Bump actions/upload-artifact from 4.6.2 to 7.0.0 by @dependabot[bot] in #920
- Android: Add setContext() to Flags interface and de-duplicate fetch callbacks by @msiebert in #923
New Contributors
- @dependabot[bot] made their first contribution in #917
Full Changelog: v8.4.0...v8.5.0
Release v8.4.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- feat: Add support to get all feature flag assignments by @msiebert in #895
- feat: Add FlagOptions for consolidated feature flag configuration by @msiebert in #896
- feat: Add Android support for FF runtime events by @msiebert in #878
- fix: double slashes in URLs when setServerURL has trailing slash (#842) by @rahul-mixpanel in #897
Full Changelog: v8.3.0...v8.4.0
Release v8.3.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- feat: Add DeviceIdProvider for custom device ID generation by @jaredmixpanel in #880
Full Changelog: v8.2.7...v8.3.0
Release v8.2.7
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: resolve db strict mode violation on initialization by @tylerjroach in #885
- feat: Allow serverURL configuration at initialization by @rahul-mixpanel in #884
New Contributors
- @rahul-mixpanel made their first contribution in #884
Full Changelog: v8.2.6...v8.2.7
Release v8.2.6
Immutable
release. Only release title and notes can be modified.
What's Changed
- Minor release to enable release immutability. This is a GitHub-native feature intended to disallow assets and tags from being modified once a release is published and also generates an artifact attestation.