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

Side by Side Diff: pkg/json_rpc_2/CHANGELOG.md

Issue 309503005: Convert json_rpc.Server to take a Stream and StreamSink. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/json_rpc_2/lib/src/server.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.1.0
2
3 * Remove `Server.handleRequest()` and `Server.parseRequest()`. Instead, `new
4 Server()` takes a `Stream` and a `StreamSink` and uses those behind-the-scenes
5 for its communication.
6
7 * Add `Server.listen()`, which causes the server to begin listening to the
8 underlying request stream.
9
10 * Add `Server.close()`, which closes the underlying request stream and response
11 sink.
12
1 ## 0.0.2+3 13 ## 0.0.2+3
2 14
3 * Widen the version constraint for `stack_trace`. 15 * Widen the version constraint for `stack_trace`.
4 16
5 ## 0.0.2+2 17 ## 0.0.2+2
6 18
7 * Fix error response to include data from `RpcException` when not a map. 19 * Fix error response to include data from `RpcException` when not a map.
OLDNEW
« no previous file with comments | « no previous file | pkg/json_rpc_2/lib/src/server.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698