Skip to content

0.7.2 - community probes merged

Choose a tag to compare

@unclecode unclecode released this 23 Aug 04:53
· 29 commits to main since this release
3923455

[0.7.2] - 2026-08-23

Added

  • net-pathsplit by @pjperez (#3): measures the
    network distance to the real upstream provider behind a router, using two
    deliberately rejected calls so neither reaches a GPU. Timing and edge
    location stay out of the compared value, so the probe cannot create a false
    match or publish a visitor's location.
  • CONTRIBUTORS.md, and credit for contributors in the README.

Fixed

  • net-genrecord by @pjperez (#2): the probe
    could never return a record. It asked for a path that repeated /api/v1,
    and it did not wait for the router's ledger, which is written a few seconds
    after the call. It now returns real records, for example
    DeepInfra · global · stop, exits early on endpoints that have no ledger,
    and has a time limit.