From 63a4ad1c7401061236473fc8a5c0a5c45e64c1ea Mon Sep 17 00:00:00 2001 From: sophia chen Date: Fri, 27 Feb 2026 17:05:21 +1100 Subject: [PATCH 1/3] added effective getter --- src/main/java/com/uid2/shared/store/salt/ISaltProvider.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/uid2/shared/store/salt/ISaltProvider.java b/src/main/java/com/uid2/shared/store/salt/ISaltProvider.java index 9d92e972..8da068fd 100644 --- a/src/main/java/com/uid2/shared/store/salt/ISaltProvider.java +++ b/src/main/java/com/uid2/shared/store/salt/ISaltProvider.java @@ -16,6 +16,7 @@ static interface ISaltSnapshot { String getFirstLevelSalt(); Instant getExpires(); + Instant getEffective(); List getModifiedSince(Instant timestamp); From 8424f607602417cc2c80512674b9a980ca61174b Mon Sep 17 00:00:00 2001 From: Release Workflow Date: Fri, 27 Feb 2026 06:13:48 +0000 Subject: [PATCH 2/3] [CI Pipeline] Released Snapshot version: 11.4.5-alpha-342-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 19eb3e62..b2e597f9 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.uid2 uid2-shared - 11.4.4 + 11.4.5-alpha-342-SNAPSHOT ${project.groupId}:${project.artifactId} Library for all the shared uid2 operations https://github.com/IABTechLab/uid2docs From fff892b15bfc1516092427e5e55a0ec672345371 Mon Sep 17 00:00:00 2001 From: Release Workflow Date: Fri, 27 Feb 2026 06:27:03 +0000 Subject: [PATCH 3/3] [CI Pipeline] Released Snapshot version: 11.4.6-alpha-343-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b2e597f9..f2d31389 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.uid2 uid2-shared - 11.4.5-alpha-342-SNAPSHOT + 11.4.6-alpha-343-SNAPSHOT ${project.groupId}:${project.artifactId} Library for all the shared uid2 operations https://github.com/IABTechLab/uid2docs