Skip to content

Release v3.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 22:50

v3.4.0 (2022-06-30)

Enhancements

  • add an option for 'createAlias' for not calling identify #547

When you call the API createAlias, there is an implicit identify call inside the API done for you. This will keep your signup funnels working correctly in most cases. However, if that is not what you want, this PR will allow you to not call identify by specifying andIdentify to false.

Please also note: With Mixpanel Identity Merge enabled, calling alias is no longer required but can be used to merge two IDs in scenarios where identify would fail