v0.8.0-rc.2
Pre-release
Pre-release
github-actions
released this
13 Feb 12:39
·
37 commits
to main
since this release
Breaking Changes
async-tungstenite
is no longer automatically enabled when adding any of the
client feature flags.
Changes
graphql-ws-client
now depends only ontungstenite
and not directly on
async-tungstenite
(ortokio-tungstenite
) This should allow it to work
with more versions of the async libraries (provided they support the same
tungstenite
version).
Bug Fixes
- Fixed
tokio-tungstenite
support by switching theasync_tungstenite
Connection
impl to a generic impl on anytungstenite
compatibleStream
&Sink
.