Skip to content

Commit

Permalink
Release 0.4.0 - Make tokio an opt-in dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Oct 7, 2023
1 parent bf2ccd0 commit dcb099a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
## [Unreleased](https://github.com/rerun-io/ewebsock/compare/latest...HEAD)


## [0.3.0]](https://github.com/rerun-io/ewebsock/compare/0.2.0...0.3.0) - 2023-09-29
## [0.4.0](https://github.com/rerun-io/ewebsock/compare/0.3.0...0.4.0) - 2023-10-07
* Make `tokio` an opt-in dependency, and add a simpler `ws_receive` function ([#24](https://github.com/rerun-io/ewebsock/pull/24))


## [0.3.0](https://github.com/rerun-io/ewebsock/compare/0.2.0...0.3.0) - 2023-09-29
* Fix: `WsEvent::Closed` is correctly sent on web when socket is closed (#6)
* Fix: On web, close connection when dropping `WsSender` (#8)


## [0.2.0]](https://github.com/rerun-io/ewebsock/compare/0.1.0...0.2.0) - 2022-04-08
## [0.2.0](https://github.com/rerun-io/ewebsock/compare/0.1.0...0.2.0) - 2022-04-08
* Support WSS (WebSocket Secure) / TLS.
* Improve error reporting.
* `EventHandler` no longer needs to be `Sync`.
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ewebsock/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ewebsock"
version = "0.3.0"
version = "0.4.0"
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
description = "WebSocket client that works natively and on the web (WASM)"
edition = "2021"
Expand Down

0 comments on commit dcb099a

Please sign in to comment.