From 91547d1db8b61b277a13b8f86e54c39ac2b958f3 Mon Sep 17 00:00:00 2001 From: Xin Li <137219293+xinlili-statsig@users.noreply.github.com> Date: Tue, 23 Jan 2024 10:09:11 -0800 Subject: [PATCH] [release] 1.16.0 - Fix potential memory leak, SDK Key verification (#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 >- bacf1154ddb6d360ebcb90c1099e3fc005eb68a9 Xin Li > - Fix diagnostics (#144) >- 59283a6030c0d51f9ddd1c92bf956c4bcb3f647e sroyal-statsig > - SDK Key Verification (#141) --- statsig_metadata.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statsig_metadata.go b/statsig_metadata.go index 334c23b..96022bd 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.15.0", + SDKVersion: "1.16.0", LanguageVersion: runtime.Version()[2:], SessionID: SessionID(), }