feat!: fractional bucketing improvements#866
Merged
Conversation
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
02ddca9 to
4728edc
Compare
Member
Author
|
NOTE: there's barely any changes here - just submodule and go.mod updates since all of this is handled in libs from flagd. |
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the flagd/core dependency to v0.15.0 and jsonlogic to v3.9.0, alongside several other dependency updates for the flagd provider and its E2E tests. It also updates the flagd-testbed subproject commit. The E2E test configurations for the file, in-process, and RPC providers were modified to exclude the @fractional-v1 and @operator-errors tags. I have no feedback to provide.
This was referenced Apr 1, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
High-precision and nested fractional
This is a coordinated feature across flagd and all flagd providers.
fractionalnow supports up to max-int32 total weight and 1/max-int32 resolution as described in the high-precision fractional bucketing ADRfractionalnow supports computed (nested JSONLogic) variants and weights as described in the fractional ADRRelated PRs