Skip to content

Commit

Permalink
[release] v1.28.1 - GetClientInitializeResponse target app filtering …
Browse files Browse the repository at this point in the history
…by ID (#225)

### Improvements
- Support `GetClientInitializeResponse` target app filtering using the
target app ID directly rather than the client SDK key





>Included In This Release
>- f89dc82 kenny-statsig
>   - Allow using target app ID directly for GCIR (#223)
  • Loading branch information
kenny-statsig authored Aug 29, 2024
1 parent f89dc82 commit 3d7edcb
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.28.0",
SDKVersion: "v1.28.1",
LanguageVersion: runtime.Version()[2:],
SessionID: SessionID(),
}
Expand Down

0 comments on commit 3d7edcb

Please sign in to comment.