Skip to content

Version 5.0.0

Compare
Choose a tag to compare
@milica milica released this 14 May 12:02
· 378 commits to master since this release
2974300

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