feat(PortProxy): Enhanced PortProxy with detailed logging, protocol detection, and rate limiting.

This commit is contained in:
2025-03-05 17:46:25 +00:00
parent 7f891a304c
commit 0e888c5add
3 changed files with 587 additions and 119 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 2025-03-05 - 3.25.0 - feat(PortProxy)
Enhanced PortProxy with detailed logging, protocol detection, and rate limiting.
- Added detailed logging capabilities for connection tracking in the PortProxy.
- Introduced protocol detection allowing HTTP and WebSocket upgrades.
- Implemented rate limiting for connections by IP.
- Enhanced timeout handling for various protocol-specific scenarios.
## 2025-03-05 - 3.24.0 - feat(core)
Enhance core functionalities and test coverage for NetworkProxy and PortProxy