File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
providers/openfeature-provider-flagd Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"hooks/openfeature-hooks-opentelemetry" : " 0.2.0" ,
3
- "providers/openfeature-provider-flagd" : " 0.2.6 " ,
3
+ "providers/openfeature-provider-flagd" : " 0.2.7 " ,
4
4
"providers/openfeature-provider-ofrep" : " 0.1.1" ,
5
5
"providers/openfeature-provider-flipt" : " 0.1.3" ,
6
6
"providers/openfeature-provider-env-var" : " 0.1.0"
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.2.7] ( https://github.com/open-feature/python-sdk-contrib/compare/openfeature-provider-flagd/v0.2.6...openfeature-provider-flagd/v0.2.7 ) (2025-08-07)
4
+
5
+
6
+ ### ✨ New Features
7
+
8
+ * adjust to flagd metadata toggle ([ #287 ] ( https://github.com/open-feature/python-sdk-contrib/issues/287 ) ) ([ 6ac014d] ( https://github.com/open-feature/python-sdk-contrib/commit/6ac014d1af7a90b09203ae38dfd60bba275bc9a9 ) )
9
+ * migrate to uv ([ #293 ] ( https://github.com/open-feature/python-sdk-contrib/issues/293 ) ) ([ 9590554] ( https://github.com/open-feature/python-sdk-contrib/commit/9590554be4c8a7f77b0c0f20d6b48076c9870f52 ) )
10
+ * Update python-sdk ([ #289 ] ( https://github.com/open-feature/python-sdk-contrib/issues/289 ) ) ([ f2028f5] ( https://github.com/open-feature/python-sdk-contrib/commit/f2028f5f81824310a842507a3127a3bb9bc8a984 ) )
11
+
3
12
## [ 0.2.6] ( https://github.com/open-feature/python-sdk-contrib/compare/openfeature-provider-flagd/v0.2.5...openfeature-provider-flagd/v0.2.6 ) (2025-07-22)
4
13
5
14
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
5
5
6
6
[project ]
7
7
name = " openfeature-provider-flagd"
8
- version = " 0.2.6 "
8
+ version = " 0.2.7 "
9
9
description = " OpenFeature provider for the flagd flag evaluation engine"
10
10
readme = " README.md"
11
11
authors = [{
name =
" OpenFeature" ,
email =
" [email protected] " }]
You can’t perform that action at this time.
0 commit comments