From 3b9cf6d17947e77ca7fabeeed282dac58060bce5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 19:06:54 +0000 Subject: [PATCH] chore(main): release openfeature-provider-flagd 0.5.2 Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> --- .release-please-manifest.json | 2 +- providers/openfeature-provider-flagd/CHANGELOG.md | 8 ++++++++ providers/openfeature-provider-flagd/pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ee1dc09b..94d58394 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.5.1", + "providers/openfeature-provider-flagd": "0.5.2", "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 7f20f11a..9c6541f6 100644 --- a/providers/openfeature-provider-flagd/CHANGELOG.md +++ b/providers/openfeature-provider-flagd/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.5.2](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-provider-flagd/v0.5.1...openfeature-provider-flagd/v0.5.2) (2026-07-30) + + +### 🐛 Bug Fixes + +* **flagd:** log expected sync-stream recycles at debug, not warning ([#405](https://github.com/open-feature/python-sdk-contrib/issues/405)) ([62e251d](https://github.com/open-feature/python-sdk-contrib/commit/62e251db3a26888518adee67b7c059d7e239983a)) +* log spam for non-fatal stream errors ([62e251d](https://github.com/open-feature/python-sdk-contrib/commit/62e251db3a26888518adee67b7c059d7e239983a)) + ## [0.5.1](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-provider-flagd/v0.5.0...openfeature-provider-flagd/v0.5.1) (2026-07-09) diff --git a/providers/openfeature-provider-flagd/pyproject.toml b/providers/openfeature-provider-flagd/pyproject.toml index 42855931..75f8d737 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.5.1" +version = "0.5.2" description = "OpenFeature provider for the flagd flag evaluation engine" readme = "README.md" authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]