Skip to content

Commit

Permalink
[release] 1.35.5 - More detailed Loggings around Network Requests (#429)
Browse files Browse the repository at this point in the history
### 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)
  • Loading branch information
weihao-statsig authored Feb 7, 2025
1 parent 044d217 commit 8d917c4
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.4
VERSION_NAME=1.35.5

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

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

0 comments on commit 8d917c4

Please sign in to comment.