mirror of
https://github.com/actix/actix-extras.git
synced 2025-03-25 22:19:45 +01:00
chore(actix-ws): prepare release 0.3.0
This commit is contained in:
parent
24f3985eab
commit
95f4e0f692
@ -2,6 +2,8 @@
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 0.3.0
|
||||
|
||||
- Add `AggregatedMessage[Stream]` types.
|
||||
- Add `MessageStream::max_frame_size()` setter method.
|
||||
- Add `Session::continuation()` method.
|
||||
|
@ -1,9 +1,9 @@
|
||||
[package]
|
||||
name = "actix-ws"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
description = "WebSockets for Actix Web, without actors"
|
||||
categories = ["web-programming::websocket"]
|
||||
keywords = ["actix", "web", "websocket", "websockets", "http"]
|
||||
keywords = ["actix", "web", "websocket", "websockets", "streaming"]
|
||||
authors = [
|
||||
"asonix <asonix@asonix.dog>",
|
||||
"Rob Ede <robjtede@icloud.com>",
|
||||
|
@ -5,11 +5,11 @@
|
||||
<!-- prettier-ignore-start -->
|
||||
|
||||
[](https://crates.io/crates/actix-ws)
|
||||
[](https://docs.rs/actix-ws/0.2.0)
|
||||
[](https://docs.rs/actix-ws/0.3.0)
|
||||

|
||||

|
||||
<br />
|
||||
[](https://deps.rs/crate/actix-ws/0.2.0)
|
||||
[](https://deps.rs/crate/actix-ws/0.3.0)
|
||||
[](https://crates.io/crates/actix-ws)
|
||||
[](https://discord.gg/NWpN5mmg3x)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user