Skip to content

Snowplow iOS Tracker v1.6.0

Compare
Choose a tag to compare
@AlexBenny AlexBenny released this 23 Sep 08:05
· 246 commits to master since this release
96dcf15

This release fixes an issue about Swift Package Manager where the minimum deployment target version didn't meet the stricter requirements of Xcode 12.

We also refactored the session management which fixes an issue where short session timeout could cause more than one session expiration. Also, the new session management avoids other possible issues as it adopts a different way to check if the session is expired (more details on #497 thread).

CHANGELOG

Bug fixes:

  • Enable Xcode 12 support for Swift Package Manager (#544) (Thanks to Marc Schultz contribution)
  • Make session uuid rotation dependant on events being tracked (#497)

Under the hood:

  • Update GitHub Actions to test on iOS 14 (#545)
  • Session storageMechanism is marked SQLITE but it's not (#482)