Skip to content

Commit

Permalink
Java SDK 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Oct 24, 2024
1 parent 1b24226 commit f901fb5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

## 4.7.0 - 2024-10-24
### Features
* Introduced a new package with support for [Jakarta EE](https://jakarta.ee/), complementing the existing package for [Java EE](https://www.oracle.com/java/technologies/java-ee-glance.html). The new package is now available in the [Maven repository](https://central.sonatype.com/artifact/com.kameleoon/kameleoon-client-java-jakarta). For more detailed information, please refer to [this documentation](https://developers.kameleoon.com/feature-management-and-experimentation/web-sdks/java-sdk/#install-the-java-client).
* Introduced a new `visitorCode` parameter to [`RemoteVisitorDataFilter`](https://developers.kameleoon.com/feature-management-and-experimentation/web-sdks/java-sdk/#using-parameters-in-getremotevisitordata). This parameter determines whether to use the `visitorCode` from the most recent previous visit instead of the current `visitorCode`. When enabled, this feature allows visitor exposure to be based on the retrieved `visitorCode`, facilitating [cross-device reconciliation](https://developers.kameleoon.com/core-concepts/cross-device-experimentation/). Default value of the parameter is `true`.
* Use [`RemoteVisitorDataFilterBuilder`](https://developers.kameleoon.com/feature-management-and-experimentation/web-sdks/java-sdk/#using-parameters-in-getremotevisitordata) instead of the deprecated [`RemoteVisitorDataFilter`](https://developers.kameleoon.com/feature-management-and-experimentation/web-sdks/java-sdk/#using-parameters-in-getremotevisitordata) constructor.

## 4.6.0 - 2024-10-04
### Features
* Introduced new evaluation methods for clarity and improved efficiency when working with the SDK:
Expand Down

0 comments on commit f901fb5

Please sign in to comment.