feat(smartnetwork): add Rust-powered network diagnostics bridge and IP intelligence lookups

This commit is contained in:
2026-03-26 15:24:43 +00:00
parent e9dcd45acd
commit c3ac9b4f9e
34 changed files with 5499 additions and 3159 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-03-26 - 4.5.0 - feat(smartnetwork)
add Rust-powered network diagnostics bridge and IP intelligence lookups
- replace system-dependent ping, traceroute, port checks, and gateway detection with a Rust IPC binary integrated through smartrust
- add IP intelligence support combining RDAP, ASN, and MaxMind geolocation data
- update build configuration to compile and package Rust binaries for Linux amd64 and arm64
- refresh tests and docs for explicit SmartNetwork start/stop lifecycle and new functionality
## 2025-09-12 - 4.4.0 - feat(smartnetwork)
Add exclude option to findFreePort and skip excluded ports during search