github Azure/azure-sdk-for-java azure-core-http-okhttp_1.8.0

latest releases: azure-resourcemanager-consumption_1.0.0-beta.4, azure-identity-broker_1.1.6, azure-identity_1.14.0...
2 years ago

1.8.0 (2022-04-01)

Features Added

  • Added followRedirects property on the OkHttpClientBuilder.

Breaking Changes

  • Okhttp-backed HttpClient client will no longer follow redirects automatically. (#27960).

    To get the older behavior please create an instance of HttpClient as follows

    HttpClient client = new OkHttpAsyncHttpClientBuilder()
        .followRedirects(true)
        .build();

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.26.0 to 1.27.0.

Don't miss a new azure-sdk-for-java release

NewReleases is sending notifications on new releases.