From 890e6d656110c89dc66a03008d99473b705b5d6f Mon Sep 17 00:00:00 2001
From: Weihao Ding <158090588+weihao-statsig@users.noreply.github.com>
Date: Tue, 6 Aug 2024 14:52:34 -0700
Subject: [PATCH] [release] 1.27.3 - Removed Private Attributes and Hashed
Secondary Exposures in `GCIR` (#157)
### Fixes
- Removed the `private attributes` on user object in
`getClientInitializeReponse`
- Hashed secondary exposures in `getClientInitializeReponse`
>Included In This Release
>- 3a2936dfba68796534e782780f701e5474f10058 Weihao Ding
> - fix: remove private attributes from user object when bootstrap
client sdk (#156)
>- fa9f0c5dec5fc794257ddc0a032d21ccd0cf4e0c sroyal-statsig
> - Hash Secondary Exposures for GCIR (#155)
---
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 3ffd970..aa2642a 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.27.2.0";
+ private const String ExpectedSdkVersion = "1.27.3.0";
Task IAsyncLifetime.InitializeAsync()
{
diff --git a/dotnet-statsig/dotnet-statsig.csproj b/dotnet-statsig/dotnet-statsig.csproj
index 56bfea2..d3ae41e 100644
--- a/dotnet-statsig/dotnet-statsig.csproj
+++ b/dotnet-statsig/dotnet-statsig.csproj
@@ -7,7 +7,7 @@
statsig_dotnet
true
Statsig
- 1.27.2
+ 1.27.3
Statsig Inc.
true
https://github.com/statsig-io/dotnet-sdk.git