Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Unified Diff: CHANGELOG.md

Issue 1255003003: Make VM service id handling JSON-RPC 2 compliant. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: cr Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/bin/vmservice/server.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 44d3fb4f2a1282c5e569e40a0c0f3fe05c559b5d..4217d994eda4c0efed218b557afd24ebbd729a39 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -78,6 +78,13 @@
### VM Service Protocol Changes
+* The service protocol now includes a `"jsonrpc"` property in its responses, as
+ opposed to `"json-rpc"`.
+
+* The service protocol now properly handles requests with non-string ids.
+ Numeric ids are no longer converted to strings, and null ids now don't produce
+ a response.
+
* Some RPCs that didn't include a `"jsonrpc"` property in their responses now
include one.
« no previous file with comments | « no previous file | runtime/bin/vmservice/server.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698