Skip to content
Merged
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 .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hooks/openfeature-hooks-opentelemetry": "0.1.3",
"providers/openfeature-provider-flagd": "0.1.5",
"providers/openfeature-provider-ofrep": "0.1.0",
"providers/openfeature-provider-ofrep": "0.1.1",
"providers/openfeature-provider-flipt": "0.1.3"
}
8 changes: 8 additions & 0 deletions providers/openfeature-provider-ofrep/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.1](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-provider-ofrep/v0.1.0...openfeature-provider-ofrep/v0.1.1) (2025-01-21)


### 🐛 Bug Fixes

* Allow configuring ofrep provider requests to api at base … ([#142](https://github.com/open-feature/python-sdk-contrib/issues/142)) ([09402df](https://github.com/open-feature/python-sdk-contrib/commit/09402df3129c1b9d219465b82807fa53aafec039))
* Pin the ofrep provider's requests dep >=2.27.0 because of… ([#161](https://github.com/open-feature/python-sdk-contrib/issues/161)) ([9ffc7ec](https://github.com/open-feature/python-sdk-contrib/commit/9ffc7ec91d1fff0d436099e878fac9c080a42b51))

## 0.1.0 (2024-10-02)


Expand Down
2 changes: 1 addition & 1 deletion providers/openfeature-provider-ofrep/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"

[project]
name = "openfeature-provider-ofrep"
version = "0.1.0"
version = "0.1.1"
description = "OpenFeature provider for the OpenFeature Remote Evaluation Protocol (OFREP)"
readme = "README.md"
authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]
Expand Down