OkHttp v5.0.0-alpha.5 Release Notes

  • 2022-02-21

    • Fix: Don't include [Assertk][assertk] in OkHttp's production dependencies. This regression was introduced in the 5.0.0-alpha.4 release.
    • Fix: Don't ask Dns implementations to resolve strings that are already IP addresses.
    • Fix: Change fast fallback to race TCP handshakes only. To avoid wasted work, OkHttp will not attempt multiple TLS handshakes for the same call concurrently.
    • Fix: Don't crash loading the public suffix database in GraalVM native images. The function HttpUrl.topPrivateDomain() uses a resource file to identify private domains, but we didn't include this file on GraalVM.