okhttp v4.9.0 Release Notes

  • 2020-09-11

    ๐Ÿš€ With this release, okhttp-tls no longer depends on Bouncy Castle and doesn't install the ๐Ÿ”’ Bouncy Castle security provider. If you still need it, you can do it yourself:

    Security.addProvider(BouncyCastleProvider())
    

    ๐Ÿ”ง You will also need to configure this dependency:

    dependencies {
      implementation "org.bouncycastle:bcprov-jdk15on:1.65"
    }
    
    • Upgrade: [Kotlin 1.4.10][kotlin_1_4_10]. We now use Kotlin 1.4.x [functional interfaces][fun_interface] for Authenticator, Interceptor, and others.
    • Upgrade: Build with Conscrypt 2.5.1.