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

plugin_control: more descriptive key for 'plugin stop' result #3374

Merged
merged 1 commit into from
Dec 28, 2019

Conversation

darosior
Copy link
Collaborator

I found the json output

{
   "": "Successfully stopped reckless.py."
}

a bit weird.

@cdecker
Copy link
Member

cdecker commented Dec 27, 2019

Might need a changelog entry given it changes the format of the JSON-RPC which is user-facing. It'd be better if we add the new key-value pair to the result and guard the old one with the deprecated_apis flag.

Changelog-Changed: JSONRPC: 'plugin stop' result is now accessible using the 'result' key instead of the empty ('') key.
@darosior
Copy link
Collaborator Author

Added both

@cdecker
Copy link
Member

cdecker commented Dec 28, 2019

ACK 51a2607

@ZmnSCPxj ZmnSCPxj merged commit 1cfb842 into ElementsProject:master Dec 28, 2019
@darosior darosior deleted the plugin_stop_nit branch December 28, 2019 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants