File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
src/main/java/com/adobe/target/edge/client/utils Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+ ## [ 2.3.1] - 2022-09-12
5+ ### Fixed
6+ - Client custom Mbox parameters now correctly support dot notation
7+ - stickyLocationHint is updated regardless of Decisioning method
8+
49## [ 2.3.0] - 2022-05-26
510### Added
611- Added ClientHints support
Original file line number Diff line number Diff line change 11group =com.adobe.target
2- version =2.3.0
2+ version =2.3.1
33mavenCentralUrl =https://oss.sonatype.org/service/local/staging/deploy/maven2
44pomDescription =Adobe Target Java SDK
55pomURL =https://docs.adobe.com/content/help/en/target/using/implement-target/server-side/api-and-sdk-overview.html
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ public class TargetConstants {
1515
1616 public static final String COOKIE_NAME = "mbox" ;
1717 public static final String CLUSTER_COOKIE_NAME = "mboxEdgeCluster" ;
18- public static final String SDK_VERSION = "2.3.0 " ;
18+ public static final String SDK_VERSION = "2.3.1 " ;
1919}
You can’t perform that action at this time.
0 commit comments