Skip to content

Commit

Permalink
[release] 1.26.0 - Compress Log Event Body (#148)
Browse files Browse the repository at this point in the history
Adds compression of the log event body
Improves logging for cases where log event fails
Updates package metadata





>Included In This Release
>- aa73690 sroyal-statsig
>   - Filter Segment Exposures (#146)
>- 74b0d36 sroyal-statsig
>   - Gzip Log Event Body (#144)
>- 878ad86 sroyal-statsig
>   - Log Event Failure Logging (#143)
>- 551d883 Daniel
>   - Chore/#38 package metadata (#141)
>- 7060ae3 Daniel
>   - #39 Cleanup dependencies for newer TFM's (#142)

---------

Co-authored-by: statsig-kong[bot] <[email protected]>
  • Loading branch information
sroyal-statsig and sroyal-statsig authored Jun 11, 2024
1 parent aa73690 commit 5244a4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dotnet-statsig-tests/Common/StatsigTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down
2 changes: 1 addition & 1 deletion dotnet-statsig/dotnet-statsig.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>statsig_dotnet</RootNamespace>
<PackOnBuild>true</PackOnBuild>
<PackageId>Statsig</PackageId>
<Version>1.25.0</Version>
<Version>1.26.0</Version>
<Authors>Statsig Inc.</Authors>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<RepositoryUrl>https://github.com/statsig-io/dotnet-sdk.git</RepositoryUrl>
Expand Down

0 comments on commit 5244a4e

Please sign in to comment.