Skip to content

Release 6.4.1

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Jun 10:27
· 1 commit to master since this release
Immutable release. Only release title and notes can be modified.
15261f4

Features

  • Added support for filtering Event and People properties before they are stored and sent to Mixpanel, helping reduce payload size and exclude unwanted properties through exact, case-sensitive key matching. (#734)
        let options = MixpanelOptions(token: token, excludeProperties: ["key_1", "key_2"])
        Mixpanel.initialize(options: options)

Fixes

  • Fixed an issue where initializing Mixpanel inside a SwiftUI App.init() caused the app's global accent color to be reverted to the system default blue (#727)
  • Added missing comma in .swift-format config (#736)

Chores

  • Align changelog extraction with rest of SDK fleet (#735)

Full Changelog