From d64278c68e372a195074ce24c29daeef4bcd3019 Mon Sep 17 00:00:00 2001 From: kenny-statsig <111380336+kenny-statsig@users.noreply.github.com> Date: Mon, 17 Jun 2024 10:12:56 -0700 Subject: [PATCH] [release] v1.24.0 - Improved errors (#192) Bug fixes: - Errors for failed event logging not being sent to stderr or log callback Improvements: - Introduced custom errors with matching: `ErrFailedLogEvent` - Error messages in stderr now contain timestamps - Network error messages include status code, # of retries, and endpoint - Errors now sent to stderr instead of stdout >Included In This Release >- 42df398f3a9045c0a61660aab62741204e7ddaf9 kenny-statsig > - Nil-safe response status code check (#190) >- 3c9f00802632fdddd98ebc968a1900055e23c07e kenny-statsig > - improve error formatting (#188) >- f53d35ea930ce207054b6a5c5a1e2f722dd82e1f kenny-statsig > - fix log event output error (#187) --- statsig_metadata.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statsig_metadata.go b/statsig_metadata.go index dfaf8ca..1ee84e6 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.23.0", + SDKVersion: "v1.24.0", LanguageVersion: runtime.Version()[2:], SessionID: SessionID(), }