-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* dev: Fix link to changelog in Readme
- Loading branch information
Showing
5 changed files
with
15 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
# Changelog | ||
|
||
## 0.2 - 2019-08-02 | ||
## 0.2.1 - 2019-08-02 | ||
|
||
- **BREAKING CHANGE**: Fix: Correctly wake up tasks waiting for a next message if the connection gets closed externally. | ||
This prevents these tasks from hanging indefinitely. | ||
As a consequence, `WsStream::close` now returns a `Result`, taking into account that if the connection is already | ||
closed, we don't have the `CloseEvent`. Instead a `WsErr` of kind `WsErrKind::ConnectionNotOpen` is returned. | ||
- update to async_runtime 0.3 | ||
- Fix incorrect link to changelog in readme | ||
|
||
|
||
## 0.2.0 - 2019-08-02 | ||
|
||
- **BREAKING CHANGE**: Fix: Correctly wake up tasks waiting for a next message if the connection gets closed externally. | ||
This prevents these tasks from hanging indefinitely. | ||
As a consequence, `WsStream::close` now returns a `Result`, taking into account that if the connection is already | ||
closed, we don't have the `CloseEvent`. Instead a `WsErr` of kind `WsErrKind::ConnectionNotOpen` is returned. | ||
- update to async_runtime 0.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package: | ||
|
||
name : ws_stream_wasm | ||
version : 0.2.0 | ||
version : 0.2.1 | ||
edition : '2018' | ||
authors : [ Naja Melan <[email protected]> ] | ||
description : A convenience library for using websockets in WASM | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters