Skip to content

Commit 9c493b8

Browse files
chore(main): release openfeature-provider-flagd 0.5.0 (#397)
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e7d1d34 commit 9c493b8

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"hooks/openfeature-hooks-opentelemetry": "0.3.1",
33
"providers/openfeature-provider-aws-ssm": "0.1.1",
44
"providers/openfeature-provider-ofrep": "0.3.0",
5-
"providers/openfeature-provider-flagd": "0.4.1",
5+
"providers/openfeature-provider-flagd": "0.5.0",
66
"providers/openfeature-provider-flipt": "0.1.3",
77
"providers/openfeature-provider-env-var": "0.1.1",
88
"providers/openfeature-provider-unleash": "0.1.2",

providers/openfeature-provider-flagd/CHANGELOG.md

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

3+
## [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)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* DISABLED is a successful evaluation (still defaults) ([#395](https://github.com/open-feature/python-sdk-contrib/issues/395))
9+
10+
### ✨ New Features
11+
12+
* 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))
13+
* 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))
14+
315
## [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)
416

517

providers/openfeature-provider-flagd/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55

66
[project]
77
name = "openfeature-provider-flagd"
8-
version = "0.4.1"
8+
version = "0.5.0"
99
description = "OpenFeature provider for the flagd flag evaluation engine"
1010
readme = "README.md"
1111
authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]

0 commit comments

Comments
 (0)