Skip to content

Releases: adjust/web_sdk

Version 5.8.3

Choose a tag to compare

@github-actions github-actions released this 09 Jun 12:51
86e9e16

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 /session request is denied due to the session interval limit.
  • Added error logging for unsuccessful /session requests to make such cases easier to diagnose.

Version 5.8.2

Choose a tag to compare

@github-actions github-actions released this 24 Mar 09:57
e9cda45

Fixed

  • Updated vulnerable dependencies.

Version 5.8.1

Choose a tag to compare

@github-actions github-actions released this 28 Nov 10:54
f89ae13

Fixed

  • Updated npm dependencies to resolve reported security warnings.

Version 5.8.0

Choose a tag to compare

@github-actions github-actions released this 23 Sep 09:39
41552a0

Added

  • Added support for configuring store information. You can now specify the store name and store app ID using initSdk method. This enables the SDK to record the intended app store source.

Version 5.7.2

Choose a tag to compare

@YaraMatkova YaraMatkova released this 11 Mar 08:34
3b71e0f

Fixed

  • Fixed an issue with update installed flag in SDK data when setReferrer method called.
  • Fixed an issue where failed network requests were not indicated.

Version 5.7.1

Choose a tag to compare

@YaraMatkova YaraMatkova released this 20 Sep 08:41
871175d

Fixed

  • Type definitions for ThirdPartySharing.

Version 5.7.0

Choose a tag to compare

@YaraMatkova YaraMatkova released this 16 Aug 11:00
b5a48fa

Added

  • Added asynchronous function waitForWebUUID, returning a Promise which resolves when web_uuid becomes available.
  • Added asynchronous function waitForAttribution, returning a Promise which resolves when attribution data received from Adjust Backend.

Changed

Version 5.6.0

Choose a tag to compare

@YaraMatkova YaraMatkova released this 30 Jan 09:45
df424ba

Added

  • Added a return of Promise from trackEvent method.

Fixed

  • Fixed SDK state synchronization issue between multiple tabs.

Version 5.5.0

Choose a tag to compare

@YaraMatkova YaraMatkova released this 17 Nov 14:15
3340026

Added

  • Added setReferrer method to set referrer and trigger /sdk_click request manually.

Fixed

  • Fixed issue which caused site not to load when cookies are blocked in browser.

Version 5.4.0

Choose a tag to compare

@YaraMatkova YaraMatkova released this 20 Sep 18:06
b8e8fd4

Added

  • Added support of Data Residency.
  • Added Smart Banner onCreated and onDismissed optional callbacks. To set callbacks pass them to initSmartBanner method.
  • Added showSmartBanner and hideSmartBanner methods to control Smart Banner visibility after initialisation.

Fixed

  • Fixed issue when Url Strategy ignored SDK config.