Releases: mixpanel/mixpanel-swift
Releases · mixpanel/mixpanel-swift
Release v3.2.1
Release v3.2.0
Release v3.1.7
Release v3.1.6
Release v3.1.5
Release v3.1.4
Release v3.1.3
Release v3.1.2
Release v3.1.1
What's Changed
- Fix the reset completion block not being triggered by @zihejia in #505
- Set content-type to application/json by @jaredmixpanel in #506
This will avoid events being rejected by the server if any string contains "& % ".
Full Changelog: v3.1.0...v3.1.1
Release v3.1.0
v3.1.0 (2022-01-13)
Caution: In this version, we have a bug that event names with &
or %
will be rejected by the server. We recommend you update to 3.1.1 or above.
Enhancements
- Add useUniqueDistinctId parameter to initialize #500
- Remove base64 encoding #499
- Add superProperties param to initialize #498