Skip to content

Releases: mixpanel/mixpanel-ios-session-replay-package

Release v1.1.5

10 Oct 17:57
1e97c66

Choose a tag to compare

What's Changed

  • Revert to compiling with Xcode 16.4 and Swift Compiler 6.1

Release v1.1.4

01 Oct 18:51

Choose a tag to compare

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

24 Sep 17:27

Choose a tag to compare

New:

  • Added provision to override the values of mpLib and libVersion for react-native library

Release v1.1.2

16 Sep 18:43

Choose a tag to compare

Add Apache 2.0 LICENSE file

Release v1.1.1

15 Sep 18:24

Choose a tag to compare

New:

  • Changed MPSessionReplayConfig method visibility from internal to public access level

Release V1.1.0

23 Jul 21:32
807230e

Choose a tag to compare

New:

  • Added initial support for settings API
  • Renamed auto start recording config

Release v1.0.0

12 Jul 00:36
165caf3

Choose a tag to compare

New:

  • Added identify method 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

30 Jun 18:53
bfbb1e4

Choose a tag to compare

0.5.0-beta Pre-release
Pre-release

What's Changed

New:

  • Added ability to start the recording automatically on SDK initialization with default config options.
  • The config options have a flag autoStartRecording which can be set to false to disable auto start of the recording.
  • Updated recordSessionsPercent to autoStartRecordingSessionsPercent in Config
  • Added enableLogging in config

Fixed:

  • Issue with JSON payload that caused problems with web player playback
  • Wifi setting not getting updated by calling updateWifiOnly in init

Full Changelog: v0.4.0...0.5.0

v0.4.0-beta

09 Jun 17:01
de9f28d

Choose a tag to compare

v0.4.0-beta Pre-release
Pre-release

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

09 Jun 16:35
223be5c

Choose a tag to compare

v0.3.3-beta Pre-release
Pre-release

Fixed: Runtime method replacement conflicts with New Relic SDK