Skip to content

Commit

Permalink
[release] 1.23.1 - Hash secondary exposures in getClientInitializeRes…
Browse files Browse the repository at this point in the history
…ponse. (#329)

### New Features
  
  ### Improvements
  
  ### Fixes
- Hashed Secondary exposures and Undelegated Secondary exposures in
`getClientInitializeResponse`





>Included In This Release
>- ba6bcb6 andyphan-statsig
>   - move private functions after public in SpecStore.kt (#328)
>- 8881769 Weihao Ding
>   - feat: hash gcir secondary & delegate secondary exposures (#325)
  • Loading branch information
weihao-statsig authored Jul 29, 2024
1 parent ba6bcb6 commit 618118a
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.23.0
VERSION_NAME=1.23.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 @@ -6,7 +6,7 @@ import com.google.gson.annotations.SerializedName
import java.util.Properties
import java.util.UUID

private const val VERSION = "1.23.0"
private const val VERSION = "1.23.1"

internal data class StatsigMetadata(@SerializedName("sdkType") var sdkType: String = "java-server", @SerializedName("sessionID") var sessionID: String = UUID.randomUUID().toString(), @SerializedName("languageVersion") var languageVersion: String = System.getProperty("java.version"), @SerializedName("exposureLoggingDisabled") var exposureLoggingDisabled: Boolean? = null) {
@SerializedName("sdkVersion")
Expand Down

0 comments on commit 618118a

Please sign in to comment.