-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: emit changed flags in configuration change event (#925)
Signed-off-by: utkarsh <utkarsh.sharma@engati.com> Signed-off-by: Todd Baert <todd.baert@dynatrace.com> Co-authored-by: utkarsh <utkarsh.sharma@engati.com> Co-authored-by: Todd Baert <todd.baert@dynatrace.com>
- dev.openfeature.contrib.tools.junitopenfeature-v0.1.2
- dev.openfeature.contrib.tools.junitopenfeature-v0.1.1
- dev.openfeature.contrib.tools.junitopenfeature-v0.1.0
- dev.openfeature.contrib.providers.unleash-v0.1.0-alpha
- dev.openfeature.contrib.providers.statsig-v0.1.0
- dev.openfeature.contrib.providers.jsonlogic-v1.1.1
- dev.openfeature.contrib.providers.go-feature-flag-v0.4.2
- dev.openfeature.contrib.providers.go-feature-flag-v0.4.1
- dev.openfeature.contrib.providers.go-feature-flag-v0.4.0
- dev.openfeature.contrib.providers.go-feature-flag-v0.3.0
- dev.openfeature.contrib.providers.flipt-v0.1.1
- dev.openfeature.contrib.providers.flipt-v0.1.0
- dev.openfeature.contrib.providers.flagd-v0.11.4
- dev.openfeature.contrib.providers.flagd-v0.11.3
- dev.openfeature.contrib.providers.flagd-v0.11.2
- dev.openfeature.contrib.providers.flagd-v0.11.1
- dev.openfeature.contrib.providers.flagd-v0.11.0
- dev.openfeature.contrib.providers.flagd-v0.10.5
- dev.openfeature.contrib.providers.flagd-v0.10.4
- dev.openfeature.contrib.providers.flagd-v0.10.3
- dev.openfeature.contrib.providers.flagd-v0.10.2
- dev.openfeature.contrib.providers.flagd-v0.10.1
- dev.openfeature.contrib.providers.flagd-v0.10.0
- dev.openfeature.contrib.providers.flagd-v0.9.3
- dev.openfeature.contrib.providers.flagd-v0.9.2
- dev.openfeature.contrib.providers.flagd-v0.9.1
- dev.openfeature.contrib.providers.flagd-v0.9.0
- dev.openfeature.contrib.providers.flagd-v0.8.9
- dev.openfeature.contrib.providers.env-var-v0.0.7
- dev.openfeature.contrib.providers.configcat-v0.1.0
- dev.openfeature.contrib.hooks.otel-v3.2.1
- dev.openfeature.contrib.hooks.otel-v3.2.0
1 parent
f53b898
commit d3de874
Showing
18 changed files
with
279 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# This file is needed to avoid errors throw by findbugs when working with lombok. | ||
lombok.addSuppressWarnings = true | ||
lombok.addLombokGeneratedAnnotation = true | ||
config.stopBubbling = true | ||
lombok.extern.findbugs.addSuppressFBWarnings = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.