Skip to content

Commit baab7d6

Browse files
[release] 3.1.3 - Cancel job monitor on shutdown (#505)
### Fixes - Cancel job monitor on shutdown. This was restarting the other background jobs after they were intentionally stopped. >Included In This Release >- 8144e0d Andre Terron > - Cancel monitor scope on shutdown (#504)
1 parent 8144e0d commit baab7d6

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
@@ -8,7 +8,7 @@ signAllPublications=true
88

99
GROUP=com.statsig
1010
POM_ARTIFACT_ID=serversdk
11-
VERSION_NAME=3.1.2
11+
VERSION_NAME=3.1.3
1212

1313
POM_NAME=Statsig Server SDK
1414
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 = "3.1.2"
7+
private const val VERSION = "3.1.3"
88

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

0 commit comments

Comments
 (0)