2026-June-13 - 2026-06.16.15636
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