open-feature / go-sdk-contrib

Community maintained OpenFeature Providers and Hooks for Go
https://openfeature.dev
Apache License 2.0
42 stars 38 forks source link

Missing Release for LaunchDarkly v7 SDK #580

Closed jblacker closed 1 week ago

jblacker commented 1 week ago

I noticed that the code for supporting v7 of the LaunchDarkly SDK within the LD provider has not yet been released, but was merged in 3 months ago as #525. This has not yet been tagged & released so only the v6 of the LaunchDarkly SDK works with the provider. Is there a reason this wasn't yet released? If not can we push out the update?

beeme1mr commented 1 week ago

Hey @jblacker, here's the release PR. I'll merge it as soon as the tests pass.

https://github.com/open-feature/go-sdk-contrib/pull/435

jblacker commented 1 week ago

Awesome, thanks @beeme1mr!