File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
providers/openfeature-provider-flagd Expand file tree Collapse file tree 3 files changed +16
-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.1 " ,
3
+ "providers/openfeature-provider-flagd" : " 0.2.2 " ,
4
4
"providers/openfeature-provider-ofrep" : " 0.1.1" ,
5
5
"providers/openfeature-provider-flipt" : " 0.1.3"
6
6
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.2.2] ( https://github.com/open-feature/python-sdk-contrib/compare/openfeature-provider-flagd/v0.2.1...openfeature-provider-flagd/v0.2.2 ) (2025-03-18)
4
+
5
+
6
+ ### 🐛 Bug Fixes
7
+
8
+ * ** flagd:** handle falsy target values correctly ([ #214 ] ( https://github.com/open-feature/python-sdk-contrib/issues/214 ) ) ([ fafd099] ( https://github.com/open-feature/python-sdk-contrib/commit/fafd099f07365a7d0032e8215477b51bfe90c01a ) )
9
+
10
+
11
+ ### 🧹 Chore
12
+
13
+ * ** deps:** update dependency grpcio-health-checking to v1.71.0 ([ #209 ] ( https://github.com/open-feature/python-sdk-contrib/issues/209 ) ) ([ 345e793] ( https://github.com/open-feature/python-sdk-contrib/commit/345e7934b9de3879d3aff45c8213ece1a98e3711 ) )
14
+ * ** deps:** update pre-commit hook astral-sh/ruff-pre-commit to v0.11.0 ([ #212 ] ( https://github.com/open-feature/python-sdk-contrib/issues/212 ) ) ([ 1b9b5f1] ( https://github.com/open-feature/python-sdk-contrib/commit/1b9b5f128a7fe08ffbf84cbc7de2986f95dc01f5 ) )
15
+ * ** flagd:** Add sync metadata disabled ([ #211 ] ( https://github.com/open-feature/python-sdk-contrib/issues/211 ) ) ([ 2f85057] ( https://github.com/open-feature/python-sdk-contrib/commit/2f850574943cc92d55d198c8ccd91e80583a2ee6 ) )
16
+
3
17
## [ 0.2.1] ( https://github.com/open-feature/python-sdk-contrib/compare/openfeature-provider-flagd/v0.2.0...openfeature-provider-flagd/v0.2.1 ) (2025-03-10)
4
18
5
19
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.1 "
8
+ version = " 0.2.2 "
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