feat(core): Enhance core functionalities and test coverage for NetworkProxy and PortProxy

This commit is contained in:
2025-03-05 17:06:51 +00:00
parent 48c5ea3b1d
commit f6cc665f12
8 changed files with 1335 additions and 482 deletions

View File

@ -1,5 +1,14 @@
# Changelog
## 2025-03-05 - 3.24.0 - feat(core)
Enhance core functionalities and test coverage for NetworkProxy and PortProxy
- Added maximum connections, timeout settings, log levels, and CORS support in NetworkProxy.
- Improved WebSocket handling with heartbeat and metrics tracking.
- Enhanced connection management in PortProxy with optimizations for socket settings.
- SNI and IP validation improvements.
- Updates to test cases for comprehensive coverage.
## 2025-03-05 - 3.23.1 - fix(PortProxy)
Enhanced connection setup to handle pending data buffering before establishing outgoing connection