Skip to content

Commit 5fe3ba1

Browse files
authored
[release] v1.34.0 - Remove fetch from server + id list bug fix (#265)
### Improvements - Remove fetching from server when an evaluation is not supported ### Fixes - Fix a bug where during big id list propagation, user can run into a nil pointer when calling GetClientInitializeResponse >Included In This Release >- bafe94e sroyal-statsig > - Remove Fetch From Server (#263) >- 3550033 kat-statsig > - check if list.id is nil (#264) >- c2f5f08 sroyal-statsig > - Fix Override Function Comments (#262) >- 9839e07 kat-statsig > - unflakey unit test (#258)
1 parent bafe94e commit 5fe3ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

statsig_metadata.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type statsigMetadata struct {
1414
func getStatsigMetadata() statsigMetadata {
1515
return statsigMetadata{
1616
SDKType: "go-sdk",
17-
SDKVersion: "v1.33.0",
17+
SDKVersion: "v1.34.0",
1818
LanguageVersion: runtime.Version()[2:],
1919
SessionID: SessionID(),
2020
}

0 commit comments

Comments
 (0)