Skip to content

Commit

Permalink
[release] 1.23.0 - Evaluation and LogEvent Improvements (#186)
Browse files Browse the repository at this point in the history
- GetClientInitialization improvements
- LogEvent compression
- Output logging for logEvent failures
- Added Evaluation Details to GetGate
- Diagnostics bug fixes





>Included In This Release
>- 5c91260 kenny-statsig
>   - add empty secondary exposures to GCIR with local override (#185)
>- 8285fec kenny-statsig
>   - filter & dedupe exposures during evaluation (#184)
>- 45ad920 kat-statsig
>   - log compression (#183)
>- 654e8f1 kat-statsig
>   - logEvent Error Logging (#181)
>- eb645d9 kat-statsig
>   - diagnostics changes (#182)
>- 9fd3b2f kat-statsig
>   - gcir improvements (#180)
>- 7901e86 kenny-statsig
>   - make evaluation details public (#179)
>- 59bf132 kenny-statsig
>   - add evaluation details to GetGate (#176)
  • Loading branch information
kat-statsig authored May 22, 2024
1 parent 5c91260 commit de654f5
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: "1.22.0",
SDKVersion: "1.23.0",
LanguageVersion: runtime.Version()[2:],
SessionID: SessionID(),
}
Expand Down

0 comments on commit de654f5

Please sign in to comment.