From 5244a4e6ef69f828927094591a5444dafa5f86f9 Mon Sep 17 00:00:00 2001 From: sroyal-statsig <76536058+sroyal-statsig@users.noreply.github.com> Date: Tue, 11 Jun 2024 10:18:53 -0700 Subject: [PATCH] [release] 1.26.0 - Compress Log Event Body (#148) Adds compression of the log event body Improves logging for cases where log event fails Updates package metadata >Included In This Release >- aa736908b206749e8a8f03d98c57e244abc9eb52 sroyal-statsig > - Filter Segment Exposures (#146) >- 74b0d368610f94f6574ab612c8139521746b32a0 sroyal-statsig > - Gzip Log Event Body (#144) >- 878ad86590b963d31cc9e0cd529ab802a4407ec6 sroyal-statsig > - Log Event Failure Logging (#143) >- 551d883aa55bbaa453fc4609d55a7947e11a4acf Daniel > - Chore/#38 package metadata (#141) >- 7060ae3ea21868c01ee280a73fec0b34237d8ef7 Daniel > - #39 Cleanup dependencies for newer TFM's (#142) --------- Co-authored-by: statsig-kong[bot] --- dotnet-statsig-tests/Common/StatsigTest.cs | 2 +- dotnet-statsig/dotnet-statsig.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dotnet-statsig-tests/Common/StatsigTest.cs b/dotnet-statsig-tests/Common/StatsigTest.cs index 7a030b4..427066e 100644 --- a/dotnet-statsig-tests/Common/StatsigTest.cs +++ b/dotnet-statsig-tests/Common/StatsigTest.cs @@ -21,7 +21,7 @@ public class StatsigTest : IAsyncLifetime { WireMockServer _server; - private const String ExpectedSdkVersion = "1.25.0.0"; + private const String ExpectedSdkVersion = "1.26.0.0"; Task IAsyncLifetime.InitializeAsync() { diff --git a/dotnet-statsig/dotnet-statsig.csproj b/dotnet-statsig/dotnet-statsig.csproj index 0edd599..fbfd9a7 100644 --- a/dotnet-statsig/dotnet-statsig.csproj +++ b/dotnet-statsig/dotnet-statsig.csproj @@ -7,7 +7,7 @@ statsig_dotnet true Statsig - 1.25.0 + 1.26.0 Statsig Inc. true https://github.com/statsig-io/dotnet-sdk.git