v0.8.0
[v0.8.0] - 2022-01-21
v0.8.0 is a breaking release for the way subscription closing is handled, along with a few other minor tweaks and fixes.
[Added]
- feat(client): support request id as Strings. #659
- feat(rpc module) Add a method to RpcModule that transforms the module into a RpcModule<()>, i.e. removes the context. #660
- feat(rpc module): stream API for SubscriptionSink #639