Skip to content

Conversation

@dependabot-preview
Copy link

Bumps okhttp from 3.2.0 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 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
    simultaneously. This can be used to implement interactive conversations within a single HTTP
    call.

    Create duplex calls by overriding the new RequestBody.isDuplex() method to return true.
    This simple option dramatically changes the behavior of the request body and of the entire
    call.

... (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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • 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 has been acquired by GitHub  🎉

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 27, 2019
@dependabot-preview
Copy link
Author

Superseded by #69.

@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/com.squareup.okhttp3-okhttp-3.14.2 branch June 27, 2019 04:28
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.

1 participant