[bp/1.37] [stack] low risk dynamic module specific back port#43832
Merged
wbpcode merged 6 commits intoenvoyproxy:release/v1.37from Mar 8, 2026
Merged
[bp/1.37] [stack] low risk dynamic module specific back port#43832wbpcode merged 6 commits intoenvoyproxy:release/v1.37from
wbpcode merged 6 commits intoenvoyproxy:release/v1.37from
Conversation
Commit Message: dym: make the metric id from 1 rather than 0 Additional Description: 0 is common default value for variable. When the `define_*` metrics ABI failed to create a new metric, will keep the id as unset (which basically will be 0). But in previous implementation, the 0 may also be an valid id for the first metric. To avoid confusion, the PR will preserve the 0 as unknown metric. Risk Level: Testing: Docs Changes: Release Notes: Platform Specific Features: [Optional Runtime guard:] [Optional Fixes #Issue] [Optional Fixes commit #PR or SHA] [Optional Deprecated:] [Optional [API Considerations](https://github.com/envoyproxy/envoy/blob/main/api/review_checklist.md):] --------- Signed-off-by: wbpcode/wangbaiping <wbphub@gmail.com> Signed-off-by: wbpcode <wbphub@gmail.com>
…43660) Commit Message: dym sdk: initialize in module filter after set callbacks Additional Description: By this way, we can access context when creating in module filters. Risk Level: Testing: Docs Changes: Release Notes: Platform Specific Features: [Optional Runtime guard:] [Optional Fixes #Issue] [Optional Fixes commit #PR or SHA] [Optional Deprecated:] [Optional [API Considerations](https://github.com/envoyproxy/envoy/blob/main/api/review_checklist.md):] --------- Signed-off-by: wbpcode/wangbaiping <wbphub@gmail.com>
…l attribute ABI (http) (envoyproxy#43537) **Commit Message**: dynamic_modules: add bool metadata, metadata keys/namespaces, and bool attribute ABI **Additional Description**: Extends the dynamic modules ABI and SDK (Go + C++) with: - `GetMetadataBool` / `SetMetadataBool` — bool metadata getter/setter - `GetMetadataKeys` — Get all keys a metadata namespace - `GetMetadataNamespaces` — Get all metadata namespace names - `GetAttributeBool` — bool attribute getter (e.g. ConnectionMtls) **Risk Level**: Low **Testing**: Added C++ unit tests for all new ABI functions + Go integration test extensions. Manually tested with a Go dynamic module against envoy build **Docs Changes**: N/A **Release Notes**: N/A Platform Specific Features: N/A [Optional Runtime guard:] N/A [Optional Fixes #Issue]: N/A [Optional Fixes commit #PR or SHA]: N/A [Optional Deprecated:]: N/A [Optional [API Considerations](https://github.com/envoyproxy/envoy/blob/main/api/review_checklist.md):] N/A --------- Signed-off-by: Anurag Aggarwal <kanurag94@gmail.com>
…yproxy#43748) Commit Message: dym sdk: add the config scheduler support to go sdk and cpp sdk Additional Description: Add the config scheduler to go sdk and cpp sdk. Risk Level: Testing: Docs Changes: Release Notes: Platform Specific Features: [Optional Runtime guard:] [Optional Fixes #Issue] [Optional Fixes commit #PR or SHA] [Optional Deprecated:] [Optional [API Considerations](https://github.com/envoyproxy/envoy/blob/main/api/review_checklist.md):] --------- Signed-off-by: wbpcode/wangbaiping <wbphub@gmail.com>
Commit Message: dym sdk: refactor the cpp sdk to use std Additional Description: Rather than absl, to use std in the cpp dynamic module SDK. Risk Level: Testing: Docs Changes: Release Notes: Platform Specific Features: [Optional Runtime guard:] [Optional Fixes #Issue] [Optional Fixes commit #PR or SHA] [Optional Deprecated:] [Optional [API Considerations](https://github.com/envoyproxy/envoy/blob/main/api/review_checklist.md):] --------- Signed-off-by: wbpcode/wangbaiping <wbphub@gmail.com>
agrawroh
approved these changes
Mar 8, 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.
Commit Message: [bp/1.37] [stack] low risk dynamic module specific back port
Additional Description:
This stack contains:
SDKs only changes:
Low risk changes:
Risk Level:
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional API Considerations:]