Skip to content

Releases: mixpanel/mixpanel-swift

v2.6.10 - Bug fixes

17 Jan 19:42
Compare
Choose a tag to compare
  • Fix extension api compile issue
    #341

v2.6.9 - In-app notification fixes for iOS 13

10 Jan 16:06
Compare
Choose a tag to compare
  • Fix mini notification not showing properly in some devices.
  • Fix In-apps not showing up for iOS 13 with Scenes.
    #338

v2.6.8 - Bug fixes

07 Jan 01:01
Compare
Choose a tag to compare

Prevent users from seeing duplicate inapps when logging out and back in
#337

v2.6.7 - bug fixes

23 Oct 01:41
Compare
Choose a tag to compare
  • Fix in offline mode some time the events not being archived properly
    #334

  • Crash when deploying to WatchOS 5 from Xcode 11
    #334

v2.6.6 - Xcode 11 and bug fixes

04 Oct 01:13
Compare
Choose a tag to compare
  • Xcode 11 and iOS 13 ready
  • Fix the crash in archiveToFile's NSKeyedArchiver, thanks @RamblinWreck77
    #330
  • Fix the crash for Mixpanel Logger
    #330

v2.6.5 - bug fixes

23 Aug 07:19
Compare
Choose a tag to compare

Fix duplicate triggered inapps shown between app sessions
#324

v2.6.4 - race condition bug fixes

19 Aug 07:50
Compare
Choose a tag to compare

PR: #322

  • Crash with Set.contains(_:)
    #321
  • MixpanelInstance.checkDecide crash
    #312
  • Crash in Persistence
    #310
  • Bad Access in Global Lock
    #309

PR: #317 Thanks @RamblinWreck77 !

  • Crash in Network.swift
    #314

PR: #305

  • A/B Developer tweaks won't update
    #302

v2.6.3 - Improved identity management support and bug fixes

07 Jun 07:15
Compare
Choose a tag to compare

mixpanel.identify() now sends a special $identify event to the API. This is not treated like a regular tracking event, but will aid in future platform improvements to support advanced identity management (linking anonymous and logged-in usage, multiple users on one system, etc.).

if more than one user can be identified in your app (ie log-out/log-in scenarios) make sure you call reset() when a user logs-out and that you add MIXPANEL_RANDOM_DISTINCT_ID Active Complilation Conditions in your build settings so anonymous users don't have the same distinct_id (IFA/IFV by default)
#306

fix a potential crash issue by fetching the current super properties
#304

fix deadlock in readwrite lock
#307 thanks @RamblinWreck77

Missing case in makeObjectSerializable() : NaN or infinity cannot be serialized as JSON
#303 thanks @tonysung

Prefix swizzled method name
#289 thanks @ChrisGriffiths

v2.6.2 - Xcode 10.2 and swift 5 support

01 Apr 19:03
Compare
Choose a tag to compare
  • Xcode 10.2 and swift 5 support
    #296

v2.6.1 - Bug fixes

28 Mar 18:55
Compare
Choose a tag to compare
  • Include super properties during display trigger evaluation
  • Fix bug while comparing string types
    #291