android-upload-service
android-upload-service copied to clipboard
build(deps): bump okhttp from 4.9.2 to 4.10.0
Bumps okhttp from 4.9.2 to 4.10.0.
Changelog
Sourced from okhttp's changelog.
Change Log
Version 5.0.0-alpha.8
2022-06-08
Fix: Change how
H2_PRIOR_KNOWLEDGEworks with HTTP proxies. Previously OkHttp assumed the proxy itself was a prior knowledge HTTP/2 server. With this update, OkHttp attempts aCONNECTtunnel just as it would with HTTPS. For prior knowledge with proxies OkHttp's is now consistent with these curl arguments:curl \ --http2-prior-knowledge \ --proxy localhost:8888 \ --proxytunnel \ http://squareup.com/robots.txtFix: Support executing OkHttp on kotlin-stdlib versions as old as 1.4. The library still builds on up-to-date Kotlin releases (1.6.21) but no longer needs that version as a runtime dependency. This should make it easier to use OkHttp in Gradle plugins.
Fix: Don't start the clock on response timeouts until the request body is fully transmitted. This is only relevant for duplex request bodies, because they are written concurrently when reading the response body.
New:
MockResponse.inTunnel()is a newmockwebserver3API to configure responses that are served while creating a proxy tunnel. This obsoletes both thetunnelProxyargument onMockWebServerand theUPGRADE_TO_SSL_AT_ENDsocket option. (Only APIs onmockwebserver3are changed; the oldokhttp3.mockwebserverAPIs remain as they always have been.Version 5.0.0-alpha.7
2022-04-26
This release introduces new Kotlin-friendly APIs. When we migrated OkHttp from Java to Kotlin in OkHttp 4.0, we kept our Java-first APIs. With 5.0 we're continuing to support Java and adding additional improvements for Kotlin users. In this alpha we're excited to skip-the-builder for requests and remove a common source of non-null assertions (
!!) on the response body.The alpha releases in the 5.0.0 series have production-quality code and an unstable API. We expect to make changes to the APIs introduced in 5.0.0-alpha.X. These releases are safe for production use and 'alpha' strictly signals that we're still experimenting with some new APIs. If you're eager for the fixes or features below, please upgrade.
- New: Named and default parameters constructor for
Request:
... (truncated)
Commits
6b07f62Prepare for release 4.10.0.c657392Fix Conscrypt NPE workaround (#7219) (#7230)5aa716a4.10: Version bump of kotlin, okio. (#7225)acf8735Backport of square/okhttp#6495 (#6940)86acfbdPrepare next development version.0a27e9fPrepare for release 4.9.3.97a8f6cConfirm we can read a response that completed before RST_STREAM (#6293) (#6914)b1a39f4Prepare next development version.- See full diff in compare view
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.
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 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)