Skip to content

Release v7.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jan 19:05

v7.4.0 (2024-01-22)

Non-Singleton MPConfig Class

In this release, we've introduced a significant change to the MPConfig class. Previously implemented as a singleton, MPConfig is now designed to provide instance-specific configurations. This change allows the creation of multiple MPConfig instances, each with potentially different configuration settings. check the docs for more details

Enhancements

  • bump target API level to 33 #826
  • make 'MPConfig' not a Singleton in favor of supporting multiple configurations for multiple Mixpanel instances #825