Conversation
1fd28e2 to
a56ad1f
Compare
b160369 to
0512b3e
Compare
0512b3e to
1c117a4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.6.0->4.7.2Release Notes
square/okhttp
v4.7.22020-05-20
had a crash
IllegalArgumentException: Not a Conscrypt trust managerbecause we depended oninitialization order of companion objects.
v4.7.12020-05-18
addInsecureHost(). Without thefix insecure hosts crash with an
IllegalArgumentExceptionon Android.v4.7.02020-05-17
New:
HandshakeCertificates.Builder.addInsecureHost()makes it easy to turn off security inprivate development environments that only carry test data. Prefer this over creating an
all-trusting
TrustManagerbecause only hosts on the allowlist are insecure. From[our DevServer sample][dev_server]:
New: Add
cacheHit,cacheMiss, andcacheConditionalHit()events toEventListener. Usethese in logs, metrics, and even test cases to confirm your cache headers are configured as
expected.
New: Constant string
okhttp3.VERSION. This is a string like "4.5.0-RC1", "4.5.0", or"4.6.0-SNAPSHOT" indicating the version of OkHttp in the current runtime. Use this to include
the OkHttp version in custom
User-Agentheaders.Fix: Don't crash when running as a plugin in Android Studio Canary 4.1. To enable
platform-specific TLS features OkHttp must detect whether it's running in a JVM or in Android.
The upcoming Android Studio runs in a JVM but has classes from Android and that confused OkHttp!
Fix: Include the header
Accept: text/event-streamfor SSE calls. This header is not added ifthe request already contains an
Acceptheader.Fix: Don't crash with a
NullPointerExceptionif a server sends a close while we're sending aping. OkHttp had a race condition bug.
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 you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.