v1.13.34 (2026-05-20)
-
Fix: Fixed a crash in hardware data collection where
os.cpus()returning an empty array or undefined values in virtualized environments caused an unhandled TypeError. The agent now returns safe defaults instead. (SoraKenji) -
Fix: Fixed a crash on Windows where the Wi-Fi location strategy could return coordinates in a raw API format instead of the expected processed format, causing
coords.lng.toString()to fail. Also fixed a related issue wherelng=0(prime meridian) was incorrectly treated as a missing value due to use of||instead of??. (SoraKenji)