Skip to content

Commit

Permalink
Release 0.5.0 - Add connect Options
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Feb 26, 2024
1 parent e26b319 commit da4d5bf
Show file tree
Hide file tree
Showing 5 changed files with 581 additions and 528 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,11 @@
## [Unreleased](https://github.com/rerun-io/ewebsock/compare/latest...HEAD)


## [0.4.1](https://github.com/rerun-io/ewebsock/compare/0.4.0...0.4.1) - 2023-10-07
## [0.5.0]((https://github.com/rerun-io/ewebsock/compare/0.4.1...0.5.0) - 2024-02-26
* Add `Options` for controlling max frame size of incoming messages - ([#29](https://github.com/rerun-io/ewebsock/pull/29))


## [0.4.1](https://github.com/rerun-io/ewebsock/compare/0.4.0...0.4.1) - 2024-02-15
* Fix: all errors are reported to the caller via `on_event` ([#26](https://github.com/rerun-io/ewebsock/pull/26))
* Add support for tungstenite 0.21, update MSRV to 1.72 ([#28](https://github.com/rerun-io/ewebsock/pull/28))

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

0 comments on commit da4d5bf

Please sign in to comment.