chore: Bump libdatadog for FFE remote config support#3642
Closed
leoromanovsky wants to merge 1 commit intomasterfrom
Closed
chore: Bump libdatadog for FFE remote config support#3642leoromanovsky wants to merge 1 commit intomasterfrom
leoromanovsky wants to merge 1 commit intomasterfrom
Conversation
Update libdatadog submodule to include: - feat: Add FFE_FLAGS remote config product and capability (#1532) This adds RemoteConfigProduct::FfeFlags, RemoteConfigCapabilities:: FfeFlagConfigurationRules, and RemoteConfigData::FfeFlags to the remote config layer. Required for the PHP FFE integration (PR #2). Cargo.lock regenerated with pins for CI compatibility: home→0.5.9, rmp→0.8.14, rmp-serde→1.3.0 (edition2024 crates).
be2b697 to
f3d286f
Compare
|
Author
|
Superseded — going with single PR #3630 instead of stacked approach. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3642 +/- ##
==========================================
- Coverage 62.21% 62.20% -0.02%
==========================================
Files 141 141
Lines 13387 13387
Branches 1753 1753
==========================================
- Hits 8329 8327 -2
- Misses 4260 4263 +3
+ Partials 798 797 -1 see 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
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.
Motivation
This is PR 1/2 for adding Feature Flagging and Experimentation (FFE) support to dd-trace-php.
Bumps the libdatadog submodule to include DataDog/libdatadog#1532 which adds:
RemoteConfigProduct::FfeFlagsRemoteConfigCapabilities::FfeFlagConfigurationRulesRemoteConfigData::FfeFlagsvariantChanges
ed316b638home,rmp,rmp-serdefor CI compatibility)Plan
Reference implementation: #3630