Releases: adjust/web_sdk
Releases · adjust/web_sdk
Release list
Version 5.3.1
Added
- Added sending of
deduplication_idparameter ineventpackage. - Added Subresource Integrity feature support. You can find calculated integrity value in INTEGRITY file to pass it as
integrityattribute ofscripttag when you use CDN to load Adjust Web SDK. Also a new installation snippet supporting SRI added to README, it adds needed attributes automatically.
Fixed
- Updated deprecated and vulnerable dependencies.
Version 5.3.0
Added
- Added
getWebUUIDmethod to access SDK generated IDweb_uuid. - Added
getAttributionmethod to access user's current attribution information.
Fixed
- Fixed issue with URL strategy retrying to send requests after SDK was disabled.
Version 5.2.1
Fixed
- Fixed top-level Typescript declarations.
Version 5.2.0
Version 5.1.2
Added
- Added Typescript support.
- Added URL strategy with retries when request are being blocked by firewall.
- Added custom storage namespace.
Fixed
- Fixed issue with using IndexedDb in cross-origin iframe in Safari.
Version 5.1.1
Added
- Added
warninglog level to make non-critical issues look less frightening.
Fixed
- Fixed state synchronization issues between multiple tabs.
- Fixed issue with switching the SDK offline and online which could cause requests loss.
Pull Request #13
Version 5.1.0
Version 5.0.0
Added
- New major SDK update.
- Added SDK exposure under all module definitions, so it works under CommonJS and AMD environments and is also available through global
Adjustwhen loaded through cdn. - Added attribution callback support.
- Added retry mechanism for failed attribution requests.
- Added HTTP request queueing with retry mechanism.
- Added usage of indexedDB with localStorage as a fallback.
- Added global callback and partner parameters, along with removal of previously set ones.
- Added offline mode.
- Added possibility to set the log level on init and optionally specify log container.
- Added SDK stop and restart possibility.
- Added GDPR forget me ability.
- Added ability to define default tracker through configuration.
- Added sending of
sdk_clickpackage when referrer is available. - Added traffic redirection possibility.
- Added event deduplication.
- Added disable third party sharing option.
Changed
- Switched to using exposed single instance instead of initiating it manually with the
new(Adjust.initSdk(YOUR_CONFIG)). - Automated session tracking, method
trackSessionis no longer available.
Pull Request #8
Version 4.1.0
- Added possibility to track revenue with events.
- Added possibility to track callback parameters with events.
- Added possibility to track partner parameters with events.
- Added example web app for SDK testing.
- Refactored and cleaned up SDK a bit.
PR: #2