Skip to content

Commit 6e549db

Browse files
[release] 1.36.2 - Fix evaluator version parsing with space (#452)
### Fixes - String.toInt() cannot parse " 23" which can cause evaluator failed to compare version. Improve SDK to be more resilient on such case ### Improvements >Included In This Release >- 02a7a63 Xin Li > - change int parsing function (#450) >- 9a76bb0 kat-statsig > - option name change (#451) >- c430777 Daniel > - tool: up retry attempts (#449) >- fd9b3e8 Daniel > - chore: add idType to DynamicConfig (#448) >- 9a2f5b4 Daniel > - tool: add re-run extension for test retries (#447) >- f335f68 Daniel > - chore: add support for accessing idType (#446)
1 parent 02a7a63 commit 6e549db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SONATYPE_AUTOMATIC_RELEASE=true
77

88
GROUP=com.statsig.serversdk
99
POM_ARTIFACT_ID=serversdk
10-
VERSION_NAME=1.36.1
10+
VERSION_NAME=1.36.2
1111

1212
POM_NAME=Statsig Server SDK
1313
POM_DESCRIPTION=A feature gating and a/b testing library for statsig

src/main/kotlin/com/statsig/sdk/StatsigMetadata.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import com.google.gson.annotations.SerializedName
44
import java.util.Properties
55
import java.util.UUID
66

7-
private const val VERSION = "1.36.1"
7+
private const val VERSION = "1.36.2"
88

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

0 commit comments

Comments
 (0)