diff --git a/.github/release-please/.release-please-manifest.json b/.github/release-please/.release-please-manifest.json index 645151ea17e..5652bc7bc40 100644 --- a/.github/release-please/.release-please-manifest.json +++ b/.github/release-please/.release-please-manifest.json @@ -1,7 +1,7 @@ { ".": "1.49.0", "cmd/wasm": "0.1.0", - "openfeature/providers/python-provider": "0.5.0", + "openfeature/providers/python-provider": "0.6.0", "openfeature/providers/kotlin-provider": "0.3.0", "modules/evaluation": "0.2.0", "modules/core": "0.3.0" diff --git a/openfeature/providers/python-provider/CHANGELOG.md b/openfeature/providers/python-provider/CHANGELOG.md index ad85b639711..804aa177a85 100644 --- a/openfeature/providers/python-provider/CHANGELOG.md +++ b/openfeature/providers/python-provider/CHANGELOG.md @@ -1,5 +1,27 @@ # 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-16) + + +### 🚀 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 k8s.io/api from 0.34.2 to 0.34.3 ([#4464](https://github.com/thomaspoignant/go-feature-flag/issues/4464)) ([7c947e6](https://github.com/thomaspoignant/go-feature-flag/commit/7c947e68ec359dbf2afbb1ac80ccbd31c56982cb)) +* Bump openfeature-sdk in /openfeature/providers/python-provider ([#4484](https://github.com/thomaspoignant/go-feature-flag/issues/4484)) ([a94ba6b](https://github.com/thomaspoignant/go-feature-flag/commit/a94ba6bf34950f423ba87072d1ba826e2f996d98)) +* 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)) +* Bump urllib3 in /openfeature/providers/python-provider ([#4408](https://github.com/thomaspoignant/go-feature-flag/issues/4408)) ([42514a3](https://github.com/thomaspoignant/go-feature-flag/commit/42514a3bd7338c5dd9506ffaa5307cedc1b442e1)) +* Bump urllib3 in /openfeature/providers/python-provider ([#4485](https://github.com/thomaspoignant/go-feature-flag/issues/4485)) ([9bfd5ee](https://github.com/thomaspoignant/go-feature-flag/commit/9bfd5eedaca7366938728735474a55893ed8db44)) + ## [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) diff --git a/openfeature/providers/python-provider/gofeatureflag_python_provider/__init__.py b/openfeature/providers/python-provider/gofeatureflag_python_provider/__init__.py index 3d187266f14..906d362f7de 100644 --- a/openfeature/providers/python-provider/gofeatureflag_python_provider/__init__.py +++ b/openfeature/providers/python-provider/gofeatureflag_python_provider/__init__.py @@ -1 +1 @@ -__version__ = "0.5.0" +__version__ = "0.6.0" diff --git a/openfeature/providers/python-provider/pyproject.toml b/openfeature/providers/python-provider/pyproject.toml index 77813721c83..ca57a6cd5f3 100644 --- a/openfeature/providers/python-provider/pyproject.toml +++ b/openfeature/providers/python-provider/pyproject.toml @@ -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"]