v0.23.2
[v0.23.2] - 2024-06-26
This a small patch release that fixes a couple of bugs and adds a couple of new APIs.
The bug fixes are:
- The
server::ws::on_connect
was not working properly due to a merge nit when upgrading to hyper v1.0
This impacts only users that are using the low-level API and not the server itself. WsTransport::build_with_stream
shouldn't not resolve the socket addresses and it's fixed now, see #1411 for further info.
This impacts users that are injecting their own TcpStream directly into theWsTransport
.
[Added]
- server: add
RpcModule::remove
(#1416) - server: add
capacity and max_capacity
to the subscription API (#1414) - server: add
PendingSubscriptionSink::method_name
(#1413)
[Fixed]
- server: make
ws::on_connect
work again (#1418) - client:
WsTransport::build_with_stream
don't resolve sockaddrs (#1412)
Full Changelog: v0.23.1...v0.23.2