Skip to content

dio 5.11.0

Latest

Choose a tag to compare

@cfug-dev cfug-dev released this 25 Jul 12:54
Immutable release. Only release title and notes can be modified.

What's new

  • Add query and queryUri convenience methods for the HTTP QUERY method defined in RFC 10008,
    which allows a request body for safe, idempotent queries.
  • Fix FusedTransformer (the default transformer) throwing a FormatException
    on an empty response body when a custom responseDecoder is set. It now
    returns an empty result, consistent with SyncTransformer and
    BackgroundTransformer.
  • Fix concurrent requests hanging or reporting uncaught errors when an
    interceptor shares a failing Future, such as in request deduplication.