Skip to content

Tags: Unleash/unleash-client-dotnet

Tags

5.0.3

Toggle 5.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: send default buckets instead of null metrics buckets as they cau…

…se 400s (#267)

5.0.2

Toggle 5.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: bump yggdrasil engine to a version that doesn't leak memory (#265)

5.0.1

Toggle 5.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump yggdrasil to a version that supports 32 bit windows (#262)

5.0.1-beta.1

Toggle 5.0.1-beta.1's commit message

Verified

This commit was signed with the committer’s verified signature.
sighphyre Simon Hornby
chore: bump ygg again to test 32 bit windows

5.0.1-beta.0

Toggle 5.0.1-beta.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump yggdrasil (#261)

5.0.0

Toggle 5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: remove broken test (#260)

4.1.15

Toggle 4.1.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: add deprecation warning to settable json serializer (#248)

4.1.14

Toggle 4.1.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: remove unnecessary else branch in date constraint, this is now…

… redundant (#247)

4.1.13

Toggle 4.1.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: increase the possible random numbers used for stickiness id (#241)

This update changes how we calculate random percentages in the SDK. Instead of multiplying a random int with 100 (which absolutely could cause overflows), we now use a ranged `Next` call, to generate one of 10k different numbers. This is in line with how we get the random number in other sdks.

I've added a test to ensure that random distribution works to within the accepted deviation.

4.1.12

Toggle 4.1.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: deprecate no longer supported projectId and environment config…

… settings (#240)