- Minimum supported Rust version (MSRV) is now 1.57 due to transitive
time
dependency.
- Add support for
actix
version0.13
. #2675
- No significant changes since
4.0.0-beta.12
.
- No significant changes since
4.0.0-beta.11
.
- No significant changes since
4.0.0-beta.10
.
- Minimum supported Rust version (MSRV) is now 1.54.
- No significant changes since
4.0.0-beta.8
.
- Add
ws:WsResponseBuilder
for building WebSocket session response. #1920 - Deprecate
ws::{start_with_addr, start_with_protocols}
. #1920 - Minimum supported Rust version (MSRV) is now 1.52.
- Minimum supported Rust version (MSRV) is now 1.51.
- Update
actix
to0.12
. #2277
- No notable changes.
- No notable changes.
- No notable changes.
- No notable changes.
- Update
pin-project
to1.0
. - Update
bytes
to1.0
. #1813 WebsocketContext::text
now takes anInto<bytestring::ByteString>
. #1864
- No significant changes from
3.0.0-beta.2
.
- Update
actix-*
dependencies to latest versions.
- Update
actix-web
&actix-http
dependencies to beta.1 - Bump minimum supported Rust version to 1.40
- Update the actix-web dependency to 3.0.0-alpha.1
- Update the actix dependency to 0.10.0-alpha.2
- Update the actix-http dependency to 2.0.0-alpha.3
- Release
- Migrate to actix-web 2.0.0
- Allow comma-separated websocket subprotocols without spaces (#1172)
- Update actix-web and actix-http dependencies
-
Add
ws::start_with_addr()
, returning the address of the created actor, along with theHttpResponse
. -
Add support for specifying protocols on websocket handshake #835
- Allow to use custom ws codec with
WebsocketContext
#925
- Update actix-http and actix-web
- Update actix-http and actix-web
- Update actix-http and actix-web
- Initial impl