Skip to content

Commit

Permalink
[release] v1.30.0 - Initialization details (#235)
Browse files Browse the repository at this point in the history
### Improvements
- Return details upon initialization, (success/fail, error, duration,
data source)





>Included In This Release
>- 14ddbee kenny-statsig
>   - Fix statsig context race condition (#236)
>- 6e44656 kenny-statsig
>   - Init details (#233)
>- a4fd835 kenny-statsig
>   - Refactor statsig context (#229)
>- 59cf3a9 Weihao Ding
>   - optimize: eval process (#234)
  • Loading branch information
kenny-statsig authored Oct 8, 2024
1 parent 14ddbee commit 31ed90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statsig_metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type statsigMetadata struct {
func getStatsigMetadata() statsigMetadata {
return statsigMetadata{
SDKType: "go-sdk",
SDKVersion: "v1.29.1",
SDKVersion: "v1.30.0",
LanguageVersion: runtime.Version()[2:],
SessionID: SessionID(),
}
Expand Down

0 comments on commit 31ed90b

Please sign in to comment.