November 1, 2020
Tealium for iOS (Swift)
New Features
- Added the Timed Events feature which tracks the time between specified events.
Low Impact Changes
- Fixed a bug that made it impossible to set a custom endpoint for the Collect module.
- Renamed the
collectOverrideURL
tooverrideCollectURL
for consistency with other libraries. - Introduced new URL override option for batched events
overrideCollectBatchURL
. - Added
device_manufacturer
to the data layer.
Tealium for Android (Kotlin)
- Timed events support for reporting the time taken between user events of interest
- New
device_model
anddevice_manufacturer
data keys provided by theDeviceCollector
- Automated unit and instrumented tests for PRs into master using GitHub actions
- Collect Dispatcher 1.0.1
- Additional Collect URL overrides
- Test coverage increase
- Hosted Datalayer 1.0.0
- Test coverage increase
- Lifecycle 1.0.1
- Bug fix: Missing autotracked key on sleep events
- Test coverage increase
- Location 1.0.1
- Bug fix: Issue with automatically adding nearby geofences
- Test coverage increase
- Visitor Service 1.0.1
- Non-breaking change for testability purposes
- Test coverage increase