chore(main): release openfeature-provider-flagd 0.2.1 (#204)
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
5151e941d2
commit
a0036c44b2
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"hooks/openfeature-hooks-opentelemetry": "0.2.0",
|
||||
"providers/openfeature-provider-flagd": "0.2.0",
|
||||
"providers/openfeature-provider-flagd": "0.2.1",
|
||||
"providers/openfeature-provider-ofrep": "0.1.1",
|
||||
"providers/openfeature-provider-flipt": "0.1.3"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# Changelog
|
||||
|
||||
## [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)
|
||||
|
||||
|
||||
### ✨ New Features
|
||||
|
||||
* **flagd:** Add features to customize auth to Sync API servers ([#203](https://github.com/open-feature/python-sdk-contrib/issues/203)) ([5151e94](https://github.com/open-feature/python-sdk-contrib/commit/5151e941d229101bdbcc5b40f570f69d77ddda7b))
|
||||
* **flagd:** Context value hydration ([#195](https://github.com/open-feature/python-sdk-contrib/issues/195)) ([4fa619b](https://github.com/open-feature/python-sdk-contrib/commit/4fa619b93faf1d1f62a9ead99f33baa21c04e267))
|
||||
|
||||
## [0.2.0](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-provider-flagd/v0.1.5...openfeature-provider-flagd/v0.2.0) (2025-02-18)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "openfeature-provider-flagd"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
description = "OpenFeature provider for the flagd flag evaluation engine"
|
||||
readme = "README.md"
|
||||
authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]
|
||||
|
|
|
|||
Loading…
Reference in New Issue