Skip to content

Commit

Permalink
[release] 1.19.0 - Standardize persisted evaluation schema (#164)
Browse files Browse the repository at this point in the history
* Updated schema of persisted storage data to be standardized across
SDKs
* Added group name to layers
* Updated diagnostics for ID lists
* Fixed issue with writing ID lists in incorrect order to data adapter





>Included In This Release
>- 21b0eaf sroyal-statsig
>   - Layer Group Name (#163)
>- d152dd8 kenny-statsig
>   - [EE-274] standardize evaluation json schema (#162)
>- c33c6ec kenny-statsig
>   - make writing id list to data store thread safe (#161)
>- 9820772 kenny-statsig
>   - update diagnostics (#158)
>- 1cb6933 kenny-statsig
>   - fix test flakiness (#160)
>- 031e79c kenny-statsig
>   - add language version to header and handle nil body (#159)
  • Loading branch information
kenny-statsig authored Mar 20, 2024
1 parent 21b0eaf commit 6c1a681
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.18.0",
SDKVersion: "1.19.0",
LanguageVersion: runtime.Version()[2:],
SessionID: SessionID(),
}
Expand Down

0 comments on commit 6c1a681

Please sign in to comment.