Conversation
f32fa4c to
009c170
Compare
009c170 to
a584996
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.4.1->4.5.0Release Notes
square/okhttp
v4.5.02020-04-06
This release fixes a severe bug where OkHttp incorrectly detected and recovered from unhealthy
connections. Stale or canceled connections were incorrectly attempted when they shouldn't have
been, leading to rare cases of infinite retries. Please upgrade to this release!
DnsOverHttps. We were caching DNS results indefinitelyrather than the duration specified in the response's cache-control header.
containing an IP address we must match that address against the URL's IP address, even when the
two addresses are encoded differently, such as
192.168.1.1and0::0:0:FFFF:C0A8:101. Notethat OkHttp incorrectly rejected valid certificates resulting in a failure to connect; at no
point were invalid certificates accepted.
OkHttpClient.Builder.minWebSocketMessageToCompress()configures a threshold forcompressing outbound web socket messages. Configure this with 0L to always compress outbound
messages and
Long.MAX_VALUEto never compress outbound messages. The default is 1024L whichcompresses messages of size 1 KiB and larger. (Inbound messages are compressed or not based on
the web socket server's configuration.)
InflaterandDeflaterinstances until they are needed. This savesmemory if web socket compression is negotiated but not used.
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.