Skip to content

Commit

Permalink
[release] 1.35.1 - Fix persistent assignment enforceTargeting/enforce…
Browse files Browse the repository at this point in the history
…Overrides (#418)

### Fixes
- Fix enforceTargeting/enforceOverrides option when using persistent
assignment. Previously did not correctly apply the persisted assignment
when there were no targeting rules or no overrides.





>Included In This Release
>- 4d04fa2 kenny-statsig
>   - expose persisted values API in Java (#416)
>- 41302d8 kenny-statsig
>   - prevent overwriting sticky values (#417)
>- 28f18e0 kenny-statsig
> - Fix persistent assignment enforce targeting/overrides when no rules
apply (#415)
  • Loading branch information
kenny-statsig authored Jan 6, 2025
1 parent 4d04fa2 commit c4caf6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SONATYPE_AUTOMATIC_RELEASE=true

GROUP=com.statsig.serversdk
POM_ARTIFACT_ID=serversdk
VERSION_NAME=1.35.0
VERSION_NAME=1.35.1

POM_NAME=Statsig Server SDK
POM_DESCRIPTION=A feature gating and a/b testing library for statsig
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/com/statsig/sdk/StatsigMetadata.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import com.google.gson.annotations.SerializedName
import java.util.Properties
import java.util.UUID

private const val VERSION = "1.35.0"
private const val VERSION = "1.35.1"

internal data class StatsigMetadata(
@SerializedName("sdkType") var sdkType: String = "java-server",
Expand Down

0 comments on commit c4caf6d

Please sign in to comment.