Skip to content

Releases: open-feature/dotnet-sdk-contrib

OpenFeature.Providers.Flagd: v0.7.0

03 Jun 00:12
f45da64

Choose a tag to compare

0.7.0 (2026-06-02)

⚠ BREAKING CHANGES

  • DISABLED is a successful evaluation (still defaults) (#671)

✨ New Features

  • DISABLED is a successful evaluation (still defaults) (#671) (7d3665b)
  • make use of flagd-selector header in RPC mode (#673) (c2afa7e)

OpenFeature.Providers.GOFeatureFlag: v1.1.0

25 May 10:05
a8d756b

Choose a tag to compare

1.1.0 (2026-05-25)

This version was manually triggered because of wrong CI naming.
The only change in this PR is that we've bumped the WASM module to 0.2.2

OpenFeature.Contrib.Providers.Flagsmith: v0.3.0

12 May 18:15
fc7e43c

Choose a tag to compare

0.3.0 (2026-05-06)

⚠ BREAKING CHANGES

  • bump Flagsmith SDK to 8.x/9.x, drop IFlagsmithConfiguration (#644)

✨ New Features

  • bump Flagsmith SDK to 8.x/9.x, drop IFlagsmithConfiguration (#644) (24959d5)

OpenFeature.Providers.Flagd: v0.6.1

30 Apr 21:09
7de8958

Choose a tag to compare

0.6.1 (2026-04-30)

🐛 Bug Fixes

  • various custom operator conformance fixes (#635) (5db207a)

OpenFeature.Providers.Flagd: v0.6.0

10 Apr 17:51
c36a11c

Choose a tag to compare

0.6.0 (2026-04-10)

⚠ BREAKING CHANGES

  • remove "contrib" from namespaces and package names (#625)

✨ New Features

  • remove "contrib" from namespaces and package names (#625) (a8c97cb)

OpenFeature.Contrib.Providers.FeatureManagement: v0.1.2

02 Apr 15:47
16f40dc

Choose a tag to compare

0.1.2 (2026-04-01)

🐛 Bug Fixes

  • deps: update Feature Management dependency (#618) (806eeb8)

OpenFeature.Contrib.Providers.Flagd: v0.5.0

01 Apr 20:52
0a5f449

Choose a tag to compare

0.5.0 (2026-04-01)

⚠ BREAKING CHANGES

  • fractional bucketing improvements (#622)

✨ New Features

OpenFeature.Contrib.Providers.Flagd: v0.4.0

11 Mar 20:06
e01c8dc

Choose a tag to compare

0.4.0 (2026-03-11)

⚠ BREAKING CHANGES

  • graceful fallback to code default when no default variant resolved (#605)

🐛 Bug Fixes

  • flagd: Default to correct Port when only Resolver is set (#585) (8a1d97c)

✨ New Features

  • Add support for Flagd-Selector header when syncing flags with InProcess resolver (#604) (dbf8327)
  • graceful fallback to code default when no default variant resolved (#605) (5bd57bd)

OpenFeature.Contrib.Providers.Flagd: v0.3.5

03 Feb 22:00
a3d5fbf

Choose a tag to compare

0.3.5 (2026-02-03)

🐛 Bug Fixes

  • Fix Flagd InProcess Evaluator when no defaultVariant is specified (#513) (5fd7cce)
  • flagd not throwing parse error when target key is not a primitive (#540) (5d54780)
  • flagd: Flag metadata not being mapped when using RpcResolver (#575) (cc24731)
  • flagd: Return parse error when Rpc Resolver receives a data loss exception (#554) (43e9d9c)
  • flagd: Throw general error when targeting variant not found (#553) (6b30828)
  • Handle error state in Init() with TaskCompletionSource (#571) (fbcfac8)

✨ New Features

  • flagd: Add code to sync context from Flagd for the InProcess resolver (#515) (a9c4bb4)
  • Update Target Framework to include net10.0 (#548) (5f6ec66)

🔧 Refactoring

  • Decouple event publishing from Flagd Resolver when state changes (#531) (c48e25a)
  • flagd: Remove HTTP call when validating JSON schema (#547) (8ed7f04)

OpenFeature.Providers.Ofrep: v0.1.5

23 Jan 15:55
06c698c

Choose a tag to compare

0.1.5 (2026-01-23)

🐛 Bug Fixes

  • Fix bug ResolveStructureValueAsync failing with TypeMismatch (#556) (ff202b4)