Skip to content

v0.2.0

Compare
Choose a tag to compare
@niklasad1 niklasad1 released this 24 Jan 16:59
· 27 commits to master since this release
v0.2.0
776bec0

[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 to Client::reconnect_count.
  • Minor documentation tweaks.
  • Modify the WebSocket ping/pong API.