Skip to content

v0.10.0

Compare
Choose a tag to compare
@graphql-ws-client-releaser graphql-ws-client-releaser released this 08 Jun 14:58
· 7 commits to main since this release
ee7848e

Breaking Changes

  • All Connection trait functions now return impl Future instead of BoxFuture
    (#108)
  • Removed the legacy API that was deprecated in v0.8.0
    (#81)
  • The deprecated async-tungstenite feature has been removed. Use the
    tungstenite feature instead, which works with async-tungtenite,
    tokio-tungstenite and any other library that provides a
    futures::{Stream, Sink} based tungsetenite interface.
    (#106)

Changes

  • MSRV is now 1.76
  • Updated dependencies (#100)
    • tungstenite 0.23
    • graphql_client 0.14
  • Removed unused dependencies (#105)
    • async-trait
    • pin-project-lite

Contributors

Thanks to the people who contributed to this release: