Title: Bump com.squareup.okhttp3:okhttp from 3.14.9 to 4.0.0 by dependabot[bot] · Pull Request #2394 · docker-java/docker-java · GitHub
Open Graph Title: Bump com.squareup.okhttp3:okhttp from 3.14.9 to 4.0.0 by dependabot[bot] · Pull Request #2394 · docker-java/docker-java
X Title: Bump com.squareup.okhttp3:okhttp from 3.14.9 to 4.0.0 by dependabot[bot] · Pull Request #2394 · docker-java/docker-java
Description: Bumps com.squareup.okhttp3:okhttp from 3.14.9 to 4.0.0.
Changelog
Sourced from com.squareup.okhttp3:okhttp's changelog.
Version 4.0.0
2019-06-26
This release upgrades OkHttp to Kotlin. We tried our best to make fast and safe to upgrade
from OkHttp 3.x. We wrote an [upgrade guide][upgrading_to_okhttp_4] to help with the migration and a
[blog post][okhttp4_blog_post] to explain it.
Fix: Target Java 8 bytecode for Java and Kotlin.
Version 4.0.0-RC3
2019-06-24
Fix: Retain binary-compatibility in okhttp3.internal.HttpMethod. Naughty third party SDKs
import this and we want to ease upgrades for their users.
Version 4.0.0-RC2
2019-06-21
New: Require Kotlin 1.3.40.
New: Change the Kotlin API from File.toRequestBody() to File.asRequestBody() and
BufferedSource.toResponseBody() to BufferedSource.asResponseBody(). If the returned value
is a view of what created it, we use as.
Fix: Permit response codes of zero for compatibility with OkHttp 3.x.
Fix: Change the return type of MockWebServer.takeRequest() to be nullable.
Fix: Make Call.clone() public to Kotlin callers.
Version 4.0.0-RC1
2019-06-03
First stable preview of OkHttp 4.
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.
... (truncated)
Commits
911c5bf Prepare for release 4.0.0.
fafcf4b Merge pull request #5242 from yschimke/prefer_jdk11
c88f9a9 Prefer JDK 11 for tests
b7e6f4f Fix conscrypt tests (#5241)
d81ec0f OkHttpClientTestRule check connectionCount instead of idle (#5226)
d1b99e6 Merge pull request #5239 from square/jakew/eleven/2019-06-25
24c0575 Merge pull request #5238 from square/jakew/eight/2019-06-25
4607fe8 Run error-prone on JDK 11
0bdd679 Target Java 8 bytecode for Java and Kotlin
3217919 Allow nullable on Util.close (#5224)
Additional commits viewable in compare view
Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name
Ignore Conditions
com.squareup.okhttp3:okhttp
[>= 4.a, < 5]
You can trigger a rebase of this PR by commenting @dependabot rebase.
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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show
Open Graph Description: Bumps com.squareup.okhttp3:okhttp from 3.14.9 to 4.0.0. Changelog Sourced from com.squareup.okhttp3:okhttp's changelog. Version 4.0.0 2019-06-26 This release upgrades OkHttp to Kotlin. We tri...
X Description: Bumps com.squareup.okhttp3:okhttp from 3.14.9 to 4.0.0. Changelog Sourced from com.squareup.okhttp3:okhttp's changelog. Version 4.0.0 2019-06-26 This release upgrades OkHttp to Kotlin. We...
Opengraph URL: https://github.com/docker-java/docker-java/pull/2394
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:273ab874-f27c-6255-e9f8-0574d114de58 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | A050:13E147:52CEAD8:6C99BC3:6974CEE4 |
| html-safe-nonce | ce0098a9cf7df9af5675b312e6016799b9f274c6615748f89248f1281be2cccd |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBMDUwOjEzRTE0Nzo1MkNFQUQ4OjZDOTlCQzM6Njk3NENFRTQiLCJ2aXNpdG9yX2lkIjoiNDU4ODI3MjAxNDU3MjQ0MTMxNiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | bd3648d2009450ae214906b3322f2534797ffd648b8c0f3ea205b4a90a0f6b52 |
| hovercard-subject-tag | pull_request:2432345888 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/docker-java/docker-java/pull/2394/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps com.squareup.okhttp3:okhttp from 3.14.9 to 4.0.0. Changelog Sourced from com.squareup.okhttp3:okhttp's changelog. Version 4.0.0 2019-06-26 This release upgrades OkHttp to Kotlin. We tri... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 4a4bf5f4e28041a9d2e5c107d7d20b78b4294ba261cab243b28167c16a623a1f |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/docker-java/docker-java git https://github.com/docker-java/docker-java.git |
| octolytics-dimension-user_id | 7772003 |
| octolytics-dimension-user_login | docker-java |
| octolytics-dimension-repository_id | 20415251 |
| octolytics-dimension-repository_nwo | docker-java/docker-java |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 20415251 |
| octolytics-dimension-repository_network_root_nwo | docker-java/docker-java |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 488b30e96dfd057fbbe44c6665ccbc030b729dde |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width