2026-June-11 - 2.7.15622
Pre-release
Pre-release
Reapply "Update latest version fetch to query server (#14535)" (#14540) * Reapply "Update latest version fetch to query server (#14535)" (#14540) This reverts commit 8d85a6e6896911038bc39105af578ed816522217. * Use OkHttpClient instead of built-in, resolves windows error The JDK built-in HTTP client has a code dependency to be able to grab the IP address of the current host. On some windows systems that returns null, which triggers a NPE in the JDK. This update resolves the problem by migrating entirely off of the built-in HTTP client from java to OkHttp