feat(PortProxy): Enhance PortProxy with advanced connection cleanup and logging

This commit is contained in:
2025-03-01 17:19:27 +00:00
parent 7d38f29ef3
commit af6ed735d5
3 changed files with 49 additions and 14 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 2025-03-01 - 3.20.0 - feat(PortProxy)
Enhance PortProxy with advanced connection cleanup and logging
- Introduced `cleanupConnection` method for improved connection management.
- Added logging for connection cleanup including special conditions.
- Implemented parity check to clean up connections when outgoing side closes but incoming remains active.
- Improved logging during interval checks for active connections and their durations.
## 2025-03-01 - 3.19.0 - feat(PortProxy)
Enhance PortProxy with default blocked IPs