- 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