Skip to content

Commit 8d917c4

Browse files
[release] 1.35.5 - More detailed Loggings around Network Requests (#429)
### Improvements - Added more detailed loggings around network requests process so that end user can know which url they are hitting >Included In This Release >- 044d217 Weihao Ding > - chore: add safe url loggings around network request (#426) >- 5da7a42 Weihao Ding > - chore: removing validating step for testing (#428) >- aefdc7c Weihao Ding > - chore: upgrade java8 to java11 (#427) >- beb37be Weihao Ding > - chore: update statsigoptions when logging (#423)
1 parent 044d217 commit 8d917c4

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.4
10+
VERSION_NAME=1.35.5
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.4"
7+
private const val VERSION = "1.35.5"
88

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

0 commit comments

Comments
 (0)