feat(PortProxy): Enhancements to connection management in PortProxy

This commit is contained in:
2025-03-03 01:42:16 +00:00
parent 8ddffcd6e5
commit fcd80dc56b
3 changed files with 362 additions and 92 deletions

View File

@ -1,5 +1,15 @@
# Changelog
## 2025-03-03 - 3.21.0 - feat(PortProxy)
Enhancements to connection management in PortProxy
- Introduced a unique ID for each connection record for improved tracking.
- Enhanced cleanup mechanism for connections with dual states: initiated and executed.
- Implemented shutdown process handling to ensure graceful connection closure.
- Added logging for better tracing of connection activities and states.
- Improved connection setup with explicit timeouts and data flow management.
- Integrated inactivity and parity checks to monitor connection health.
## 2025-03-01 - 3.20.2 - fix(PortProxy)
Enhance connection cleanup handling in PortProxy