-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Allow NameFieldPath configurable #1506
Conversation
@weichou1229 , how is this a breaking change? Isn't this working around the previous breaking change? |
0c9aab0
to
9717c1c
Compare
@lenny-intel You're right, this is not a breaking change for SDK, updated the commit message. |
@weichou1229 https://github.com/edgexfoundry/go-mod-bootstrap/tree/v3.1.0-dev.34 is ready |
Allow NameFieldPath configurable by checking whether the NameFieldPathEscape enable. Signed-off-by: bruce <[email protected]>
- Upgrade go-mod-bootstrap to v3.1.0-dev.34 - Upgrade go-mod-core-contracts to v3.1.0-dev.11 Signed-off-by: bruce <[email protected]>
5714e2e
to
37d7c82
Compare
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## main #1506 +/- ##
==========================================
+ Coverage 46.60% 46.65% +0.04%
==========================================
Files 30 30
Lines 2813 2821 +8
==========================================
+ Hits 1311 1316 +5
- Misses 1403 1406 +3
Partials 99 99
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
BREAKING CHANGE: Allow NameFieldPath configurable by checking whether the NameFieldPathEscape enable.
If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/device-sdk-go/blob/main/.github/Contributing.md
PR Checklist
Please check if your PR fulfills the following requirements:
BREAKING CHANGE:
describing the break)Testing Instructions
Related PRs are opened, you can refer to edgexfoundry/edgex-go#4673 (comment) and run services to verify the API.
New Dependency Instructions (If applicable)