March combined a substantial refresh of Globalping’s public network experience with a push to make probe adoption and large-result delivery more reliable. The API also received several targeted performance improvements aimed at reducing Redis pressure and response-processing overhead under concurrent load.

A richer network explorer

The network page received a significant design update, including better behavior when results aren’t grouped, clearer network names on ASN pages, and dedicated provider pages. The website also began refreshing probe data periodically so the network view stays current without requiring a full reload. (globalping.io#82, globalping.io#101, globalping.io#110, globalping.io#117, globalping.io#122)

Easier hardware probe adoption

Hardware-probe adoption gained a more direct browser-based flow: the dashboard can request local-network access and redirect users to the probe’s local adoption server, while the probe and account backend gained the endpoints needed to complete the process. Several follow-up fixes made the flow more reliable when browser permissions or local connectivity are limited. (globalping-dash#181, globalping-dash#184, globalping-probe#352, globalping-dash-directus#154, globalping-dash#185, globalping-dash#186)

Faster measurement retrieval under load

The API now avoids repeating identical concurrent Redis reads when the same measurement is requested by many clients. ETag generation was also moved to a much faster hash implementation, while unnecessary string encoding was removed from hot paths. These changes are particularly relevant for large measurement responses and popular shared-result URLs. (globalping#817, globalping#820, globalping#821)

Better probe quality and IP ownership handling

Probe QA was expanded to better detect unstable probes, including a new status for probes that disconnect too often. IP ownership handling was also tightened so offline and alternative-address scenarios are represented more accurately across the API and dashboard. (globalping-probe#350, globalping#805, globalping-dash#180, globalping#804, globalping-dash-directus#153, globalping#816)

A new community leaderboard

The website gained a dedicated leaderboard highlighting Globalping users and probe contributors, making participation in the network more visible. (globalping.io#112)

Better mobile measurement results

Mobile users now see measurement information immediately when opening a result, improving the initial experience on smaller screens. (globalping.io#95)

Clearer credit and API-limit messaging

The website and API documentation were updated to better explain how Globalping credits and request limits work, including clarifying that authenticated API requests are not capped at the displayed hourly credit allowance. (globalping.io#100, globalping#807)

Full Changelog

Below is the complete monthly changelog for Globalping repositories, grouped by project. Maintenance-only changes are omitted.

globalping

globalping.io

globalping-probe

globalping-dash

globalping-dash-directus

globalping-mcp-server