Skip to content

Releases: Unleash/unleash-client-dotnet

5.0.3

10 Dec 14:03
465b2dd
Compare
Choose a tag to compare

What's Changed

  • fix: send default buckets instead of null metrics buckets as they cause 400s by @daveleek in #267

Full Changelog: 5.0.2...5.0.3

5.0.2

28 Nov 16:43
2033c7d
Compare
Choose a tag to compare

What's Changed

  • fix: fix a memory leak in isEnabled and getVariant by @sighphyre in #265

Full Changelog: 5.0.1...5.0.2

5.0.1

18 Nov 10:12
64c4cf5
Compare
Choose a tag to compare

What's Changed

  • chore: bump yggdrasil to a version that supports 32 bit windows by @sighphyre in #262

Full Changelog: 5.0.0...5.0.1

5.0.1-beta.1

18 Nov 09:44
6f7eefb
Compare
Choose a tag to compare
5.0.1-beta.1 Pre-release
Pre-release

Full Changelog: 5.0.0...5.0.1-beta.1

5.0.1-beta.0

15 Nov 10:29
6c013e2
Compare
Choose a tag to compare
5.0.1-beta.0 Pre-release
Pre-release

What's Changed

Full Changelog: 5.0.0...5.0.1-beta.0

5.0.0

06 Nov 09:45
85ac5cb
Compare
Choose a tag to compare

What's Changed

  • chore: use yggdrasil as core flag evaluation engine by @nunogois in #224
  • feat: move to System.Text.Json as serialiser by @sighphyre in #249
  • Fixed README.md by @alvinometric in #250
  • chore: remove legacy domain entities and associated tests by @sighphyre in #251
  • feat: allow for listing the flags known to the SDK by @sighphyre in #252
  • chore: add build that runs on mac and ubuntu by @sighphyre in #253
  • fix: only send the JSON header once when sending metrics and registration by @sighphyre in #254
  • chore: add dotnet core sample by @sighphyre in #255
  • chore: swap out leaky yggdrasil custom strategy for an internal abstraction by @sighphyre in #256
  • chore: move yggdrasil engine to stable 1.0.0 release by @sighphyre in #258
  • chore: add migration guide for v5 by @sighphyre in #257
  • chore: embed logo with the package as package icon instead of as url in metadata by @daveleek in #244
  • chore: add yggdrasil version to metrics by @sighphyre in #259
  • chore: remove broken test by @sighphyre in #260

Full Changelog: 4.1.15...5.0.0

4.1.15

28 Oct 07:25
2288065
Compare
Choose a tag to compare

What's Changed

  • chore: add deprecation warning to settable json serializer by @sighphyre in #248

Full Changelog: 4.1.14...4.1.15

4.1.14

25 Oct 09:29
5eb037a
Compare
Choose a tag to compare

What's Changed

  • fix: currentTime constraint when CurrentTime is not explicitly set by @tlevesque-ueat in #246
  • chore: remove unnecessary else branch in date constraint by @sighphyre in #247

New Contributors

Full Changelog: 4.1.13...4.1.14

4.1.13

24 Sep 07:22
f682075
Compare
Choose a tag to compare

What's Changed

  • fix: align random rollout random calculation with other Unleash SDKs by @thomasheartman in #241

Full Changelog: 4.1.12...4.1.13

4.1.12

18 Sep 07:34
07578e6
Compare
Choose a tag to compare

What's Changed

  • chore: remove unsupported .NET framework versions by @daveleek in #236
  • chore: use method signature overloads instead of dynamic in scheduler by @daveleek in #238
  • chore: prepare for Yggdrasil with deprecations of changing API by @daveleek in #237
  • chore: deprecate no longer supported projectId and environment config settings by @daveleek in #240

Full Changelog: 4.1.11...4.1.12