Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
2013d03ac6 | |||
0e888c5add |
@ -1,5 +1,13 @@
|
|||||||
# Changelog
|
# 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)
|
## 2025-03-05 - 3.24.0 - feat(core)
|
||||||
Enhance core functionalities and test coverage for NetworkProxy and PortProxy
|
Enhance core functionalities and test coverage for NetworkProxy and PortProxy
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/smartproxy",
|
"name": "@push.rocks/smartproxy",
|
||||||
"version": "3.24.0",
|
"version": "3.25.0",
|
||||||
"private": false,
|
"private": false,
|
||||||
"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.",
|
"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.",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartproxy',
|
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.'
|
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
Reference in New Issue
Block a user