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

Unified Diff: CHANGELOG.md

Issue 1649903002: Provide a WebSocketChannel. (Closed) Base URL: git@github.com:dart-lang/shelf_web_socket@master
Patch Set: Created 4 years, 11 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 | lib/shelf_web_socket.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 ee83da19bf411eaabb4caec67822d011b90020de..06c4d4bc6b537b0eeaa4e26e53771034e47b36c9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+## 0.1.0
+
+* **Breaking change**: `webSocketHandler()` now passes a
+ [`WebSocketChannel`][WebSocketChannel] to the `onConnection()` callback,
+ rather than a deprecated `CompatibleWebSocket`.
+
+[WebSocketChannel]: https://www.dartdocs.org/documentation/http_parser/2.1.0/http_parser/WebSocketChannel-class.html
+
## 0.0.1+5
* Support `http_parser` 2.0.0.
« no previous file with comments | « no previous file | lib/shelf_web_socket.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698