Skip to content

2026-June-13 - 2026-06.16.15636

Choose a tag to compare

@github-actions github-actions released this 13 Jun 16:08
1c0ecec
Convert jdk http client to okhttp (#14587)

JDKs http client is broken if it can't find a local IP
address, which can happen on windows machines behind
specific network configs (like a VPN or something like that...)

This update replaces the JDKs http client in our websocket
connection client to instead use OkHttp instead