Skip to content

native_dio_adapter 1.7.0

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 opt-in createFallbackAdapter to NativeAdapter. On Android, when the
    device has installed Cronet providers but every provider is disabled (for
    example AOSP emulators or devices without Google Play services), the
    supplied factory returns any HttpClientAdapter and requests continue via
    that adapter. Detection is strictly limited to Cronet's
    provider-disabled RuntimeException; every other Cronet error is
    propagated unchanged. Adapter selection is sticky for the lifetime of the
    NativeAdapter. Fixes
    #2444.