feat(smartnetwork): Add exclude option to findFreePort and skip excluded ports during search

This commit is contained in:
2025-09-12 18:26:56 +00:00
parent 6e59f0f5c0
commit 0f79773985
4 changed files with 37 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-09-12 - 4.4.0 - feat(smartnetwork)
Add exclude option to findFreePort and skip excluded ports during search
- Add an 'exclude' array to IFindFreePortOptions so callers can specify ports to ignore when searching for a free port.
- Respect excluded ports in findFreePort for both random (randomize=true) and sequential searches so excluded ports are never returned.
- Add .claude/settings.local.json to include local permissions used for development/CI helpers.
## 2025-09-12 - 4.3.0 - feat(smartnetwork)
Add randomizable port search and switch DNS resolution to @push.rocks/smartdns; export smartdns and update docs