Skip to content

v0.8.0-rc.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Feb 12:39
· 37 commits to main since this release
f6ad843

Breaking Changes

  • async-tungstenite is no longer automatically enabled when adding any of the
    client feature flags.

Changes

  • graphql-ws-client now depends only on tungstenite and not directly on
    async-tungstenite (or tokio-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 the async_tungstenite
    Connection impl to a generic impl on any tungstenite compatible Stream
    & Sink.