Skip to content

Commit ab9b5c7

Browse files
chore(main): release openfeature-provider-flagd 0.4.0
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
1 parent 7e18bc1 commit ab9b5c7

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"hooks/openfeature-hooks-opentelemetry": "0.3.1",
33
"providers/openfeature-provider-aws-ssm": "0.1.1",
4-
"providers/openfeature-provider-flagd": "0.3.0",
4+
"providers/openfeature-provider-flagd": "0.4.0",
55
"providers/openfeature-provider-ofrep": "0.2.0",
66
"providers/openfeature-provider-flipt": "0.1.3",
77
"providers/openfeature-provider-env-var": "0.1.1",

providers/openfeature-provider-flagd/CHANGELOG.md

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

3+
## [0.4.0](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-provider-flagd/v0.3.0...openfeature-provider-flagd/v0.4.0) (2026-03-26)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop Python 3.9 support ([#364](https://github.com/open-feature/python-sdk-contrib/issues/364))
9+
10+
### chore
11+
12+
* drop Python 3.9 support ([#364](https://github.com/open-feature/python-sdk-contrib/issues/364)) ([0ecd1d4](https://github.com/open-feature/python-sdk-contrib/commit/0ecd1d4c41e96f90b019a76ce9c3b1f70f2a23a4))
13+
14+
15+
### ✨ New Features
16+
17+
* introduce list for fatal status codes ([#362](https://github.com/open-feature/python-sdk-contrib/issues/362)) ([96a88ad](https://github.com/open-feature/python-sdk-contrib/commit/96a88ada622fb7941a1d4d58205ff3342180fa9a))
18+
319
## [0.3.0](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-provider-flagd/v0.2.7...openfeature-provider-flagd/v0.3.0) (2026-03-11)
420

521

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.3.0"
8+
version = "0.4.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)