Releases: mixpanel/mixpanel-ios-session-replay-package
Releases · mixpanel/mixpanel-ios-session-replay-package
Release v1.1.5
What's Changed
- Revert to compiling with Xcode 16.4 and Swift Compiler 6.1
Release v1.1.4
New:
- Touch events now record the real-time timestamp to keep event timelines accurate.
- Recompiled the SDK using Swift 6.2 to match Xcode 26.
Release v1.1.3
New:
- Added provision to override the values of
mpLibandlibVersionfor react-native library
Release v1.1.2
Add Apache 2.0 LICENSE file
Release v1.1.1
New:
- Changed
MPSessionReplayConfigmethod visibility from internal to public access level
Release V1.1.0
New:
- Added initial support for settings API
- Renamed auto start recording config
Release v1.0.0
New:
- Added
identifymethod to change distinct ID at runtime - Support for re-initialization at runtime
- Recording now begins automatically by default upon initialization (configurable)
- MKMapViews are now masked by default
Fixed:
- JSON payload issue that caused replays to get stuck during playback
0.5.0-beta
What's Changed
New:
- Added ability to start the recording automatically on SDK initialization with default config options.
- The config options have a flag
autoStartRecordingwhich can be set to false to disable auto start of the recording. - Updated
recordSessionsPercenttoautoStartRecordingSessionsPercentin Config - Added
enableLoggingin config
Fixed:
- Issue with JSON payload that caused problems with web player playback
- Wifi setting not getting updated by calling
updateWifiOnlyin init
Full Changelog: v0.4.0...0.5.0
v0.4.0-beta
What's Changed
- Adds an
identify(distinctId:)method to change the distinct ID at runtime - Update with v0.4.0 xcframework by @jaredmixpanel in #4
- bump podspec to 0.4.0 by @jaredmixpanel in #5
Full Changelog: v0.3.3...v0.4.0
v0.3.3-beta
Fixed: Runtime method replacement conflicts with New Relic SDK