Skip to content

Releases: Flagsmith/flagsmith-dotnet-client

v7.0.0

18 Dec 19:27
8d403c5
Compare
Choose a tag to compare

What's Changed

Breaking Changes

Version 7 removes the Id methods from the IFlag interface and Flag class to avoid deserialisation problems if this ID is null. A flag's internal ID is an implementation detail that should not be relevant to SDK users. If you have a use case that requires using a flag's internal ID, please create an issue here: https://github.com/Flagsmith/flagsmith-dotnet-client/issues

Full Changelog: v6.0.0...v7.0.0

v6.0.0

18 Dec 17:35
97a6f89
Compare
Choose a tag to compare

What's Changed

Breaking Changes

The changes in this release affect the encoding of identifiers. This is technically fixing an issue where an identifier such as "abc&def" would actually retrieve the flags for the identity "abc" and discard the "&def" portion. Since this change will affect the behaviour for these identities, we are marking it as a major version release.

New Contributors

Full Changelog: v5.4.3...v6.0.0

v5.4.3

30 Oct 09:42
4a83292
Compare
Choose a tag to compare

What's Changed

  • fix: handle null django_id in identity overrides for local evaluation mode by @rolodato in #122

Full Changelog: v5.4.2...v5.4.3

v5.4.2

17 Oct 13:29
e3b484b
Compare
Choose a tag to compare

What's Changed

  • Fix constructor deadlock when using local evaluation by @rolodato in #121

Full Changelog: v5.4.1...v5.4.2

v5.4.1

09 Oct 22:32
c9bd64b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.4.0...v5.4.1

v5.4.0

11 Sep 22:43
ed03686
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.3.2...v5.4.0

v5.3.2

29 Jul 15:54
c45d8d4
Compare
Choose a tag to compare

What's Changed

  • fix: OfflineHandler causes the SDK to bypass live flag lookups by @novakzaballa in #110

Full Changelog: v5.3.1...v5.3.2

v5.3.1

18 Jul 15:43
0a2ba79
Compare
Choose a tag to compare

What's Changed

  • fix: Prevent SynchronizationContext deadlock on dotnet framework by @novakzaballa in #107

Full Changelog: v5.3.0...v5.3.1

v5.3.0

19 Apr 18:29
4327e26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.2.2...v5.3.0

Version 5.2.2

19 Apr 17:07
5d383c6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.2.1...v5.2.2