Skip to content

Commit

Permalink
[release] 1.17.0 - New options: DisableAllLogging, DisableCDN (#151)
Browse files Browse the repository at this point in the history
New options:
- `DisableAllLogging` - Disables all logging requests (exposures, custom
events, diagnostics, errors)
- `DisableCDN` - Disable use of CDN for downloading config specs

Introduce new evaluation reason `NetworkNotModified`
Minor fix for piping error print logs to custom output logger





>Included In This Release
>- d51e49a kenny-statsig
>   - replace print errors with output logger (#146)
>- 83fee7c kenny-statsig
>   - add NetworkNotModified eval reason (#148)
>- 5325d68 kenny-statsig
>   - disable CDN option (#150)
>- 55ce0d8 kenny-statsig
>   - disable error logging (#149)
>- 0dc81eb kenny-statsig
>   - disable event logging (#147)
  • Loading branch information
kenny-statsig authored Jan 30, 2024
1 parent d51e49a commit 5af41ee
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.16.0",
SDKVersion: "1.17.0",
LanguageVersion: runtime.Version()[2:],
SessionID: SessionID(),
}
Expand Down

0 comments on commit 5af41ee

Please sign in to comment.