This release includes improvements to WebSocketTransport and the SDK interface.
Features
- Add automatic re-subscription for
WebSocketTransport(cb931fc)
Bug Fixes
WebSocketTransportnow does not send a request from the buffer (used when reconnecting) if the request is aborted (27818b0)- Correct handling of duplicate async requests via
WebSocketTransport(20a6d6a) - Correct handling of errors related to subscription requests (1d8fcb8)
BREAKING CHANGES
AbortSignalis removed from all subscription requests (86f2dfd)- Renaming client classes
Full Changelog: v0.20.0...v0.21.0