Skip to content

Releases: Adobe-Marketing-Cloud/id-service

Visitor 5.5.0

14 Oct 17:40
66c7d10
Compare
Choose a tag to compare

Visitor 5.5.0 with the following updates

  • Fix to get sameSite and Secure attributes for privacy cookie
  • Fix to get ECID when an iFrame with same domain as parent domain is loaded.

Visitor 5.4.0 Release

26 Feb 00:48
f88355b
Compare
Choose a tag to compare

VisitorJS 5.4.0 with following changes

  • Ability to configure life time of s_ecid cookie using cookieLifetime config
  • Update for Firefox browser issue when a page is loaded in a child iFrame

Visitor 5.3.0 Release

21 Sep 18:00
0b6626c
Compare
Choose a tag to compare

Visitor 5.3.0 has the following new updates

  • Updated algorithm to generate local ECID
  • Latest Opt-In with Secure and SameSite flags for privacy cookie
  • Fix for Firefox browser issue when a page is loaded in a child iFrame

Visitor 5.2.0 Release

13 Jan 17:33
58ed27c
Compare
Choose a tag to compare
  • This version introduces an event onRecieveEcid which get called when an ECID is received from the Identity Service.
    -- Below example shows how this event works
visitorInstance.onRecieveEcid(callback(ecid){
 console.log(ecid)
})

Visitor 5.1.1 Release

02 Nov 23:53
2216bdc
Compare
Choose a tag to compare
  • This patch contains a fix for setting AMCV cookie with SameSite=None when the VisitorJS is loaded in an iFrame

Visitor 5.1.0 Release

28 Oct 01:11
da9b017
Compare
Choose a tag to compare

Adding sameSiteCookie config to specify the SameSite attribute for AMCV cookie.
This config supports the following values for SameSite attribute

  • Strict
  • Lax
  • None

Details of these attribute values are on web.dev and chromium

Visitor 5.0.1 Release

29 Jul 00:59
064764c
Compare
Choose a tag to compare
  • Patch fix for including d_cf flag when a new IAB consent string is sent to adobe data collection edges.

Visitor 5.0.0 Release

16 Jun 01:01
6668801
Compare
Choose a tag to compare

Visitor 5.0.0 release with support for IAB 2.0.

Visitor 4.6.0 Release

13 Apr 11:58
Compare
Choose a tag to compare

Visitor 4.6.0 has the following changes

  • Made loadSSL flag on by default. All calls to Identity Service will be on https by default. Customers can set it to false if they want to call Identity Services on http from their non-ssl pages.
  • Updated the function used to detect Internet-Explorer (IE) version, to fix an issue reported by ESLint.
  • Fix for performance issue on IE 11 when ECID is given optIn pre-consent and updated later.

Visitor 4.5.2 release with updated optIn module

23 Jan 22:46
3040cec
Compare
Choose a tag to compare

Visitor version 4.5.1 is using an older version of adobe opt In tool.
This patch contains the latest opt In