Closed thomaspoignant closed 2 months ago
Still need to read this code few times more to get my head around but looks healthy /lgtm
Will review.
Wanted to point this change causes a panic under certain conditions as explained in #578 and attempted a fix in #579
This PR
In this PR the GO Feature Flag provider has been completely rebuilt on top of the OFREP provider.
This implementation adds a bunch of GO Feature Flag features on top of OFREP:
⚠️ BREAKING CHANGE
This version contains breaking changes on the configuration struct:
(In order to minimize the dependencies of the GO provider, we have removed the dependency to
thomaspoignant/go-feature-flag
, this means that you can't use the GO module with this provider anymore BUT you can now use the new provider for this https://github.com/open-feature/go-sdk-contrib/pull/546).HTTPClient
to use directly*http.Client
.v1.32.0
or more.Related PR
Fixes #546