Releases: Tealium/tealium-swift
Releases · Tealium/tealium-swift
2.14.1
2.14.0
Medium Impact Changes
- Added new MomentsAPI module
- Added logging in module callback to allow modules to report success or failure on initialization
2.13.0
Medium Impact Changes
- Improved local
RemoteCommands
to accept files path both with and without the extension. - Fix remote commands and remote settings refresh mechnism and caching.
- Improve remote commands and remote settings retry mechanism.
- Allow URL
RemoteCommands
to use a bundled local file with thecommandId
as name while downloading the remote file or if it can't be downloaded and it's not cached. - Add a
TagManagementWebview
refresh after a session is expired.
2.12.3
2.12.2
2.12.1
2.12.0
2.11.1
2.11.0
Medium Impact Changes
- Increased minimum supported os versions: iOS 11.0, TvOS 11.0, WatchOS 4.0 and MacOS 10.13.
- Changed the storage default directory on disk for TvOS from Application Support to Caches as the first one was not supported on the TVs.
- Removed the
iAd
framework from theAttribution
module since it was disabled by Apple and it will be removed soon.
Low Impact Changes
- Implemented the possibility to disable the whole SDK from remote settings.
- Updated the list of device names including newest iOS devices and now including mac devices too.
- Fixed
TealiumVisitorProfile
parsing to gracefully acceptnull
strings. - Improved error logs readability.
Known Issues
- This release is our last release targeting XCode 14. XCode 15 dropped support for iOS 11, therefore to install on XCode 15 you need to manually increase the minimum deployment target of the Tealium library to 12 after installing it or the app will crash on launch. See here.
2.10.1
Low Impact Changes
- Removed some data from the data layer that was left there from a previous migration from the Objective-C library:
app_version
,uuid
,visitor_id
,last_track_event
andlast_session_created
. - Prevented an eventual crash on XCode 15 beta due to
+load
method being defined on an obj-c category of a swift class.