Skip to content

2.4.5

Compare
Choose a tag to compare
@craigrouse craigrouse released this 21 Sep 15:10
· 98 commits to main since this release
0084be9

2.4.5

High Impact Changes

  • Fixed a bug that caused Apple Watches to never send events.
  • Fixed a bug that prevented to automatically track deeplinks received in the AppDelegate.

Medium Impact Changes

  • Fixed a bug that caused lifecycle to crash when migrating from the objective-c library without the lifecycle.

Low Impact Changes

  • Made visitorServiceDelegate and webViewDelegates weak references in the config to avoid potential memory leaks.
  • Made impossible to add two remote commands with the same commandId.
  • Added the new keys deep_link_referrer_app and deep_link_referrer_url that are added when a deepLink is automatically detected and a referrer is present, or when passed to the method Tealium.handleDeepLink(_:referrer:).
  • Improved query params handling for deepLinks by removing old query parameters when receiving multiple deepLinks during the same session.
  • Updated list of device model names to include latest iPhone, iPad and AppleWatch models.