From b9a11089b33f439d5d7ca9bfb88a08ef3e0bf416 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 16:52:19 +0000 Subject: [PATCH] chore(main): release openfeature-provider-flagd 0.5.0 Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> --- .release-please-manifest.json | 2 +- providers/openfeature-provider-flagd/CHANGELOG.md | 12 ++++++++++++ providers/openfeature-provider-flagd/pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 44957c3c..9d99d7d3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,7 +2,7 @@ "hooks/openfeature-hooks-opentelemetry": "0.3.1", "providers/openfeature-provider-aws-ssm": "0.1.1", "providers/openfeature-provider-ofrep": "0.3.0", - "providers/openfeature-provider-flagd": "0.4.1", + "providers/openfeature-provider-flagd": "0.5.0", "providers/openfeature-provider-flipt": "0.1.3", "providers/openfeature-provider-env-var": "0.1.1", "providers/openfeature-provider-unleash": "0.1.2", diff --git a/providers/openfeature-provider-flagd/CHANGELOG.md b/providers/openfeature-provider-flagd/CHANGELOG.md index 8591de86..621ce9a6 100644 --- a/providers/openfeature-provider-flagd/CHANGELOG.md +++ b/providers/openfeature-provider-flagd/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.5.0](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-provider-flagd/v0.4.1...openfeature-provider-flagd/v0.5.0) (2026-06-02) + + +### ⚠ BREAKING CHANGES + +* DISABLED is a successful evaluation (still defaults) ([#395](https://github.com/open-feature/python-sdk-contrib/issues/395)) + +### ✨ New Features + +* DISABLED is a successful evaluation (still defaults) ([#395](https://github.com/open-feature/python-sdk-contrib/issues/395)) ([e7d1d34](https://github.com/open-feature/python-sdk-contrib/commit/e7d1d34a0c51fed768fc4276427df3cae094b16f)) +* make use of flagd-selector header in RPC mode ([#396](https://github.com/open-feature/python-sdk-contrib/issues/396)) ([e1c3c6a](https://github.com/open-feature/python-sdk-contrib/commit/e1c3c6ae6482624e7851be4cfc645ed45d6eaedd)) + ## [0.4.1](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-provider-flagd/v0.4.0...openfeature-provider-flagd/v0.4.1) (2026-04-30) diff --git a/providers/openfeature-provider-flagd/pyproject.toml b/providers/openfeature-provider-flagd/pyproject.toml index b8592a5c..65cf88ea 100644 --- a/providers/openfeature-provider-flagd/pyproject.toml +++ b/providers/openfeature-provider-flagd/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "openfeature-provider-flagd" -version = "0.4.1" +version = "0.5.0" description = "OpenFeature provider for the flagd flag evaluation engine" readme = "README.md" authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]