whatsapp-business-java-api
whatsapp-business-java-api copied to clipboard
Bump com.squareup.okhttp3.version from 5.0.0-alpha.11 to 5.0.0-alpha.12
Bumps com.squareup.okhttp3.version from 5.0.0-alpha.11 to 5.0.0-alpha.12.
Updates com.squareup.okhttp3:okhttp from 5.0.0-alpha.11 to 5.0.0-alpha.12
Changelog
Sourced from com.squareup.okhttp3:okhttp's changelog.
Version 5.0.0-alpha.12
2023-12-17
We took too long to cut this release and there's a lot of changes in it. We've been busy.
Although this release is labeled alpha, the only unstable thing in it is our new APIs. This release has many critical bug fixes and is safe to run in production. We're eager to stabilize our new APIs so we can get out of alpha.
New: Support Java 21's virtual threads (‘OpenJDK Project Loom’). We changed OkHttp's internals to use
LockandConditioninstead ofsynchronizedfor best resource utilization.New: Switch our Internationalized Domain Name (IDN) implementation to [UTS #46 Nontransitional Processing][uts46]. With this fix, the
ßcode point no longer maps toss. OkHttp now embeds its own IDN mapping table in the library.New: Prefer the client's configured precedence order for TLS cipher suites. (OkHttp used to prefer the JDK’s precedence order.) This change may cause your HTTP calls to negotiate a different cipher suite than before! OkHttp's defaults cipher suites are selected for good security and performance.
New:
ConnectionListenerpublishes events for connects, disconnects, and use of pooled connections.Fix: Immediately update the connection's flow control window instead of waiting for the receiving stream to process it.
This change may increase OkHttp's memory use for applications that make many concurrent HTTP calls and that can receive data faster than they can process it. Previously, OkHttp limited HTTP/2 to 16 MiB of unacknowledged data per connection. With this fix there is a limit of 16 MiB of unacknowledged data per stream and no per-connection limit.
Fix: Don't close a
Deflaterwhile we're still using it to compress a web socket message. We had a severe bug where web sockets were closed on the wrong thread, which causedNullPointerExceptioncrashes inDeflater.Fix: Don't crash after a web socket fails its connection upgrade. We incorrectly released the web socket's connections back to the pool before their resources were cleaned up.
Fix: Don't infinite loop when a received web socket message has self-terminating compressed data.
Fix: Don't fail the call when the response code is ‘HTTP 102 Processing’ or ‘HTTP 103 Early Hints’.
Fix: Honor interceptors' changes to connect and read timeouts.
Fix: Recover gracefully when a cached response is corrupted on disk.
... (truncated)
Commits
4c82a6fPrepare for release 5.0.0-alpha.12.f131faeChange SSE to use the OkHttp public API only (#8141)6ba49adUpgrade Kotlin to 1.9.21, Okio to 3.7.0 (#8140)3afe55cUpdate dependency de.mannodermaus.gradle.plugins:android-junit5 to v1.10.0.0 ...7d17ec1Update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.23.3 (#8...c71af6aDon't infinite loop on self-terminating compressed websocket messages (#8136)0fea184Update README.md (#8132)2bed258Testing with ALPN Override (#8081)cf023afUpdate the IntelliJ PNG resource file (#8124)3f6f661Update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.23.2 (#8...- Additional commits viewable in compare view
Updates com.squareup.okhttp3:mockwebserver3 from 5.0.0-alpha.11 to 5.0.0-alpha.12
Changelog
Sourced from com.squareup.okhttp3:mockwebserver3's changelog.
Version 5.0.0-alpha.12
2023-12-17
We took too long to cut this release and there's a lot of changes in it. We've been busy.
Although this release is labeled alpha, the only unstable thing in it is our new APIs. This release has many critical bug fixes and is safe to run in production. We're eager to stabilize our new APIs so we can get out of alpha.
New: Support Java 21's virtual threads (‘OpenJDK Project Loom’). We changed OkHttp's internals to use
LockandConditioninstead ofsynchronizedfor best resource utilization.New: Switch our Internationalized Domain Name (IDN) implementation to [UTS #46 Nontransitional Processing][uts46]. With this fix, the
ßcode point no longer maps toss. OkHttp now embeds its own IDN mapping table in the library.New: Prefer the client's configured precedence order for TLS cipher suites. (OkHttp used to prefer the JDK’s precedence order.) This change may cause your HTTP calls to negotiate a different cipher suite than before! OkHttp's defaults cipher suites are selected for good security and performance.
New:
ConnectionListenerpublishes events for connects, disconnects, and use of pooled connections.Fix: Immediately update the connection's flow control window instead of waiting for the receiving stream to process it.
This change may increase OkHttp's memory use for applications that make many concurrent HTTP calls and that can receive data faster than they can process it. Previously, OkHttp limited HTTP/2 to 16 MiB of unacknowledged data per connection. With this fix there is a limit of 16 MiB of unacknowledged data per stream and no per-connection limit.
Fix: Don't close a
Deflaterwhile we're still using it to compress a web socket message. We had a severe bug where web sockets were closed on the wrong thread, which causedNullPointerExceptioncrashes inDeflater.Fix: Don't crash after a web socket fails its connection upgrade. We incorrectly released the web socket's connections back to the pool before their resources were cleaned up.
Fix: Don't infinite loop when a received web socket message has self-terminating compressed data.
Fix: Don't fail the call when the response code is ‘HTTP 102 Processing’ or ‘HTTP 103 Early Hints’.
Fix: Honor interceptors' changes to connect and read timeouts.
Fix: Recover gracefully when a cached response is corrupted on disk.
... (truncated)
Commits
4c82a6fPrepare for release 5.0.0-alpha.12.f131faeChange SSE to use the OkHttp public API only (#8141)6ba49adUpgrade Kotlin to 1.9.21, Okio to 3.7.0 (#8140)3afe55cUpdate dependency de.mannodermaus.gradle.plugins:android-junit5 to v1.10.0.0 ...7d17ec1Update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.23.3 (#8...c71af6aDon't infinite loop on self-terminating compressed websocket messages (#8136)0fea184Update README.md (#8132)2bed258Testing with ALPN Override (#8081)cf023afUpdate the IntelliJ PNG resource file (#8124)3f6f661Update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.23.2 (#8...- Additional commits viewable in compare view
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.