Releases: mParticle/mparticle-flutter-sdk
Releases · mParticle/mparticle-flutter-sdk
v2.1.0
Release notes:
Added
- Add support for Apple SDK
MPNetworkOptions.customBaseURLconfiguration in iOS initialization examples for CNAME routing. - Add Android initialization examples for CNAME routing via
NetworkOptions.withNetworkOptions(...).
Changed
- Bump iOS CocoaPods dependency from
mParticle-Apple-SDK ~> 9.1to~> 9.2. - Pin Android Gradle dependencies in plugin/example docs to
android-core:5.79.0andandroid-rokt-kit:5.79.0.
v2.0.0
Release notes:
Added
- Support for mParticle Apple SDK 9 and the shared
RoktContractsevent types (#68). - iOS-only
Rokt.selectShoppableAdsDart API. Android provides a no-op bridge; web is unsupported (#69). - New Rokt events emitted on the
MPRoktEventsEventChannel:CartItemInstantPurchaseInitiated,CartItemInstantPurchaseFailure,InstantPurchaseDismissal,CartItemDevicePay.
Changed
- BREAKING: iOS minimum deployment target raised from
8.0to15.6. - BREAKING: iOS CocoaPods dependency replaced —
mParticle-Apple-SDK/mParticle ~> 8.5→mParticle-Apple-SDK ~> 9.0(subspecs were removed in Apple SDK 9).
See MIGRATING.md for the full 1.x → 2.0 upgrade guide.