Skip to content

http2_adapter 2.5.0

Compare
Choose a tag to compare
@cfug-dev cfug-dev released this 28 Feb 01:42
· 57 commits to main since this release

What's new

  • Fix cancellation for streamed responses and downloads.
  • Fix progress for streamed responses and downloads.
  • Bump minimum Dart SDK to 3.0.0 as required by the http2 package.
  • Allows HTTP/1.0 when connecting to proxies.
  • Add the ability to use a fallback HttpClientAdapter
    when HTTP/2 is unavailable for the current request.