feat(smartproxy.portproxy): Enhance PortProxy with detailed connection statistics and termination tracking

This commit is contained in:
2025-02-22 05:46:30 +00:00
parent 2df2f0ceaf
commit 71b5237cd4
3 changed files with 79 additions and 9 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 2025-02-22 - 3.10.0 - feat(smartproxy.portproxy)
Enhance PortProxy with detailed connection statistics and termination tracking
- Added tracking of termination statistics for incoming and outgoing connections
- Enhanced logging to include detailed termination statistics
- Introduced helpers to update and log termination stats
- Retained detailed connection duration and active connection logging
## 2025-02-22 - 3.9.4 - fix(PortProxy)
Ensure proper cleanup on connection rejection in PortProxy