Skip to content

Releases: statsig-io/dotnet-sdk

v1.3.0 - adding support for private user attributes

01 Sep 01:04
6dda83b
Compare
Choose a tag to compare

We are adding support for private user attributes with this release. privateAttributes can be set on StatsigUser and any info set in it will only be used for evaluation/targeting purposes, and removed from any logs sent to Statsig server. See more info at https://docs.statsig.com/server/dotnetSDK#private-attributes

Improvements to server SDK local evaluation

24 Jul 01:45
3b0208f
Compare
Choose a tag to compare

Several improvements to Statsig server SDK's local rule evaluations

First official release of Statsig .NET SDK

01 Jul 18:32
0a0e0b8
Compare
Choose a tag to compare

This SDK works for both client side and server side .NET applications. Checkout the README file for how to get started, and feel free to open an issue if you have any questions!