Skip to content

Commit 85af20a

Browse files
[release] 1.35.2 - Optimize Hashing with ThreadLocal (#420)
### Improvements - The `sha256ToLong` method in the `Hashing` class has been optimized to use ThreadLocal for MessageDigest instances. This ensures thread safety and improves performance in multi-threaded environments. >Included In This Release >- d4aa1cf Weihao Ding > - fix: Optimize sha256ToLong with ThreadLocal (#419)
1 parent d4aa1cf commit 85af20a

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.35.1
10+
VERSION_NAME=1.35.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.35.1"
7+
private const val VERSION = "1.35.2"
88

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

0 commit comments

Comments
 (0)