Releases: Unleash/unleash-client-dotnet
Releases · Unleash/unleash-client-dotnet
4.1.0
What's Changed
- fix: make segment ids deserialize as ints instead of strings by @daveleek in #174
- Improve on Union performance by @nathanmascitelli in #176
- feat: implement feature enabled for variant response by @daveleek in #175
- feat: implement skipping backoff strategy by @daveleek in #177
- Reduce allocations when creating a new UnleashContext by @nathanmascitelli in #178
New Contributors
- @nathanmascitelli made their first contribution in #176
Full Changelog: 4.0.0...4.1.0
4.1.0-beta.0
What's Changed
- fix: make segment ids deserialize as ints instead of strings by @daveleek in #174
- Improve on Union performance by @nathanmascitelli in #176
- feat: implement feature enabled for variant response by @daveleek in #175
- feat: implement skipping backoff strategy by @daveleek in #177
- Reduce allocations when creating a new UnleashContext by @nathanmascitelli in #178
New Contributors
- @nathanmascitelli made their first contribution in #176
Full Changelog: 4.0.0...4.1.0-beta.0
4.0.0
What's Changed
- chore: remove samples from Unleash.sln to simplify build and development by @daveleek in #167
- feat: log errors instead of warnings if instance count is over 10 by @daveleek in #170
- fix: add a seed to variant utils murmur hashing to fix variant distri… by @daveleek in #171
Full Changelog: 3.4.1...4.0.0
3.4.1
3.4.1-beta.0
What's Changed
Full Changelog: 3.4.0...3.4.1-beta.0
3.4.0
3.3.3
3.3.3-beta.0
What's Changed
- feat: warn when IsEnabled falls back to returning default value by @daveleek in #162
- feat: reference README.md as NuGet package readme in Unleash.csproj by @daveleek in #163
Full Changelog: 3.3.2...3.3.3-beta.0
3.3.2
What's Changed
- Update build.cake to pull 4.3.3 of client spec by @sighphyre in #158
- chore: change tests project to .NET6, conditional targeting, and tweaks by @daveleek in #143
- Raise TogglesUpdatedEvent after toggle collection is updated by @YayBurritos in #161
Full Changelog: 3.3.0...3.3.2
3.3.1-beta.0
Build and build process verification