Releases: mixpanel/mixpanel-swift
v3.0.0.beta.2
New:
- Full SPM support for macOS and watchOS
Note:
v3.0.0.beta.2 is in parity with v2.9.3 but without the Messages & Experiments feature support.
On Jan 1, 2022, we’ll remove the Messages & Experiments feature from Mixpanel. For now, if you do not use Mixpanel's Messages & Experiments feature, you can choose to opt into this beta version.
You can use Swift Package Manager to install the beta version:
In Xcode, select File > Swift Packages > Add Package Dependency. Follow the prompts using the URL for this repository and point to branch 3.0.0.beta
.
v2.9.3 - Urban Airship integration 14.0 support
- migrate to Airship 14.0 for the Urban Airship integration
#441
v2.9.2 - Track first app open w/ multiple instances
Track first app open event in all Mixpanel instances (#435)
v3.0.0.beta.1
v3.0.0.beta.1 is in parity with v2.9.2 but without the Messages & Experiments feature support.
On Jan 1, 2022, we’ll remove the Messages & Experiments feature from Mixpanel. For now, if you do not use Mixpanel's Messages & Experiments feature, you can choose to opt into this beta version.
You can use Swift Package Manager to install the beta version:
In Xcode, select File > Swift Packages > Add Package Dependency. Follow the prompts using the URL for this repository and point to branch 3.0.0.beta
.
v2.9.1 - Crash fixes
v2.9.0 - add clearTimedEvent(event: String) method
This version adds the clearTimedEvent(event: String)
method to allow for clearing of individual timed events. This closes #419
v2.8.3 - Bug fixes
v2.8.2 - Bug fixes
v2.8.1 - Bug fixes
Fix events being dropped when flushing if there are corrupted items in the event queue
v2.8.0 - Swift Package Manager support
Add support for Swift Package Manager
- #411, special thanks to @gsabran @MarcSteven and @JonathanDowning!
Important: v2.8.0 release only supports iOS, if you need integrations for other platforms, please use other integration methods instead, we will add support for all platforms soon
Integration steps:
- In Xcode, select File > Swift Packages > Add Package Dependency.
- Follow the prompts using the URL for this repository and a minimum semantic version of v2.8.0