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

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: 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') | runtime/vm/json_stream.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8383615c29985ace1b99a912c6c7b8ebf3e7a103..7159cd1fc0fb3483de6d0277044b5d657cef31e0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -76,6 +76,15 @@
[package spec proposal]: https://github.com/lrhn/dep-pkgspec
+### 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.
+
## 1.11.2
### Core library changes
« no previous file with comments | « no previous file | runtime/bin/vmservice/server.dart » ('j') | runtime/vm/json_stream.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698