-
Notifications
You must be signed in to change notification settings - Fork 484
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(metadata)!: remove Notifications config #4320
Conversation
The function call and code is removed in #4269 so we only removed the config in this PR. |
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #4320 +/- ##
=======================================
Coverage 43.15% 43.15%
=======================================
Files 116 116
Lines 10661 10661
=======================================
Hits 4601 4601
Misses 5656 5656
Partials 404 404 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
yes, edgex-compose should also be updated in addition, please update the document to remove the related config |
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: Removed the 'Notifications' config and 'Clients.support-notifications' dependency in EdgeX 3.0, metadata will leverage device system events to replace the original device change notifications closes #4316 Signed-off-by: Chris Hung <chris@iotechsys.com>
Kudos, SonarCloud Quality Gate passed! |
edgex-docs PR: edgexfoundry/edgex-docs#954 |
recheck |
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: Removed the 'Notifications' config and 'Clients.support-notifications' dependency
in EdgeX 3.0, metadata will leverage device system events to replace the original device change notifications
closes #4316
Signed-off-by: Chris Hung chris@iotechsys.com
If your build fails due to your commit message not passing the build checks, please review the guidelines here: /~https://github.com/edgexfoundry/edgex-go/blob/main/.github/Contributing.md
PR Checklist
Please check if your PR fulfills the following requirements:
BREAKING CHANGE:
describing the break)feat: remove Notifications configuration in Metadata edgex-docs#954
Testing Instructions
New Dependency Instructions (If applicable)