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

Unified Diff: CHANGELOG.md

Issue 2438613002: Provide an API to dart:developer to control the web server hosting the Service Protocol (Closed)
Patch Set: add authentication token path prefix Created 4 years, 2 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 f561166a5ab42cdea7e0a32ed95c2aec09f00a78..9cfbdf9bc627a7b803771a5bf9aad50e7d412f8a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,28 @@
* Allow `=` as well as `:` as separator for named parameter default values.
+### Service protocol changes
kevmoo 2016/10/19 22:26:56 Thanks!
+
+* Accessing the service protocol now requires prefixing paths with an
+authentication token that can be scrapped from standard output.
+
+```
+Old base url:
+
+Observatory listening on http://127.0.0.1:54804/
+
+New base url:
+
+Observatory listening on http://127.0.0.1:54804/<token>/
+
+For example:
+
+Observatory listening on http://127.0.0.1:54804/PTwjm8Ii8qg=/
+```
+
+* The service protocol http server can now be controlled from the
kevmoo 2016/10/19 22:26:56 Please add this under new `Core library changes` s
+ `dart:developer` library.
+
## 1.20.1 - 2016-10-13
Patch release, resolves one issue:
« 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