feat(smartproxy.portproxy): Add logging of connection durations to PortProxy

This commit is contained in:
2025-02-21 23:18:17 +00:00
parent 06101cd1b1
commit 88f5436c9a
3 changed files with 39 additions and 7 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-02-21 - 3.9.0 - feat(smartproxy.portproxy)
Add logging of connection durations to PortProxy
- Track start times for incoming and outgoing connections.
- Log duration of longest running incoming and outgoing connections every 10 seconds.
## 2025-02-21 - 3.8.1 - fix(plugins)
Simplified plugin import structure across codebase