Releases: Flagsmith/flagsmith-dotnet-client
v7.0.0
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
What's Changed
- Fixes by @mjwills-k in #126
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
- @mjwills-k made their first contribution in #126
Full Changelog: v5.4.3...v6.0.0
v5.4.3
What's Changed
Full Changelog: v5.4.2...v5.4.3
v5.4.2
v5.4.1
What's Changed
- deps: bump artifact options by @matthewelwell in #115
- Add ConfigureAwait(false) to Flags by @ben-buckli in #118
New Contributors
- @ben-buckli made their first contribution in #118
Full Changelog: v5.4.0...v5.4.1
v5.4.0
What's Changed
- feat: Transient identities and traits by @novakzaballa in #111
- Add ConfigureAwait(false) to AnalyticsProcessor by @DavidPerish in #117
New Contributors
- @DavidPerish made their first contribution in #117
Full Changelog: v5.3.2...v5.4.0
v5.3.2
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
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
What's Changed
- feat: Offline mode by @novakzaballa in #86
- feat: Identity overrides in local evaluation mode by @khvn26 in #90
- feat: Implement multi-threading support for analytics Processor by @novakzaballa in #95
- chore(infra): Publish NuGet package automatically by @khvn26 in #97
- chore(infra): test against dotnet core 8 by @matthewelwell in #91
- chore: Delete example by @novakzaballa in #92
Full Changelog: v5.2.2...v5.3.0
Version 5.2.2
What's Changed
- fix: Ensure environment is retrieved on start polling by @novakzaballa in #83
- fix: exception on get identity cache by @vpetrusevici in #84
New Contributors
- @vpetrusevici made their first contribution in #84
Full Changelog: v5.2.1...v5.2.2