java-sdk-contrib
java-sdk-contrib copied to clipboard
Community contributions for hooks and reference providers
:robot: I have created a release *beep* *boop* --- ## [0.1.2](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flipt-v0.1.1...dev.openfeature.contrib.providers.flipt-v0.1.2) (2024-10-11) ### ๐ Bug Fixes * **deps:** update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.0 ([#996](https://github.com/open-feature/java-sdk-contrib/issues/996)) ([a701161](https://github.com/open-feature/java-sdk-contrib/commit/a7011611765f121145773d06717a19f143f75d63)) --- This PR was generated...
:robot: I have created a release *beep* *boop* --- ## [0.1.1](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.statsig-v0.1.0...dev.openfeature.contrib.providers.statsig-v0.1.1) (2024-10-11) ### ๐งน Chore * **deps:** update dependency org.apache.logging.log4j:log4j-slf4j2-impl to v2.24.1 ([#986](https://github.com/open-feature/java-sdk-contrib/issues/986)) ([1e53431](https://github.com/open-feature/java-sdk-contrib/commit/1e53431353c1de0856db6bdb815d2218d9ac94a2)) --- This PR was generated with...
:robot: I have created a release *beep* *boop* --- ## [0.1.1-alpha](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.unleash-v0.1.0-alpha...dev.openfeature.contrib.providers.unleash-v0.1.1-alpha) (2024-10-11) ### ๐งน Chore * **deps:** update dependency org.apache.logging.log4j:log4j-slf4j2-impl to v2.24.1 ([#986](https://github.com/open-feature/java-sdk-contrib/issues/986)) ([1e53431](https://github.com/open-feature/java-sdk-contrib/commit/1e53431353c1de0856db6bdb815d2218d9ac94a2)) --- This PR was generated with...
:robot: I have created a release *beep* *boop* --- ## [0.1.1](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.configcat-v0.1.0...dev.openfeature.contrib.providers.configcat-v0.1.1) (2024-10-11) ### ๐งน Chore * **deps:** update dependency org.apache.logging.log4j:log4j-slf4j2-impl to v2.24.1 ([#986](https://github.com/open-feature/java-sdk-contrib/issues/986)) ([1e53431](https://github.com/open-feature/java-sdk-contrib/commit/1e53431353c1de0856db6bdb815d2218d9ac94a2)) ### ๐ Documentation * **configcat:** Revise...
:robot: I have created a release *beep* *boop* --- ## [0.3.1](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.go-feature-flag-v0.3.0...dev.openfeature.contrib.providers.go-feature-flag-v0.3.1) (2024-10-11) ### ๐ Bug Fixes * **deps:** update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.0 ([#979](https://github.com/open-feature/java-sdk-contrib/issues/979)) ([7e1a13e](https://github.com/open-feature/java-sdk-contrib/commit/7e1a13ec79b82f8fa49703af58087fea1874cea5)) * **deps:** update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [uk.org.webcompere:system-stubs-core](https://redirect.github.com/webcompere/system-stubs) | `2.0.3` -> `2.1.7` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
## This PR - Improves error logging for in process resolver with remote mode. - Harmonizes backoff implementations across different gRPC handlers. - Uses `FlagdOptions.getRetryBackoffMs()` to initialize the backoff in...
Our FlagD in-process provider is built with resilience. We will try to reconnect when there is a loss of connection, which is excellent and the right thing to do in...
As described [here](https://github.com/open-feature/flagd/blob/main/docs/reference/specifications/proposal/rfc-grpc-custom-name-resolver.md), we wish to support [custom name revolvers](https://grpc.io/docs/guides/custom-name-resolution/) for additional control and configuration according to user's infrastructure. In order to make use of this, we must support the...
Sometimes, you want to ensure that your code behaves the same way for all code paths, even if different feature flags are involved. Junit5 has [parameterized tests](https://junit.org/junit5/docs/current/user-guide/#writing-tests-parameterized-tests) to run multiple...