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

This commit is contained in:
Philipp Kunz 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

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartproxy',
version: '3.24.0',
version: '3.25.0',
description: 'A powerful proxy package that effectively handles high traffic, with features such as SSL/TLS support, port proxying, WebSocket handling, and dynamic routing with authentication options.'
}

File diff suppressed because it is too large Load Diff