Skip to content

chore(deps): update dependency com.squareup.okhttp3:okhttp to v4.4.0#88

Merged
kristjank merged 1 commit intomasterfrom
renovate/com.squareup.okhttp3-okhttp-4.x
Feb 18, 2020
Merged

chore(deps): update dependency com.squareup.okhttp3:okhttp to v4.4.0#88
kristjank merged 1 commit intomasterfrom
renovate/com.squareup.okhttp3-okhttp-4.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 17, 2020

This PR contains the following updates:

Package Update Change
com.squareup.okhttp3:okhttp (source) minor 4.3.1 -> 4.4.0

Release Notes

square/okhttp

v4.4.0

2020-02-17

  • New: Support canceled() as an event that can be observed by EventListener. This should be
    useful for splitting out canceled calls in metrics.

  • New: Publish a [bill of materials (BOM)][bom] for OkHttp. Depend on this from Gradle or Maven to
    keep all of your OkHttp artifacts on the same version, even if they're declared via transitive
    dependencies. You can even omit versions when declaring other OkHttp dependencies.

    dependencies {
       api(platform("com.squareup.okhttp3:okhttp-bom:4.4.0"))
       api("com.squareup.okhttp3:okhttp")              // No version!
       api("com.squareup.okhttp3:logging-interceptor") // No version!
    }
  • New: Upgrade to Okio 2.4.3.

    implementation("com.squareup.okio:okio:2.4.3")
  • Fix: Limit retry attempts for HTTP/2 REFUSED_STREAM and CANCEL failures.

  • Fix: Retry automatically when incorrectly sharing a connection among multiple hostnames. OkHttp
    shares connections when hosts share both IP addresses and certificates, such as squareup.com
    and www.squareup.com. If a server refuses such sharing it will return HTTP 421 and OkHttp will
    automatically retry on an unshared connection.

  • Fix: Don't crash if a TLS tunnel's response body is truncated.

  • Fix: Don't track unusable routes beyond their usefulness. We had a bug where we could track
    certain bad routes indefinitely; now we only track the ones that could be necessary.

  • Fix: Defer proxy selection until a proxy is required. This saves calls to ProxySelector on
    calls that use a pooled connection.


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you tick the rebase/retry checkbox below.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

kristjank
kristjank previously approved these changes Feb 18, 2020
@renovate renovate bot force-pushed the renovate/com.squareup.okhttp3-okhttp-4.x branch from beaccdd to 1e8f923 Compare February 18, 2020 10:48
@renovate renovate bot force-pushed the renovate/com.squareup.okhttp3-okhttp-4.x branch from 1e8f923 to 25c8d2e Compare February 18, 2020 10:53
@kristjank kristjank merged commit b01d507 into master Feb 18, 2020
@kristjank kristjank deleted the renovate/com.squareup.okhttp3-okhttp-4.x branch February 18, 2020 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants