Skip to content

Commit

Permalink
[release] v1.30.1 - Fix race condition during initialization (#240)
Browse files Browse the repository at this point in the history
### Improvements
  - Add ID type to `GetClientInitializeResponse`
  ### Fixes
- Fix race condition in `InitializeDetails` when initializing with
timeout





>Included In This Release
>- 66d7d48 kenny-statsig
>   - fix race condition in init context (#238)
>- 7919428 sroyal-statsig
>   - Add IDType to GCIR (#237)
  • Loading branch information
kenny-statsig authored Oct 15, 2024
1 parent 66d7d48 commit d123c92
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.30.0",
SDKVersion: "v1.30.1",
LanguageVersion: runtime.Version()[2:],
SessionID: SessionID(),
}
Expand Down

0 comments on commit d123c92

Please sign in to comment.