Skip to content
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

mgmt: mcumgr: Deprecate returning rc responses when status is OK. #51486

Closed
wants to merge 0 commits into from

Conversation

nordicjm
Copy link
Collaborator

@nordicjm nordicjm commented Oct 20, 2022

This change deprecates the previous mcumgr behaviour of return result codes when the status is 0 (OK), instead it will skip the rc field for these responses. If there is only an rc field with status 0 to return, then mcumgr will now instead just return an empty map.

Fixes #42590

  • Remove rc responses when status is 0
  • Add deprecation warning/notice
  • Release notes update
  • Documentation update (if needed)
  • Manual tests (mcumgr command line tool functions fine with new behaviour)
  • Automated tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants