Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump okhttp from 3.12.1 to 3.14.2 in /core #1475

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented May 20, 2019

Bumps okhttp from 3.12.1 to 3.14.2.

Changelog

Sourced from okhttp's changelog.

Version 3.14.2

2019-05-19

  • Fix: Lock in a route when recovering from an HTTP/2 connection error. We had a bug where two
    calls that failed at the same time could cause OkHttp to crash with a NoSuchElementException
    instead of the expected IOException.

  • Fix: Don't crash with a NullPointerException when formatting an error message describing a
    truncated response from an HTTPS proxy.

Version 4.0.0-ALPHA01

2019-05-08

This is an unstable preview of the OkHttp 4 release. It should not be used.

Version 3.12.3

2019-05-07

  • Fix: Permit multipart file names to contain non-ASCII characters.
  • Fix: Retain the Route when a connection is reused on a redirect or other follow-up. This was
    causing some Authenticator calls to see a null route when non-null was expected.

Version 3.14.1

2019-04-10

  • Fix: Don't crash when an interceptor retries when there are no more routes. This was an
    edge-case regression introduced with the events cleanup in 3.14.0.

  • Fix: Provide actionable advice when the exchange is non-null. Prior to 3.14, OkHttp would
    silently leak connections when an interceptor retries without closing the response body. With
    3.14 we detect this problem but the exception was not helpful.

Version 3.14.0

2019-03-14

  • This release deletes the long-deprecated OkUrlFactory and OkApacheClient APIs. These
    facades hide OkHttp's implementation behind another client's API. If you still need this please
    copy and paste [ObsoleteUrlFactory.java][obsolete_url_factory] or
    [ObsoleteApacheClient.java][obsolete_apache_client] into your project.

  • OkHttp now supports duplex calls over HTTP/2. With normal HTTP calls the request must finish
    before the response starts. With duplex, request and response bodies are transmitted

... (truncated)
Commits
  • b8b6ee8 [maven-release-plugin] prepare release parent-3.14.2
  • d1c4b1e Merge pull request #5068 from square/jwilson.0518.lock_in_route_
  • 5ecec36 Lock in a route in hasRouteToTry() (3.14.x branch)
  • ebe5c60 Reproduce NoSuchElementException in RouteSelector.next() in a test
  • 3ec8537 Merge pull request #4976 from yschimke/another_branch_fix
  • 5d8316b Testing branch fix
  • baa96c2 Fix 3.14 snapshot builds in Travis after release (#4926)
  • b2c85ba Merge pull request #4936 from TangHuaiZhe/dev2
  • 0db2005 Fix #4915 nullPointerException caused by realConnection is null
  • a4c0599 Ignore dependency:resolve failure on 3.14 branch (#4924)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

If all status checks pass Dependabot will automatically merge this pull request.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 20, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/gradle/core/com.squareup.okhttp3-okhttp-3.14.2 branch 4 times, most recently from ebb0564 to 0de4c3e Compare May 28, 2019 08:06
@rnorth
Copy link
Member

rnorth commented May 28, 2019

Will test this on a Mac for extra test coverage. @bsideup do you think you could run this on Windows CI?

@rnorth
Copy link
Member

rnorth commented May 28, 2019

LGTM on Mac OS X.

@bsideup
Copy link
Member

bsideup commented May 28, 2019

@rnorth I will run the tests on Windows once I stabilize the Azure Pipelines

@dependabot-preview dependabot-preview bot force-pushed the dependabot/gradle/core/com.squareup.okhttp3-okhttp-3.14.2 branch from 0de4c3e to d75377a Compare May 30, 2019 12:56
@dependabot-preview dependabot-preview bot merged commit 1e49e7d into master May 31, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/core/com.squareup.okhttp3-okhttp-3.14.2 branch May 31, 2019 01:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants