From 5af41eea1f4729a0571147f9ea188378e47c1d42 Mon Sep 17 00:00:00 2001 From: kenny-statsig <111380336+kenny-statsig@users.noreply.github.com> Date: Tue, 30 Jan 2024 13:45:41 -0800 Subject: [PATCH] [release] 1.17.0 - New options: `DisableAllLogging`, `DisableCDN` (#151) 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 >- d51e49afa2e3ec7cb949261e834aebb7d7b1695a kenny-statsig > - replace print errors with output logger (#146) >- 83fee7cc20aac32cb7f5d6b54b7c477740a24815 kenny-statsig > - add NetworkNotModified eval reason (#148) >- 5325d681cde022e9df3052cc29c36ab665734c21 kenny-statsig > - disable CDN option (#150) >- 55ce0d8fa1deef0281818f8131bbebcf67a42f96 kenny-statsig > - disable error logging (#149) >- 0dc81eb0a97f1c687ec153e8705451c2c7546f82 kenny-statsig > - disable event logging (#147) --- statsig_metadata.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statsig_metadata.go b/statsig_metadata.go index 96022bd..fc3e6ab 100644 --- a/statsig_metadata.go +++ b/statsig_metadata.go @@ -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(), }