Bump com.squareup.okhttp3:okhttp from 3.14.9 to 4.0.0
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(over 1 year ago)
(about 1 year ago)
(about 1 year ago)
dependencies java
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()toFile.asRequestBody()andBufferedSource.toResponseBody()toBufferedSource.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
NoSuchElementExceptioninstead of the expectedIOException.Fix: Don't crash with a
NullPointerExceptionwhen formatting an error message describing a truncated response from an HTTPS proxy.
... (truncated)
Commits
911c5bfPrepare for release 4.0.0.fafcf4bMerge pull request #5242 from yschimke/prefer_jdk11c88f9a9Prefer JDK 11 for testsb7e6f4fFix conscrypt tests (#5241)d81ec0fOkHttpClientTestRule check connectionCount instead of idle (#5226)d1b99e6Merge pull request #5239 from square/jakew/eleven/2019-06-2524c0575Merge pull request #5238 from square/jakew/eight/2019-06-254607fe8Run error-prone on JDK 110bdd679Target Java 8 bytecode for Java and Kotlin3217919Allow 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Pull Request Statistics
1
1
+1
-1
Package Dependencies
com.squareup.okhttp3:okhttp
maven
3.14.9 → 4.0.0
Major
Technical Details
| ID: | 2919536 |
| UUID: | 2432345888 |
| Node ID: | PR_kwDOATeDE86Q-qcg |
| Host: | GitHub |
| Repository: | docker-java/docker-java |
| Merge State: | Unknown |