Features
- Introduced a new package with support for Jakarta EE, complementing the existing package for Java EE. The new package is now available in the Maven repository. For more detailed information, please refer to this documentation.
- Introduced a new
visitorCode
parameter toRemoteVisitorDataFilter
. This parameter determines whether to use thevisitorCode
from the most recent previous visit instead of the currentvisitorCode
. When enabled, this feature allows visitor exposure to be based on the retrievedvisitorCode
, facilitating cross-device reconciliation. Default value of the parameter istrue
. - Use
RemoteVisitorDataFilterBuilder
instead of the deprecatedRemoteVisitorDataFilter
constructor.