fix(detector): Improve test coverage and adjust detection result handling

This commit is contained in:
2025-05-26 09:48:42 +00:00
parent a39edf4c56
commit 851e12f499
6 changed files with 165 additions and 20 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-05-26 - 2.1.1 - fix(detector)
Improve test coverage and adjust detection result handling
- Updated readme hints and plan to document the enhanced comprehensive test suite
- Expanded tests to cover backward compatibility, performance benchmarks, and multiple service types
- Modified detection logic to set serviceType to UNKNOWN when a port is inactive with detectServiceType option
## 2025-05-26 - 2.1.0 - feat(detector)
Enhance port detection and service fingerprinting with improved HTTP/HTTPS and SSH checks, update test scripts for verbose output, and revise documentation with new hints and a detailed improvement plan.