Releases: adjust/web_sdk
Releases · adjust/web_sdk
Version 5.1.1
Added
- Added
warning
log 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
Adjust
when 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_click
package 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
trackSession
is 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