Skip to content

v0.16.0

Choose a tag to compare

@github-actions github-actions released this 17 Dec 17:52
3893466

0.16.0 (2025-12-17)

⚠ BREAKING CHANGES

  • Stream will return Poll::Ready(None) when client has closed stream
  • Removed Error::StreamClosed in lieu of returning Poll::Ready(None)

Bug Fixes

  • Bump MSRV to 1.83 (230d00c)
  • Removed Error::StreamClosed in lieu of returning Poll::Ready(None) (230d00c)
  • Stop connecting if stream fails on initial request without opting into retry (230d00c)
  • Stream will return Poll::Ready(None) when client has closed stream (230d00c)