Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
".": "1.48.0",
"cmd/wasm": "0.0.2",
"openfeature/providers/python-provider": "0.5.0",
"openfeature/providers/python-provider": "0.6.0",
"openfeature/providers/kotlin-provider": "0.3.0",
"modules/evaluation": "0.1.3",
"modules/core": "0.2.0"
Expand Down
18 changes: 18 additions & 0 deletions openfeature/providers/python-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [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-12-04)


### 🚀 New Features

* 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))


### 🔧 Chores

* 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))
* 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))
* 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))
* 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))
* Bump pydantic in /openfeature/providers/python-provider ([#4378](https://github.com/thomaspoignant/go-feature-flag/issues/4378)) ([a8766e9](https://github.com/thomaspoignant/go-feature-flag/commit/a8766e939359971d133f353bcbb4fd20b3d97cb8))
* 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))
* 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))

## [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)


Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.0"
__version__ = "0.6.0"
2 changes: 1 addition & 1 deletion openfeature/providers/python-provider/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gofeatureflag-python-provider"
version = "0.5.0"
version = "0.6.0"
description = "GO Feature Flag provider for OpenFeature"
license = "Apache-2.0"
authors = ["Thomas Poignant"]
Expand Down
Loading