v0.10.0
graphql-ws-client-releaser
released this
08 Jun 14:58
·
11 commits
to main
since this release
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 withasync-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: