Skip to content

Releases: mixpanel/mixpanel-swift

v2.7.4 - Bug fixes

07 Jul 00:08
Compare
Choose a tag to compare

Fix crash with CTTelephonyNetworkInfo in setCurrentRadio
#388

v2.7.3 - Bug fixes for flushing large event queues

14 May 18:55
Compare
Choose a tag to compare
  • fix potential issues with large event queues due to the unstable network and too many events being tracked within a short period of time.
    #373
  • fix bug for sending Bool value as NSNumber, the server should now receive Bool value properly
    #373

v2.7.2 - Bug fixes

07 May 21:10
Compare
Choose a tag to compare
  • add NSNumber support as a property value type 
    #371
  • add a new public property trackAutomaticEventsEnabled to Mixpanel
    #370
  • fix potential crash from check decide 
    #366
  • Fix deprecated currentRadioAccessTechnology in CTTelephonyNetworkInfo
    #369
  • Fix two minor build warnings for Xcode 11.4b3, thanks @bengottlieb
    #351

v2.7.1 - Several critical bug fixes

24 Apr 00:03
Compare
Choose a tag to compare
  • Add support for macOS Catalyst
    #362

  • Fix compile error when decide is off for tracking push notifications
    #363

  • Optimize persistence logic to reduce cpu and memory overhead
    #364 thanks @RamblinWreck77

  • Fix the issue where events not being able to be flushed beyond the batch size.
    #365

v2.7.0 - Rich push notifications and new push tracking events

13 Feb 17:13
Compare
Choose a tag to compare
  • Additional support for rich push notifications including a bundled Notification Service Extension for rendering media and buttons
    #340
  • New push notification tracking events: $push_notification_received, $push_notification_tap, $push_notification_dismissed for notifications sent from Mixpanel
    #345

v2.6.11 - Bug fixes

17 Jan 21:26
Compare
Choose a tag to compare

Respect checkForVariantsOnActive and checkForNotificationOnActive
#344

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