Releases: BranchMetrics/android-branch-deep-linking-attribution
Releases · BranchMetrics/android-branch-deep-linking-attribution
Release 5.15.0
- New extended Integration Validator UI
Release 5.14.0
- Added
setConsumerProtectionAttributionLevel
for controlling attribution data collection - Deprecated
disableTracking
in favor ofsetConsumerProtectionAttributionLevel(NONE)
Release 5.13.0
- Removal of internal event caching behavior
- Addition of unique id per request in POST body
- Change in behavior of tracking controller, when re-enabled will run initialization tasks.
Release 5.12.4
- Reverted the minimum SDK build version back to 21
Release 5.12.3
- Fix to properly fetch install referrers when using deferred init in plugins
Release 5.12.2
- Add minification config for optional Billing Client
- Add additional detail in exception messages
Release 5.12.1
- Added support for setting FB App ID through
branch.json
Release 5.12.0
- Added new enableLogging method to set preferred logging level
Release 5.11.0
- Added support for setting Branch API URL through branch.json
- Improved performance for best case of user agent string fetch
Release 5.10.2
- v5.10.2
- Master Release - Mar 27, 2024
- Improved start up performance for applications that are using
Branch.setIsUserAgentSync(true)