Skip to content

Commit 2c24056

Browse files
[release] v1.28.0 - Transport override option & bug fixes (#221)
### New Features - Option to override the internal HTTP client's transport. ### Improvements - Better type conversion, now supports golang "enums" ### Fixes - User persistent store evaluation schema for `explicit_parameters` fixed to be consistent with other SDKs >Included In This Release >- 8f92476 kenny-statsig > - Add Transport Option to allow egress proxies (#217) >- 3ad0fae kenny-statsig > - Fix lint errors (#218) >- a85cc88 kenny-statsig > - Fix GCIR test (#220) >- 3c50265 kenny-statsig > - Fix type conversion for custom type definitions (#204) >- 9f37bc1 kenny-statsig > - Fix type of explicit parameters (#219)
1 parent 8f92476 commit 2c24056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

statsig_metadata.go

Lines changed: 1 addition & 1 deletion
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.27.1",
17+
SDKVersion: "v1.28.0",
1818
LanguageVersion: runtime.Version()[2:],
1919
SessionID: SessionID(),
2020
}

0 commit comments

Comments
 (0)