Skip to content

Commit

Permalink
[release] 1.27.3 - Removed Private Attributes and Hashed Secondary Ex…
Browse files Browse the repository at this point in the history
…posures in `GCIR` (#157)

### Fixes
- Removed the `private attributes` on user object in
`getClientInitializeReponse`
 - Hashed secondary exposures in `getClientInitializeReponse`
 





>Included In This Release
>- 3a2936d Weihao Ding
> - fix: remove private attributes from user object when bootstrap
client sdk (#156)
>- fa9f0c5 sroyal-statsig
>   - Hash Secondary Exposures for GCIR (#155)
  • Loading branch information
weihao-statsig authored Aug 6, 2024
1 parent 3a2936d commit 890e6d6
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.27.2.0";
private const String ExpectedSdkVersion = "1.27.3.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.27.2</Version>
<Version>1.27.3</Version>
<Authors>Statsig Inc.</Authors>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<RepositoryUrl>https://github.com/statsig-io/dotnet-sdk.git</RepositoryUrl>
Expand Down

0 comments on commit 890e6d6

Please sign in to comment.