From b17dbf539af90c009e3a96fc892ad7a6b728abc1 Mon Sep 17 00:00:00 2001 From: kenny-statsig <111380336+kenny-statsig@users.noreply.github.com> Date: Thu, 3 Oct 2024 15:01:27 -0700 Subject: [PATCH] 1.29.0 - Enforce targeting for persisted assignments & Improved formatting for SSR (#384) ### Improvements - Allow checking targeting gate before serving persisted assignment via the option `enforceTargeting` on `PersistentAssignemntOptions` - Support new client initialize format for SSR `getEvaluationsForUser`. *Not yet compatible with all client SDKs* --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index c4ed1b9..2ca72a4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ SONATYPE_AUTOMATIC_RELEASE=true GROUP=com.statsig.serversdk POM_ARTIFACT_ID=serversdk -VERSION_NAME=1.28.0 +VERSION_NAME=1.29.0 POM_NAME=Statsig Server SDK POM_DESCRIPTION=A feature gating and a/b testing library for statsig