Releases: adjust/web_sdk
Releases · adjust/web_sdk
Release list
Version 5.8.3
Fixed
- Fixed an issue where the SDK’s installed state was not updated when a recent session had already been tracked in another SDK instance. In this case, queued events are now still sent even if the
/sessionrequest is denied due to the session interval limit. - Added error logging for unsuccessful
/sessionrequests to make such cases easier to diagnose.
Version 5.8.2
Fixed
- Updated vulnerable dependencies.
Version 5.8.1
Fixed
- Updated npm dependencies to resolve reported security warnings.
Version 5.8.0
Added
- Added support for configuring store information. You can now specify the store name and store app ID using
initSdkmethod. This enables the SDK to record the intended app store source.
Version 5.7.2
Fixed
- Fixed an issue with update
installedflag in SDK data whensetReferrermethod called. - Fixed an issue where failed network requests were not indicated.
Version 5.7.1
Fixed
- Type definitions for ThirdPartySharing.
Version 5.7.0
Added
- Added asynchronous function
waitForWebUUID, returning a Promise which resolves whenweb_uuidbecomes available. - Added asynchronous function
waitForAttribution, returning a Promise which resolves when attribution data received from Adjust Backend.
Changed
- UrlStrategy reworked.
- Third Party Sharing reworked.
- Outdated Smart Banners removed.
Version 5.6.0
Added
- Added a return of Promise from
trackEventmethod.
Fixed
- Fixed SDK state synchronization issue between multiple tabs.
Version 5.5.0
Added
- Added
setReferrermethod to set referrer and trigger/sdk_clickrequest manually.
Fixed
- Fixed issue which caused site not to load when cookies are blocked in browser.
Version 5.4.0
Added
- Added support of Data Residency.
- Added Smart Banner
onCreatedandonDismissedoptional callbacks. To set callbacks pass them toinitSmartBannermethod. - Added
showSmartBannerandhideSmartBannermethods to control Smart Banner visibility after initialisation.
Fixed
- Fixed issue when Url Strategy ignored SDK config.