v0.2.0
[v0.2.0] - 2023-01-24
This release reworks the APIs a little bit and the major changes are:
- The subscription emits an error
DisconnectWillReconnect
once
a reconnection attempt occurs. It also contains the reason why it
was closed. - Add API to subscribe to reconnections.
- Expose low-level APIs for subscriptions and requests.
- Upgrade jsonrpsee to v0.21.
- Rename
Client::retry_count
toClient::reconnect_count
. - Minor documentation tweaks.
- Modify the WebSocket ping/pong API.