Skip to content

Commit

Permalink
[release] v1.30.2 - Expose EvaluationSource, Init details for multi-c…
Browse files Browse the repository at this point in the history
…lient use (#243)

### Improvements
  - Make constants `EvaluationSource` and `EvaluationReason` public
- Expose `InitializeDetails` in new client initialize API
`NewClientWithDetatils` for multi-client use





>Included In This Release
>- 9134f9a kenny-statsig
>   - Make EvaluationSource and EvaluationReason values public (#242)
>- 571a6db kenny-statsig
>   - Add NewClientWithDetails API (#241)
  • Loading branch information
kenny-statsig authored Oct 21, 2024
1 parent 9134f9a commit bf05662
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.1",
SDKVersion: "v1.30.2",
LanguageVersion: runtime.Version()[2:],
SessionID: SessionID(),
}
Expand Down

0 comments on commit bf05662

Please sign in to comment.