File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed
openfeature/providers/python-provider
gofeatureflag_python_provider Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "." : " 1.48.0" ,
33 "cmd/wasm" : " 0.0.2" ,
4- "openfeature/providers/python-provider" : " 0.5 .0" ,
4+ "openfeature/providers/python-provider" : " 0.6 .0" ,
55 "openfeature/providers/kotlin-provider" : " 0.3.0" ,
66 "modules/evaluation" : " 0.1.3" ,
77 "modules/core" : " 0.2.0"
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.6.0] ( https://github.com/thomaspoignant/go-feature-flag/compare/openfeature/providers/python-provider/v0.5.0...openfeature/providers/python-provider/v0.6.0 ) (2025-11-26)
4+
5+
6+ ### 🚀 New Features
7+
8+ * Start the relayproxy as a unix socket. ([ #4261 ] ( https://github.com/thomaspoignant/go-feature-flag/issues/4261 ) ) ([ 7b369b4] ( https://github.com/thomaspoignant/go-feature-flag/commit/7b369b48d008aa310f00e68bc23103213adb838c ) )
9+
10+
11+ ### 🔧 Chores
12+
13+ * Bump black in /openfeature/providers/python-provider ([ #4356 ] ( https://github.com/thomaspoignant/go-feature-flag/issues/4356 ) ) ([ 8ee58e1] ( https://github.com/thomaspoignant/go-feature-flag/commit/8ee58e19f40a221f19939deba47e137056434638 ) )
14+ * Bump github.com/aws/aws-sdk-go-v2/service/s3 ([ #4263 ] ( https://github.com/thomaspoignant/go-feature-flag/issues/4263 ) ) ([ 3944a49] ( https://github.com/thomaspoignant/go-feature-flag/commit/3944a491413056d903236573fbf5a75fc7336dd9 ) )
15+ * Bump github.com/aws/aws-sdk-go-v2/service/s3 ([ #4326 ] ( https://github.com/thomaspoignant/go-feature-flag/issues/4326 ) ) ([ 927e392] ( https://github.com/thomaspoignant/go-feature-flag/commit/927e392662eaad75f33bd88275c566a465d02446 ) )
16+ * Bump pydantic in /openfeature/providers/python-provider ([ #4275 ] ( https://github.com/thomaspoignant/go-feature-flag/issues/4275 ) ) ([ c371092] ( https://github.com/thomaspoignant/go-feature-flag/commit/c371092c82051a2fadee7e705cde6f1d27de9bce ) )
17+ * Bump pytest-docker in /openfeature/providers/python-provider ([ #4357 ] ( https://github.com/thomaspoignant/go-feature-flag/issues/4357 ) ) ([ c02f2da] ( https://github.com/thomaspoignant/go-feature-flag/commit/c02f2da5bbd4d83c2bd1bcc42a478225a306e405 ) )
18+ * Bump rel in /openfeature/providers/python-provider ([ #4358 ] ( https://github.com/thomaspoignant/go-feature-flag/issues/4358 ) ) ([ 9b61055] ( https://github.com/thomaspoignant/go-feature-flag/commit/9b6105515f5b02b68df142526800c7973fd99ed4 ) )
19+
320## [ 0.5.0] ( https://github.com/thomaspoignant/go-feature-flag/compare/openfeature/providers/python-provider/v0.5.0...openfeature/providers/python-provider/v0.5.0 ) (2025-10-26)
421
522
Original file line number Diff line number Diff line change 1- __version__ = "0.5 .0"
1+ __version__ = "0.6 .0"
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " gofeatureflag-python-provider"
3- version = " 0.5 .0"
3+ version = " 0.6 .0"
44description = " GO Feature Flag provider for OpenFeature"
55license = " Apache-2.0"
66authors = [" Thomas Poignant" ]
You can’t perform that action at this time.
0 commit comments