Skip to content

Releases: jsdelivr/globalping-probe

v0.33.0

09 Aug 15:50
Compare
Choose a tag to compare

0.33.0 (2024-08-09)

Features

v0.32.3

08 Aug 19:09
Compare
Choose a tag to compare

0.32.3 (2024-08-08)

Bug Fixes

  • detect private IPv6 addresses in dns output (#247) (e9ca74a)
  • improve ping output parsing for IP targets (#245) (73d9fcb)
  • improve ping totals parsing in case of errors (#246) (f02f5c6)
  • relax domain validation rules to match the API (#248) (43630a1)

v0.32.2

23 Jun 20:14
Compare
Choose a tag to compare

0.32.2 (2024-06-23)

Bug Fixes

  • improve QA logging (a3dc0b6)
  • increase family auto select timeout (91a7474)

Reverts

  • prefer IPv4 connectivity when available (41cb19e)

v0.32.1

22 Jun 20:52
Compare
Choose a tag to compare

0.32.1 (2024-06-22)

Bug Fixes

  • don't duplicate status manager checks on reconnections (#239) (9058e8e)
  • log more details on unexpected QA errors (12afbad)
  • prefer IPv4 connectivity when available (558a585)

v0.32.0

12 Jun 18:48
Compare
Choose a tag to compare

0.32.0 (2024-06-12)

Features

  • add experimental IPv6 support (#235) (b0a4cdb)
  • add memory and disk space reporting (7ec4e13)
  • report firmware version of HW probes (1cc3a16)

Performance Improvements

  • remove redundant information from cpu stats reporting (424b668)

v0.31.1

09 May 13:55
Compare
Choose a tag to compare

0.31.1 (2024-05-09)

Bug Fixes

  • switch from ws to wss for API communication (#233) (c0a88b7)

v0.31.0

08 May 14:49
Compare
Choose a tag to compare

0.31.0 (2024-05-08)

Bug Fixes

Features

  • add a way to force update to a specific version (#224) (f81558e)
  • allow post-update patching (#227) (1fb6fb1)

Reverts

  • Revert "fix: restore broken node installations" (ea78aea)

v0.30.2

30 Apr 21:06
Compare
Choose a tag to compare

0.30.2 (2024-04-30)

Bug Fixes

  • restore broken node installations (b4c3b20)

v0.30.1

30 Apr 16:48
Compare
Choose a tag to compare

0.30.1 (2024-04-30)

Bug Fixes

  • correctly parse the new release info format in the updater (f0e2a86)

v0.30.0

30 Apr 15:57
Compare
Choose a tag to compare

0.30.0 (2024-04-30)

Bug Fixes

  • make the self-update process more resilient to errors (d95866f)
  • ping parse line without source ip (#216) (ece2b71)
  • use jsDelivr in the self-update process (fixes #189) (7e73acb)

Features

  • add extra TLS data (#210) (06e8c65)
  • add update log message (#219) (105abea)
  • allow DNS requests for TLDs and root zone (#212) (fab7551)
  • allow updating the docker entrypoint via the self-update process (1d9dc5f)
  • auto-update node.js inside the container (closes #192) (2daf26e)

Reverts

  • ci: set provenance: false in docker build (4a14a68)