Skip to content

Commit

Permalink
[release] 1.16.0 - Fix potential memory leak, SDK Key verification (#…
Browse files Browse the repository at this point in the history
…145)

Bug fix
- Fix memory leak bugs that our Diagnostic(Internal logging system) do
not always clear out related logging on time, when those events are not
being sampled or diagnostics are being disabled

Internal 
- SDK Key verification: Check if download_config_spec response match
with given instance





>Included In This Release
>- bacf115 Xin Li
>   - Fix diagnostics (#144)
>- 59283a6 sroyal-statsig
>   - SDK Key Verification (#141)
  • Loading branch information
xinlili-statsig authored Jan 23, 2024
1 parent bacf115 commit 91547d1
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.15.0",
SDKVersion: "1.16.0",
LanguageVersion: runtime.Version()[2:],
SessionID: SessionID(),
}
Expand Down

0 comments on commit 91547d1

Please sign in to comment.