Skip to content

Commit 4f34046

Browse files
chore(main): release OpenFeature.Contrib.Providers.Flagd 0.3.5
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent ff202b4 commit 4f34046

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"src/OpenFeature.Contrib.Providers.Flagd": "0.3.4",
2+
"src/OpenFeature.Contrib.Providers.Flagd": "0.3.5",
33
"src/OpenFeature.Contrib.Providers.GOFeatureFlag": "0.2.1",
44
"src/OpenFeature.Contrib.Providers.Flagsmith": "0.2.1",
55
"src/OpenFeature.Contrib.Providers.ConfigCat": "0.1.1",

src/OpenFeature.Contrib.Providers.Flagd/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [0.3.5](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.Flagd-v0.3.4...OpenFeature.Contrib.Providers.Flagd-v0.3.5) (2026-01-20)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* Fix Flagd InProcess Evaluator when no defaultVariant is specified ([#513](https://github.com/open-feature/dotnet-sdk-contrib/issues/513)) ([5fd7cce](https://github.com/open-feature/dotnet-sdk-contrib/commit/5fd7cce549a7c1f9aaf68d473225ec692fd497ed))
9+
* flagd not throwing parse error when target key is not a primitive ([#540](https://github.com/open-feature/dotnet-sdk-contrib/issues/540)) ([5d54780](https://github.com/open-feature/dotnet-sdk-contrib/commit/5d5478096018dc946e4ae9bcc408ae0163515a04))
10+
* **flagd:** Return parse error when Rpc Resolver receives a data loss exception ([#554](https://github.com/open-feature/dotnet-sdk-contrib/issues/554)) ([43e9d9c](https://github.com/open-feature/dotnet-sdk-contrib/commit/43e9d9c26c0eb894b913659355c4f53aaad1e31d))
11+
* **flagd:** Throw general error when targeting variant not found ([#553](https://github.com/open-feature/dotnet-sdk-contrib/issues/553)) ([6b30828](https://github.com/open-feature/dotnet-sdk-contrib/commit/6b30828fa75184e32fa424b150f4e6da611ac647))
12+
13+
14+
### ✨ New Features
15+
16+
* **flagd:** Add code to sync context from Flagd for the InProcess resolver ([#515](https://github.com/open-feature/dotnet-sdk-contrib/issues/515)) ([a9c4bb4](https://github.com/open-feature/dotnet-sdk-contrib/commit/a9c4bb46bc7bc690b1c22cdb65e2c8e65a772d0b))
17+
* Update Target Framework to include net10.0 ([#548](https://github.com/open-feature/dotnet-sdk-contrib/issues/548)) ([5f6ec66](https://github.com/open-feature/dotnet-sdk-contrib/commit/5f6ec66e599245193e0f3202e9ea89da72c7df29))
18+
19+
20+
### 🔧 Refactoring
21+
22+
* Decouple event publishing from Flagd Resolver when state changes ([#531](https://github.com/open-feature/dotnet-sdk-contrib/issues/531)) ([c48e25a](https://github.com/open-feature/dotnet-sdk-contrib/commit/c48e25afad6213ae1f8f904eeff77e36514743c5))
23+
324
## [0.3.4](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.Flagd-v0.3.3...OpenFeature.Contrib.Providers.Flagd-v0.3.4) (2025-10-17)
425

526

src/OpenFeature.Contrib.Providers.Flagd/OpenFeature.Contrib.Providers.Flagd.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net462;net8.0;net9.0;net10.0</TargetFrameworks>
55
<PackageId>OpenFeature.Contrib.Providers.Flagd</PackageId>
6-
<VersionNumber>0.3.4</VersionNumber> <!--x-release-please-version -->
6+
<VersionNumber>0.3.5</VersionNumber> <!--x-release-please-version -->
77
<VersionPrefix>$(VersionNumber)</VersionPrefix>
88
<AssemblyVersion>$(VersionNumber)</AssemblyVersion>
99
<FileVersion>$(VersionNumber)</FileVersion>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.4
1+
0.3.5

0 commit comments

Comments
 (0)